@charset "Shift_JIS";

body{
	background:#DDD;
	margin:0 auto;
	padding:0;
	color:#3A3A3A;
	text-align:center;
}

/*----------------------------------------------------
link
----------------------------------------------------*/

a:link{
	color:#4791C4;
	text-decoration:none;
}

a:visited{
	color:#6B4A8A;
	text-decoration:none;
}

a:hover{
	color:#4791C4;
	text-decoration:underline;
}

/*----------------------------------------------------
共通
----------------------------------------------------*/

#stage{
	width:990px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#FFF;
}

#contents{
	width:950px;
	margin:0 20px 20px 20px;
	padding:0;
	background:url(../sport/img/sub_bg.gif) repeat-y;
}

#contents:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

/*ページトップへ*/
.pagetop{
	text-align:right;
	background:url(../img/top_line.gif) no-repeat;
	margin:15px 0 0 0;
	padding:7px 0 0 0;
}

/*回り込み解除*/
.clear{
	clear:both;
}

/*区切り線*/
hr{
	display:none;
}

/*画像のボーダー消し*/
img{
	margin:0;
	padding:0;
	border:0;
}

/*リンク*/

.link_point img{
	vertical-align:middle;
	margin-right:3px;
}


/*----------------------------------------------------
ヘッダー
----------------------------------------------------*/

#header{
	margin:0 auto;
	padding:0;
	width:950px;
	border-top:5px solid #3E3E3E;
}

#header h1{
	margin:15px 0 0 0;
	padding:0;
}

#header img{
	vertical-align:bottom;
}

/*2層目ヘッダー*/
#header02{
	margin:0 auto 15px auto;
	padding:0;
	width:950px;
	height:90px;
	border-top:5px solid #3E3E3E;
	border-bottom:1px solid #D5D5D5;
}

#header02 h1{
	margin:10px 0;
	padding:0;
	text-align:left;
}

#header02 img{
	vertical-align:bottom;
}

/*----------------------------------------------------
メインコンテンツ
----------------------------------------------------*/

#main{
	margin:0;
	padding:0;
	text-align:left;
	width:720px;
	font-size:80%;
	line-height:1.5em;
	float:right;
}

#main p{
	margin:3px 0;
}


/*----------------------------------------------------
サブコンテンツ
----------------------------------------------------*/

#sub{
	width:210px;
	margin:0;
	padding:0;
	float:left;
}

#sub img{
	vertical-align:bottom;
}

#menu{
	margin:0 0 10px 0;
	padding:0;
	border:1px solid #CCC;
}

#menu ul{
	margin:1px 1px 0 1px;
	padding:0;
	list-style:none;
}

#menu ul li{
	margin:0 0 1px 0;
	padding:0;
}

/*バナー*/
.sub_banner{
	margin-bottom:10px;
}


/*----------------------------------------------------
トップ
----------------------------------------------------*/

#nav{
	margin:0 auto;
	padding:0;
	width:950px;
}

#nav:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	width:951px;
}

#nav ul li{
	margin:0;
	padding:0;
	display:inline;
	float:left;
	height:50px;
}

.n_bn{
	margin:0;
	top:0;
	right:0;
	position:absolute;
	font-size:80%;
}

#sport_newsbox{
	width:720px;
	margin:0;
	padding:0 0 10px 0;
	position:relative;
	border-top:1px solid #FFF;
	background:url(../img/newsbox_bottom.gif) repeat-x bottom;
}

#sport_newsbox h2{
	height:28px;
	background:url(../img/news_t_bg.gif) repeat-x;
	margin:0 0 5px 0;
	padding:0;
}

/*table
---------------------------------------------------------*/

.magazine {
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.magazine th, 
.magazine td {
	padding: 3px 7px; 
	vertical-align: middle;
}

.magazine th {
	padding: 10px 12px;
	background-color: #ECF5DB;
	border: 1px solid #d5d5d5;
	vertical-align: middle;
	text-align: left;
}

.magazine td {
	padding: 10px 12px;
	border: 1px solid #d5d5d5;
}

.magazine thead th {
	background-color: #e34a5f;
	color: #fff;
	font-weight: bold;
}

.magazine tbody th {
	background-color: #fcecef;
	color: #da0623;
	font-weight: normal;
}

.magazine tbody th,
.magazine tbody td.download {
	white-space: nowrap;
}

.magazine tbody td strong {
	line-height: 2;
}

.magazine tbody td .new {
	margin-left: 0.5em;
	padding: 2px 4px;
}

/*----------------------------------------------------
その他共通
----------------------------------------------------*/

.sub_t{
	clear:both;
	padding-top:5px;
	border-top:1px solid #CCC;
}

.right_p{
	float:right;
	margin:0 0 5px 10px;
}

.left_p{
	float:left;
	margin:0 10px 20px 0;
}

.coach_box{
	width:720px;
	margin:0;
	padding:0;
	position:relative;
}

.coach_box .left{
	float:left;
	width:140px;
	padding:0;
	margin:0;
}

.coach_box .right{
	float:right;
	width:565px;
	padding:0;
	margin:0;
}

.right p{
	width:560px;
}

.senseki{
	margin-top:3px;
	margin-bottom:7px;
}

.b_box{
	margin:0;
	padding:10px;
	background-color:#EFEFEF;
}

h4.middle{
	margin:10px 0;
	font-size:100%;
}

.box20{
	margin:0 0 20px 0;
}

.new {
  padding: 0 3px;
  color: #fff;
  background-color: #d42020;
}
/*ページ内リンク*/

.toplink{
	margin:7px 0;
	font-size:85%;
	background:#EFEFEF;
	padding:0 5px;
}

/*リンク*/

.link_point img{
	vertical-align:middle;
	margin-right:3px;
}

.link_list{
	margin:0 0 5px;
	padding:0;
	width:545px;
	list-style:none;
}

.link_list li{
	width:181px;
	margin:0;
	padding:0 0 5px 0;
	float:left;
}


/*----------------------------------------------------
公式野球部
----------------------------------------------------*/
div.basebnr {
	/*width:350px;*/
}
div.basebnr a.guid {
	background:#F90;
}
div.basebnr a.appl {
	background:#090;
}
div.basebnr a {
	/*display:block;*/
	display: inline-block;
	*display: inline-block;
	*zoom: 1;
	vertical-align: middle;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size:120%;
	color:#fff;
	padding:10px 20px;
	text-decoration:none;
	margin-top:10px;
	margin-right:12px;
}
div.basebnr a:hover {
	color:#ccc;
}


/*----------------------------------------------------
バスケット部
----------------------------------------------------*/

.basket_tx{
	color:#F78600;
	font-weight:bold;
}

.basket__point{
	color:#F78600;
	font-weight:normal;
}

.basket_h_bg{
	border-left:1px solid #FAD5A9;
	border-top:3px solid #FAD5A9;
	padding:5px 0 2px 3px;
	font-size:100%;
	background:#FFF;
	color:#F78600;
}

h4.basket_common{
	color:#FFF;
	font-size:110%;
	padding-left:5px;
	background:#F78600;
}

.basket_subt{
	background:#5774C9;
	color:#FFF;
	font-size:100%;
	padding:1px 3px;
	margin-top:25px;
}

.basket_students_box{
	margin:0;
	border-top:3px solid #FAD5A9;
	padding:10px 0;
}

.basket_students_box ul{
	margin:5px 0;
	padding:0;
	list-style:none;
}

/*年間活動計画テーブル*/
.basket_schedule{
	margin:0 0 15px 0;
	border-top:1px solid #efcba1;
	border-left:1px solid #efcba1;
}

.basket_schedule .top{
	color:#e0800e;
	background:#fdeedc;
	text-align:center;
}

.basket_schedule .left{
	color:#3A3A3A;
	text-align:left;
}

.basket_schedule td, .basket_schedule th{
	font-size:90%;
	border-bottom:1px solid #efcba1;
	border-right:1px solid #efcba1;
	padding:3px 5px;
	line-height:1.5em;
}


/*----------------------------------------------------
サッカー部
----------------------------------------------------*/

.soccer_tx{
	color:#019B2A;
	font-weight:bold;
}

.soccer_point{
	color:#019B2A;
	font-weight:normal;
}

.soccer_h_bg{
	border-left:1px solid #A9E1B8;
	border-top:3px solid #A9E1B8;
	padding:5px 0 2px 3px;
	font-size:100%;
	background:#FFF;
	color:#019B2A;
}

h4.soccer_common{
	color:#FFF;
	background:#019B2A;
}

.soccer_subt{
	background:#5774C9;
	color:#FFF;
	font-size:100%;
	padding:1px 3px;
	margin-top:25px;
}

.soccer_students_box{
	margin:0;
	border-top:3px solid #A9E1B8;
	padding:10px 0;
}

.soccer_students_box ul{
	margin:5px 0;
	padding:0;
	list-style:none;
}

.soccer_coach_box{
	width:545px;
	margin:15px 0 0 0;
	padding:10px 0;
	border-top:3px solid #A9E1B8;
}

.soccer_coach_box .left{
	float:left;
	width:140px;
	padding:0;
	margin:10px 0 0 0;
}

.soccer_coach_box .right{
	float:right;
	width:390px;
	padding:0;
	margin:15px 0 0 0;
}

/*年間活動計画テーブル*/
.soccer_schedule{
	margin:0 0 15px 0;
	border-top:1px solid #a6d5b3;
	border-left:1px solid #a6d5b3;
}

.soccer_schedule .top{
	color:#148933;
	background:#dcf1e2;
	text-align:center;
}

.soccer_schedule .left{
	color:#3A3A3A;
	text-align:left;
}

.soccer_schedule td, .soccer_schedule th{
	font-size:90%;
	border-bottom:1px solid #a6d5b3;
	border-right:1px solid #a6d5b3;
	padding:3px 5px;
	line-height:1.5em;
}


/*----------------------------------------------------
水泳部
----------------------------------------------------*/

.swim_tx{
	color:#005FB7;
	font-weight:bold;
}

.swim__point{
	color:#005FB7;
	font-weight:normal;
}

.swim_h_bg{
	border-left:1px solid #BBDCF5;
	border-top:3px solid #BBDCF5;
	padding:5px 0 2px 3px;
	font-size:100%;
	background:#FFF;
	color:#005FB7;
}

h4.swim_common{
	color:#FFF;
	background:#005FB7;
}

.swim_subt{
	background:#005FB7;
	color:#FFF;
	font-size:100%;
	padding:1px 3px;
	margin-top:25px;
}

.swim_students_box{
	margin:0;
	border-top:3px solid #BBDCF5;
	padding:10px 0;
}

.swim_students_box ul{
	margin:5px 0;
	padding:0;
	list-style:none;
}

/*年間活動計画テーブル*/
.swim_schedule{
	margin:0 0 15px 0;
	border-top:1px solid #a4c7e2;
	border-left:1px solid #a4c7e2;
}

.swim_schedule .top{
	color:#155da0;
	background:#dce9f4;
	text-align:center;
}

.swim_schedule .left{
	color:#3A3A3A;
	text-align:left;
}

.swim_schedule td, .swim_schedule th{
	font-size:90%;
	border-bottom:1px solid #a4c7e2;
	border-right:1px solid #a4c7e2;
	padding:3px 5px;
	line-height:1.5em;
}

.swim_schedule tr td span{
	color:#F00;
	}


/*----------------------------------------------------
陸上競技部
----------------------------------------------------*/

.ekiden_tx{
	color:#E03812;
	font-weight:bold;
}

.ekiden__point{
	color:#E03812;
	font-weight:normal;
}

.ekiden_h_bg{
	border-left:1px solid #F6C0B3;
	border-top:3px solid #F6C0B3;
	padding:5px 0 2px 3px;
	font-size:100%;
	background:#FFF;
	color:#E03812;
}

h3.ekiden_common{
	color:#FFF;
	background:#E03812;
}

.ekiden_subt{
	background:#D32902;
	color:#FFF;
	font-size:100%;
	padding:1px 3px;
	margin-top:25px;
}

.ekiden_students_box{
	margin:0;
	border-top:3px solid #F6C0B3;
	padding:10px 0;
}

.ekiden_students_box ul{
	margin:5px 0;
	padding:0;
	list-style:none;
}

/*年間活動計画テーブル*/
.ekiden_schedule{
	margin:0 0 15px 0;
	border-top:1px solid #eab5a9;
	border-left:1px solid #eab5a9;
}

.ekiden_schedule .top{
	color:#E03812;
	background:#f5e9e6;
	text-align:center;
}

.ekiden_schedule .left{
	color:#3A3A3A;
	text-align:left;
}

.ekiden_schedule td, .ekiden_schedule th{
	font-size:90%;
	border-bottom:1px solid #eab5a9;
	border-right:1px solid #eab5a9;
	padding:3px 5px;
	line-height:1.5em;
}


/*----------------------------------------------------
フッター
----------------------------------------------------*/

#footer{
	clear:both;
	margin:0 auto;
	padding:0;
	width:950px;
	text-align:left;
	border-top:1px solid #D5D5D5;
}

#footer img{
	vertical-align:bottom;
}

#footer p{
	margin:3px 0;
	font-size:72%;
	line-height:1.5em;
}

.left_img{
	float:left;
	margin:0 0 3px 0;
	padding:0 10px 0 15px;
}

.ad{
	display:block;
	padding-top:7px;
}

.copyright{
	clear:both;
	margin:0;
	padding:3px 20px;
	color:#FFF;
	background-color:#3E3E3E;
}


/*----------------------------------------------------
thickbox
----------------------------------------------------*/

#TB_window{
	color:#313131;
	font-size:85%;
	line-height:1.3;
}

#TB_secondLine{
	color:#515151;
	font-size:90%;
}
#TB_window a:link{color:#515151;}
#TB_window a:visited{color:#515151;}
#TB_window a:hover{color:#000;}
#TB_window a:active{color:#515151;}
#TB_window a:focus{color:#515151;}

#TB_overlay{
	position:fixed;
	z-index:100;
	top:0;
	left:0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack{background:url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
* html #TB_overlay{ /* ie6 hack */
     position:absolute;
     height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window{
	position:fixed;
	background:#FFF;
	z-index:102;
	color:#000;
	display:none;
	border:2px solid #313131;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window{ /* ie6 hack */
position:absolute;
margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image{
	display:block;
	margin:15px 0 0 15px;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 15px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 15px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#E8E8E8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top:50%;
	left:50%;
	margin:-6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	background-color:#FFF;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect{ /* ie6 hack */
     position:absolute;
     height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-top:1px;
	_margin-bottom:1px;
}



.mb20{ margin-bottom:20px; }



