@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html { overflow-y: scroll; }

body {
	width: 100%;
	height: auto;
	font-family: 'ＭＳ Ｐゴシック','Osaka','ヒラギノ角ゴ Pro W3';
	word-break: break-all;
	font-size: 12px;
	color: #454545;
	line-height: 1.7;
	background-color:#FFF;
	-webkit-text-size-adjust: 100%;
}

/*
DEFAULT
***************************************************************************/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, 
a, img, dl, dt, dd, ol, ul, li,
form, label, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
img{vertical-align:bottom;}
li{ list-style:none; }

.clearfix {
	>width: 100%;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}

/* ▼LINK▼ */
a {
	color: #1974af;
	outline: none;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

/* ▼IMG▼ */
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

a.no_filter:hover img {
	filter: none;
	-moz-opacity: 1.00;
	opacity: 1.00;
}

/*
汎用パーツ
***************************************************************************/
/* ▼display▼ */
.block { display:block; }
.inline { display:inline; }
.align_c { text-align:center; }
.align_r { text-align:right; }
.align_l { text-align:left; }
.flo_l{ float:left; }
.flo_r{ float:right; }
.middle{vertical-align:middle; }


/* ▼area▼ */
.mb0 { margin-bottom:0 !important; }
.mb2 { margin-bottom:2px !important; }
.mb4 { margin-bottom:4px !important; }
.mb5 { margin-bottom:5px !important; }
.mb6 { margin-bottom:6px !important; }
.mb10 { margin-bottom:10px !important; }
.mb12 { margin-bottom:12px !important; }
.mb15 { margin-bottom:15px !important; }
.mb16 { margin-bottom:16px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }
.mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !important; }
.mb55 { margin-bottom:55px !important; }
.mb60 { margin-bottom:60px !important; }
.mb75 { margin-bottom:75px !important; }
.mb80 { margin-bottom:80px !important; }
.mb85 { margin-bottom:85px !important; }

.mt150 { margin-top:150px !important; }
.mt90 { margin-top:90px !important; }
.mt70 { margin-top:70px !important; }
.mt40 { margin-top:40px !important; }

.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml12 { margin-left:12px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml137 { margin-left:137px !important; }

.mr0 { margin-right:0 !important; }
.mr5 { margin-right:5px !important; }
.mr8 { margin-right:8px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr30 { margin-right:30px !important; }
.mr40 { margin-right:40px !important; }
.mr90 { margin-right:90px !important; }

.mlr3 { margin-left:3px !important; margin-right:5px !important; }
.mlr5 { margin-left:5px !important; margin-right:5px !important; }
.mlr10 { margin-left:10px !important; margin-right:10px !important; }
.mlr20 { margin-left:20px !important; margin-right:20px !important; }


/* ▼img▼ */
.frame{
	padding:1px;
	border:1px #bababa solid;
}

/* ▼font disp▼ */
.bold { font-weight:bold; }
.normal { font-weight:normal; }

.red{ color:#d92b2b !important;}
.blue{ color:#0383d9 !important;}

/* ▼font size▼ */
.size12{font-size:12px!important;}
.size11{font-size:11px!important;}

/* ▼width▼ */
.w1000{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/* ▼line height▼ */

/* ▼background ▼ */
.bg_gray{ background-color:#e6e6e6;}

/* ▼ title ▼ */
#contentbox h3 a{ color:#FFFFFF; }

.chart1 th,
.chart1 td{
	padding:3px;
}
.detaillist th,
.detaillist td{
	padding:3px;
}

/*
HEADER
***************************************************************************/
#header{ 
	background:url(../common_img/header_bg.jpg) repeat-x;
	position:relative;
}
#header_area{ 
	background:url(../common_img/header_bg.jpg) repeat-x;
	position:relative;
	z-index:5;
}
#header_contents{
	width:1000px;
	margin:0 auto;
	padding:5px 0 0;
	position:relative;
	z-index:30;
}
.h_logo{ float:left; }
.h_logo a:hover img{ 
	filter: none;
	-moz-opacity: 1.00;
	opacity: 1.00;
}
#h_right{
	float:right;
	width:230px;
	background:url(../common_img/h_line.gif) no-repeat right top;
	padding:10px 15px 0 0 ;
	height:65px;
}
#topicpath{ font-size:13px; }
#header-submenu{ font-size:13px; }

/*
NAVI
***************************************************************************/
#hnavi{ 
	position:absolute;
	left:248px;
}
#hnavi li { 
	float:left; 
	cursor:pointer;
}
#gnavi1btn{
	background:url(../common_img/gnavi_01.png) no-repeat;
	width:176px;
	height:75px;
}
#gnavi1btn.selected{
	background:url(../common_img/gnavi_01r.png) no-repeat;
	width:176px;
	height:78px;
}
#gnavi2btn{
	background:url(../common_img/gnavi_02.png) no-repeat;
	width:160px;
	height:75px;
}
#gnavi2btn.selected{
	background:url(../common_img/gnavi_02r.png) no-repeat;
	width:160px;
	height:78px;
}

#cgnavi2btn{
	background:url(../common_img/cgnavi_02.png) no-repeat;
	width:160px;
	height:75px;
}
#cgnavi2btn.selected{
	background:url(../common_img/cgnavi_02r.png) no-repeat;
	width:160px;
	height:78px;
}

.gnavi1tbl{ 
	border-spacing:0; 
	text-align:left;
}
.gnavi1tbl td{
	padding:3px 10px 3px 0 ;
	border-left:1px #b5b3b3 dashed;
	border-bottom:1px #b5b3b3 dashed;
}
.gnavi1tbl td.gnavi1first{
	border-left:none;
	padding-right:5px;
}

.gnavi1tbl .gnavi1last td{ border-bottom:none; }

#gnavi2{
	width:100%;
	background:url(../common_img/gnavi02_bg.png) repeat-x;
	height:240px;
}
#gnavi2_contents{
	width:1000px;
	margin:0 auto;
}
.gnavi2_ul{
	float:left;
	padding:18px 0 0 ;
	text-align:left;
}
.gnavi2_ul li{
	background:url(../common_img/icon_03.png) no-repeat 6px 4px;
	padding:0 0 0 22px;
	margin:0 0 10px;
}
.gnavi2_ul li a{ color:#454545; }
.panel{ 
	display:none; 
	z-index:10;
	position:absolute;
	top:80px;
	left:0;
}
#header_area .panel{
	border:none;
	padding:0;
}

#side{ font-size:13px; }

/*
CONTENTS
***************************************************************************/
#container{ 
	position:relative;
	z-index:1;
}
#contents{
	width:1000px;
	margin:0 auto;
	padding:4px 0 12px;
}
#content{ font-size:13px; }

#l_contents{
	float:left;
	width:794px;
}
#r_contents{
	float:right;
	width:196px;
}
.rbnr{
	background:url(../common_img/bg_01.gif) repeat;
	padding:8px 0 3px;
	text-align:center;
}
#contents02{
	background:url(../common_img/bg_01.gif) repeat;
	padding:15px 0 22px;
}
.contents_area{
	width:1000px;
	margin:0 auto;
}

.magazine{
	float:left;
	width:230px;
	margin:0 26px 0 0;
}
.magazine_txt{
	background:url(../common_img/bg_02.gif) repeat;
	padding:6px 8px;
	color:#d7d7d7;
	line-height:1.5;
}
.magazine_ttl{
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 18px;
	background:url(../common_img/icon_02.png) no-repeat 0 6px;
}
.magazine_ttl a{color:#FFFFFF;}


/*
FOOTER
***************************************************************************/
#footer{
	font-size:12px;
	height:auto;
	line-height:1.7;
	color:#FFFFFF;
}
body#softball #footer .footer_link a,
body#badminton #footer .footer_link a,
body#bowling #footer .footer_link a,
body#rugby #footer .footer_link a{
	color:#FFFFFF;
}


#footer_blue{
	width:100%;
	background:url(../common_img/bg_03.gif) repeat;
	height:40px;
	margin:0 0 8px;
}
#footer_contents{
	width:1000px;
	margin:0 auto;
	position:relative;
	height:26px;
	padding:14px 0 0;
	text-align:left;
}
.pagetop{
	position:absolute;
	right:0;
	top:-4px;
}
.footer_link{
	color:#FFFFFF;
	line-height:1;
}
.footer_link a{ color:#FFFFFF; }

.cr{
	text-align:center;
	color:#299dff;
	margin:0 0 10px;
}


