/*
blue:     #0F218B
dark gray:#565656
green:    #33A02C
yellow:   #FFBF00
red:      #E93441
*/

@charset "Shift_JIS";

@import url("home.css");
@import url("footer.css");
@import url("navi.css");
@import url("contents.css");
@import url("sitemap.css");
@import url("reserve.css");
@import url("form.css");
@import url("about.css");
@import url("games.css");
@import url("school.css");
@import url("links.css");


*{
	margin:0;
	padding:0;
	color:#565656;
	font-size:12px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Arial;
	line-height:145%;
}


body{
	background:url(../images/bg/main.gif) repeat-y center;
	scrollbar-arrow-color:#0f218b;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#2d3437;
	scrollbar-highlight-color:#dddddd;
	scrollbar-shadow-color:#eeeeee;
	scrollbar-track-color:#eeeeee;
	height:100%;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Arial;
}

td{	
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Arial;
}

table.mainT{
	width:894px;
	height:100%;
}

img{border:none;}

em{
	font-style:normal;
	color:red;
}

hr{
	margin:30px 0 0px 15px;
	filter: Alpha(style=2, opacity=60, finishopacity=0);
	color:#565656;
}




