@charset "Shift_JIS";

@import url("navigation.css");
@import url("home.css");
@import url("banners.css");
@import url("players.css");
@import url("schedule.css");
@import url("inner.css");
@import url("form.css");
@import url("links.css");
@import url("gallery.css");

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

body{
	background-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#000066;
	scrollbar-shadow-color:#ffffff;
	scrollbar-face-color:#162b76;
	scrollbar-highlight-color:#ffffff;
	scrollbar-darkshadow-color:#000066;
	scrollbar-3d-light-color:#000000;
	background:url(../images/bg/bgLong.gif) center top;
	height:100%;
}

p{line-height:160%;}
td{vertical-align:top;}
table.mainTable{
	background-color:#ffffff;
	margin:0 auto;
	height:100%;
}

h1{text-indent:-9999px; line-height:0;}
h2{margin:0 0 15px 0; padding:0;}
h3{margin:0 0 10px 0; padding:0;}
em{color:#e61818; font-style:normal; font-weight:bold;}
img {border:none;}
hr{
	height:1px;
	color:#e7e7e7;
	width:99%;
	margin-bottom:11px;
	margin-top:5px;
}

div.more a,
div.more a:link,
div.more a:active,
div.more a:visited {
	text-decoration:none;
	background:url(../images/icon/icon006.gif) no-repeat 4px 4px;
	color:#e61919;
	float:right;
	padding:1px 0px 1px 15px;
	border-bottom:1px dotted #e61919;
	margin:4px 8px 0 2px;
}

div.more a:hover {
	text-decoration:none;
	background:url(../images/icon/icon006.gif) no-repeat 5px 4px;
	border-bottom:none;
}

/*category top*/
.select, .select2{
	background-repeat:no-repeat;
	width:305px;
	height:100px;
	float:left;
	margin-left:6px;
	margin-bottom:20px;
}

.select2{margin-left:13px;}
.select p,
.select2 p{
	padding:28px 5px 4px 77px;
	width:225px;
	　width:310px;/*IEハック*/
	line-height:155%;
}
