@charset "utf-8";

/*--------------------index.html*/

div#titlefont{
	width				:	100%;
	height				:	50%;
	position			:	relative;
	top					:	37%;
	text-align			:	center;
	color				:	#ffffff;
}

div#title_sch{
	position			:	relative;
	font-size			:	1em;
}

div#main_title{
	position		:	relative;
	font-size		:	3em;
	vertical-align	:	bottom;
}

div#address{
	position	:	absolute;
	left		:	0;
	top			:	80%;
	margin-top	:	0.5em;
	width		:	100%;
	text-align	:	center;
	color		:	#eeeeee;
	font-size	:	1em;
}
