@charset "utf-8";

/*
dark green: #338825
light green:#8DBC86
dark blue:  #255188
link blue:  #367BD3
*/

@import url("home.css");
@import url("footer.css");
@import url("contents.css");
@import url("event.css");
@import url("nav.css");
@import url("reserve.css");
@import url("league.css");
@import url("personal.css");
@import url("junior.css");

*{
	margin:0;
	padding:0;
	color:#555555;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Verdana;
	line-height:145%;
}


body{
	scrollbar-arrow-color:#2b85bb;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#2d3437;
	scrollbar-highlight-color:#dddddd;
	scrollbar-shadow-color:#eeeeee;
	scrollbar-track-color:#eeeeee;
	background:#e6e6e6 url(../images/bg/top.png) repeat-x;
}

img{border:none;}

table.mainT{
	width:900px;
	height:100%;
	background:#ffffff url(../images/bg/top.png) repeat-x;
	border-right:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	margin-top:5px;
}


td.priNav{
	height:78px;
	text-align:center;
}

td.anime{
	text-align:center;
	padding:3px 0 10px 0;
}

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

a.blue,
a.blue:link,
a.blue:active,
a.blue:visited{
	color:#367BD3;
	text-decoration:none;
	border-bottom:1px dotted;
}

a.blue:hover{
	border-bottom:none;
}








