@charset "utf-8";
/* layout.css */

/* 共通 */
#header, #menu, #contents, #fSitemap, #footer {
    background-color: #0a0a0a;
    min-width: 808px;
    overflow: visible;
    width: 100%;
    color:#FFFFFF;
}

/* */
body {
    /* background: none repeat scroll 0 0 #ffffff; */
    background-color: #0a0a0a;
    min-height: 100%;
    width: 100%;
}

* html body {
    height: 100%;
}


/*共通 start*/
h5{
	padding-left:10px;
	margin:1px;
	font-size:1.0em;
	color:#FFD400;
	font-weight:bold;
	line-height:150%;
	border-left:3px solid #FBD858;
}
h4{
	padding-left:10px;
	margin:20px;
	font-size:1.0em;
	color:#C7C2AF;
	font-weight:bold;
	line-height:100%;
	border-bottom:2px solid #009999;
}

h6{
	
	padding-left:10px;
	margin:30px;
	font-size:1.0em;
	color:#002B4D;
	font-weight:bold;
	line-height:100%;
	border-bottom:2px solid #5277FF;
}

h2{
	
	padding-left:10px;
	margin:20px;
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
	line-height:150%;
	/* border-bottom:3px solid #FFFF00; */
	border-bottom:3px solid #3C63FF;
}

h3{
		padding-left:10px;
		margin:20px;
		font-size:1.0em;
		color:#FFD400;
		font-weight:bold;
		line-height:150%;
		border-left:3px solid #FBD858;
}
p{
		padding-left:10px;
		margin:20px;
		color:#0a0a0a;
		font-size:1.0em;
		line-height:150%;
}
a{
	overflow:hidden;
	outline:none;
}
/*共通 end*/

/* ヘッダー start*/
#header {
	/*
    background: url("") no-repeat scroll 50% 0 #FFFFFF;
    text-align: center;
	*/
    width: 100%;
}

#header .wrapper {
    /*background: url("../image/teamlogo.gif") no-repeat scroll 1px bottom transparent;*/
    height:100px;
    width:980px;
    margin:0 auto;
    padding: 0 0 0 1px;
    position: relative;
	overflow:visible;
}

#title {
	/*height:10px;*/
/*background-color:#838B8F;*/
/*background-color: #0a0a0a;*/
}

#title p{
	margin:2px 20px;
	/*text-align:right;*/
	color:#0068B7;
}

#title p>img{
	margin:0;
}

#header img{
	/*margin-top:10px;*/
}
/*
#header a{
	overflow:hidden;
	outline:none;	
}
*/
/* ヘッダー end*/



/* メニュー start*/
#menu {
    background-color: #0a0a0a;
	height:55px;
	/*background-color:#f2f9ff;*/
	box-shadow: 0 0 2px #0a0a0a;
	/*filter:&nbsp;progid:DXImageTransform.Microsoft.Shadow(color=#DDDDDD,&nbsp;direction=0,&nbsp;strength=2,&nbsp;enabled=true);*/

	/*height:124px;*/
	/*border:1px solid #0a0a0a;*/
}

#menu .wrapper {
    background-color: #0a0a0a;
	width:980px;
	height:55px;
    margin:0 auto;
}
/* メニュー end*/


/* スライドエリア start*/
#slidearea{
	/* background-color:#F8F8F8; */
    background-color: #0a0a0a;

}

#slider{
	width:980px;
	/*height:370px;*/
	max-height:500px;
	/*overflow:hidden;*/
	margin:0 auto;
	border:1px solid #000000;
	z-index:0;
}

#slider2{
	width:400px;
	/*height:370px;*/
	max-height:500px;
	/*overflow:hidden;*/
	margin:0 auto;
	border:0px solid #000000;
	z-index:0;
}
/* スライドエリア end*/



/* コンテンツ start*/
#contents .wrapper{
	width:980px;
	margin:0 auto;
	/* background-color:#F8F8F8; */
    background-color: #0a0a0a;

	/*overflow:hidden;*/
}


/* パンくずメニュー  start*/
#PankzTypeB ul, #PankzTypeB li {list-style-type:none; margin:0; padding:0;}
#PankzTypeB {margin:10px 20px;font-size:0.8em;color:#838B8F; overflow:hidden;}
#PankzTypeB li {float:left;}
#PankzTypeB span {padding:0 0.5em;}
#PankzTypeB a {font-size:0.8em;text-decoration:none;}
#PankzTypeB a:hover {text-decoration:underline;}
#PankzTypeB a:visited {color:#223B73;}
/* パンくずメニュー  end*/

#main_contents{
	width:700px;
	margin:3px 3px 0 3px;
	float:left;
	/* background-color:#FFFFFF; */
    background-color: #0a0a0a;

/*border:1px solid #CCCCCC;*/
/*    box-shadow: 1px 1px 2px #AAA;*/
}

.main_contents_box{
	width:680px;
	/*min-height:300px;*/
	margin-top:10px;
	margin-left:10px;
	/*color:#223B73;*/
	/*border-radius: 5px;*/         /* CSS3 */
   /*-moz-border-radius: 5px;*/    /* Firefox */
   /*-webkit-border-radius: 5px;*/ /* Safari,Chrome */
   /*box-shadow: 0 0 6px #AAAAAA;*/
}

.rightimg{
	float: right;
}
.rightimg:after{
	clear: both;
}

.main_contents_box ul li ,.tabs_content ul li{
	font-size:0.8em;
	line-height:200%;
	margin:10px 30px 10px 30px;
	border-bottom:1px dotted #838B8F;
}

.main_contents_box ul li a{
	color:red;
	text-decoration:none;
}
.main_contents_box ul li a:hover{
	text-decoration:underline;
}

/* もっと見る関連 start*/
.main_contents_box span p{
	font-size: 0.8em;
	padding-right: 20px;
	color:#DFDFDF;
	cursor: pointer;
}
#morebtn,#morebtni{
	text-align: right;
}

/* もっと見る関連 end*/
/* memberの表 ▼▼▼▼▼▼▼▼*/
table.t_member,table.t_link{
    border-top:1px solid #838B8F;
    border-left:1px solid #838B8F;
    border-collapse:collapse;
    border-spacing:0;
/*    background-color:#ffffff;*/
    empty-cells:show;
    font-size:0.8em;
    margin:0 auto;
}

.t_member th,.t_link th{
    border-right:1px solid #838B8F;
    border-bottom:1px solid #838B8F;
    color:#ffffff;
    font-weight:bold;
    background-color:#333333;
    background-position:left top;
    padding:0.3em 0.5em;
    /*text-align:center;*/
}
.t_member th{
	text-align:center;
}

table.t_member a{
color:#ffffff;
}

table.t_member a:hover{
background-color:#ffffff;
color:#0a0a0a;
}

.t_link th{
	text-align:center;
}

.t_member td,.t_link td{
    border-right:1px solid #838B8F;
    border-bottom:1px solid #838B8F;
    padding:0.3em 0.8em;
    /*background-color:#f8f8f8;*/
   background-color:#333333;
}

.t_link a{
	text-decoration:none;
	color:#0068B7;
	/*font-size:0.8em;*/
}

.t_link a:hover{
	text-decoration:underline;
	color:#FBD858;
}
.t_link a:visited{
	color:#0068B7;
	text-align:center;
}

.t_member td.number{
	text-align:right;
}
/* memberの表 ▲▲▲▲▲▲▲▲*/

/* 学校の表 ▼▼▼▼▼▼▼▼*/
table.t_school{
    border-top:1px solid #838B8F;
    border-left:1px solid #838B8F;
    border-collapse:collapse;
    border-spacing:0;
    /*background-color:#ffffff;*/
    empty-cells:show;
    font-size:0.8em;
    margin:0 auto;
}
.t_school th{
    border-right:1px solid #838B8F;
    border-bottom:1px solid #838B8F;
    color:#ffffff;
    font-weight:bold;
    background-color:#333333;

    /*background-image:url(../img/table-back.gif);*/
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.t_school th .school{
	width:300px;
}
.t_school th .count{
	width:80px;
}
.t_school td{
    border-right:1px solid #838B8F;
    border-bottom:1px solid #838B8F;
    padding:0.3em 1em;
    background-color:#333333;
}

/* 学校の表 ▲▲▲▲▲▲▲▲*/

/*スタッフの表 ▼▼▼▼▼▼*/
 table.t_staff{
    border-top:1px solid #838B8F;
    border-left:1px solid #838B8F;
    border-collapse:collapse;
    border-spacing:0;
    /*background-color:#ffffff;*/
    empty-cells:show;
    font-size:0.8em;
    margin:0 auto;
}
.t_staff th{
    border-right:1px solid #838B8F;
    border-bottom:1px solid #838B8F;
    color:#ffffff;
    font-weight:bold;
    background-color:#333333;

    /*background-image:url(../img/table-back.gif);*/
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.t_staff td{
    border-right:1px solid #838B8F;
    border-bottom:1px solid #838B8F;
    padding:0.3em 1em;
    background-color:#333333;
}
/*スタッフの表 ▲▲▲▲▲▲*/
/* イニングスコア ▼▼▼▼▼▼ */
div.inningscore_area{
	margin:0 auto;
	/*width:80%;*/
	background-color:#0a0a0a;
	padding-bottom:10px;
	padding-left:80px;

}

div.inningscore_area p{
	color:#ffffff;
	padding-top:10px;
	padding-left:0;
	font-size:0.8em;
	margin:0;
/*	margin-left:45px;*/
}

div.inningscore_area ul li{
	/*color:#0068B7;*/
/*	padding-left:55px;*/
	font-size:0.8em;
}
div.inningscore_area li{
	padding-top:5px;
	line-height:100%;
	margin:10px 0;
	border:0;
}

div.inningscore_area +hr{
	height:0;
	border:0;
	border-top:1px dotted #838B8F;
	/*border-bottom:1px solid #ffffff;*/
	margin:10px;
}
table.t_inningscore{
	background-color:#00004c;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    color:#ffffff;
    font-size:0.8em;
    /*margin:0 auto;*/
   
}
.t_inningscore th{
	border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    font-weight:bold;
    padding:2px;
}
.t_inningscore th.team{
	width:120px;
}
.t_inningscore th.inning{
	width:30px;
}
.t_inningscore td{
	border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    padding:0.3em 0.5em;
    text-align:center;
}



/* イニングスコア ▲▲▲▲▲▲*/
.tab_contents_box{
	/*width:680px;*/
	min-height:300px;
	margin-bottom:20px;
}

.tab_contents_box a{
color:#ffffff;
}

.tab_contents_box a:hover{
background-color:#ffffff;
color:#0a0a0a;
}

#sub_contents{
	width:270px;
	margin:3px 3px 0px 1px;
	float:right;
	/* background-color:#FFFFFF; */
    background-color: #0a0a0a;
    position: relative;
/*    box-shadow: 1px 1px 2px #AAA;*/

}

.sub_contents_box{
	margin-top:10px;
	/*margin-right:10px;*/

	/*border:1px solid #FBD858;*/
}
.sub_contents_box .banner{
	width:270px;
	height:69px;
	/*background-color:#838B8F;*/
	background-color:#333333;
	margin:5px 0;
	line-height:66px;
	text-align:center;
	vertical-align:middle;
}
/* Firefox hack start */
@-moz-document url-prefix() {
.sub_contents_box .banner{
	line-height:64px;
	}
}

.link{
    background-color: #202020;
	border:solid 2px #333333;
	color:#FFFFFF;
}
.link p{
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	margin:5px;
}
.link ul li {
	font-size:0.6em;
	padding-left:25px;
	line-height:180%;
}
.link ul li a{
	/*color:#0068B7;*/
	color:#FFFFFF;
	text-decoration:none;
}
.link ul li a:hover{
	text-decoration:underline;
/*color:#FBD858;*/
color:#cccccc;
}
.link ul li a:visited{
}

.linkad{
	border:solid 2px #0068B7;
	color:#0068B7;
}
.linkad p{
	color:#0068B7;
	font-size:0.8em;
	font-weight:bold;
	margin:1px;
}
.linkad ul li {
	font-size:0.6em;
	padding-left:8px;
	line-height:180%;
}
.linkad ul li a{
	/*color:#0068B7;*/
	color:#838B8F;
	text-decoration:none;
}
.linkad ul li a:hover{
	text-decoration:underline;
/*color:#FBD858;*/
color:#cccccc;
}
.linkad ul li a:visited{
}

.pagetop {
	background-color: #0a0a0a;
	/* background-color: #ffffff; */
	width:980px;
    /*position:absolute;*/
	bottom:0px;
    text-align:right;
}




.sub_contents_box .banner:hover{
	background-color:#FBD858;
}
.sub_contents_box .banner img{
	vertical-align:middle;
}
/* コンテンツ end*/


/* サイトマップ start*/
#smap {
	width:100%;
}

#smap .wrapper{
	width:980px;
	background-color:#202020;
	margin:0 auto;
	overflow:hidden;
}
#smap .list{
	height:100px;
	margin:20px 30px;
}

#smap .list >ul {
	list-style:none;
}

#smap .list >ul >li{
	float:left;
	color:#FFFFFF;
	margin:20px;
	width:70px;
}

#smap .list >ul >li >ul >li{
	background-color:#333333;
	margin-top:2px;
	padding-left:2px;

}

#smap a{
	font-size:0.7em;
	color:#FFFFFF;
	text-decoration: none;
	line-height:150%;
}

#smap a:hover{
	text-decoration: underline;
}
/* サイトマップ end*/

/*
.clearfix{
	clear:both;
}
*/


/*フッター start*/
#footer {
    background-color: #0a0a0a;
	width:100%;
}

#copyright {
	margin:0 auto;
	width:980px;
	height:25px;
	padding-top:5px;
	text-align:center;
	background-color:#444;
}

#copyright p{
	font-size:0.7em;
	margin:0 auto;
	color:#FFFFFF;
}
/* フッター end*/


/*
a.trial, a.kaisoku, a.kouenkai{
	color:red;
	text-decoration:none;
}
a.trial:hover, a.kaisoku:hover, a.kouenkai:hover{
	text-decoration:underline;
}
*/



div .boundaryline{
	margin:10px 20px;
	border-bottom: solid 1px #0068B7;
}

.taiken{
	border:1px solid #555;
	margin-left:30px;
}

.taiken th{
	border-bottom:1px solid #555;
	border-right:1px solid #555;
	background-color:#cccccc;
}

.taiken td{
border-bottom:1px solid #555;
border-right:1px solid #555;
padding:2px 5px 2px 5px;
}

.mailf td{
padding:2px 5px 2px 5px;
}

div#fc2_bottom_bnr{position:static!important;}

.main_contents_box a{
text-decoration:underline;
color:#ffff33;
}

.main_contents_box a:hover{
background-color:#ffffff;
color:#000000;
}

.w_banner  a:hover{
background-color:#ffa500;
}
