@charset "Shift_JIS";
/* CSS Document */


/************************************************************************


Properties

1 visual:display,list-style,position,float,clear
2 box:width,height,margin,padding,border
3 background
4 font
5 content
6 other


***********************************************************************/





/************************************************************************

base

***********************************************************************/

body {
	background: #323230;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std",sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	color: #333;
	text-align: center;/*for ie6*/
}


body,h1,h2,h3,h4,h5,dl,p {
	margin: 0;
	padding: 0;
}

p,th,td,li,dt,dd,input,textarea {
	font-size: 1.3em;
}

th li,
td li,
dd li,
dd dt,
dd dd {
	font-size: 1.0em;
}

dd ul,
dd ol {
	padding-left:0;
}


img {
	border: none;
	vertical-align: bottom;
}

table {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.6;
}
table thead th {
	padding: 3px 7px;
}
table th,
table td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 7px;
}


table ul {
	margin:0;
	padding-left:20px;
}

a {
	outline: none;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #FF6633;
}

hr {
	border:none;
	border-top:1px solid #DEDEDE;
	height:0px;
	margin:7px 0;
}
* html hr {/* for -IE6 */
	margin:0;
}
*+html hr {/* for IE7 */
	margin:0;
}

.caution {
	color: #C00;
}

/************************************************************************

wrapper

***********************************************************************/

#wrapper {
	width: 100%; 
	min-width: 960px;
	background-color: #fff;
}
#wrapper-inner {
	width: 100%;
	background: url(../../images/common/wrapper_bg.jpg) repeat-x;
}

/************************************************************************

header

***********************************************************************/

#header {
	width: 100%;
	/* [disabled]overflow: hidden; */
}
#header-inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
#header logo {
	position: absolute;
	top: 0;
	left: 0;
}
#header #identifier {
	position: absolute;
	top: 0;
	left: 161px;
}
#header .jumpContents {
	display: none;
}
#header ul.list-utility {
	list-style: none;
	position: absolute;
	top: 34px;
	right: 0;
	margin: 0;
	padding: 0;
}
#header ul.list-utility li {
	display: inline;
	margin-left: 15px;
	font-size: 1.2em;
}
* html #header ul.list-utility li {
	display: inline;
  zoom: 1;
}
#header ul.list-utility li.toppage {
	padding-left: 11px;
	background: url(../../images/common/header_arrow.gif) no-repeat 0 5px;
}
#header ul.list-utility li.sitemap {
	padding-left: 16px;
	background: url(../../images/common/header_icon_sitemap.gif) no-repeat 0 4px;
}
#header ul.list-utility li.contact {
	padding-left: 16px;
	background: url(../../images/common/header_icon_contact.gif) no-repeat 0 3px;
}

/************************************************************************

global-navi

***********************************************************************/

#global-navi {
	width: 100%;
	height: 132px;
}
#global-navi-inner {
	position: relative;
	width: 960px;
	height: 132px;
	margin: 0 auto;
}
#global-navi-inner ul {
	list-style: none;
	position: absolute;
	top: 37px;
	right: 0;
	margin: 0;
	padding: 0;
}
#global-navi-inner ul#global-menu { right: 221px; }

#global-navi-inner li {
	display: inline;
	margin-left: 12px;
}
.top #global-navi #global-navi-inner li {
	margin-left: 8px;
}
.top #global-navi {
	background: url(../../images/top/gn_bg.jpg) no-repeat top center;
}
.top #global-navi #global-navi-inner {
	background: url(../../images/top/gn_bg.jpg) no-repeat top center;
}
.baseball #global-navi {
	background: url(../../images/baseball/common/gn_bg.jpg) no-repeat top center;
}
.baseball #global-navi #global-navi-inner {
	background: url(../../images/baseball/common/gn_bg.jpg) no-repeat top center;
}
.rugby #global-navi {
	background: url(../../images/rugby/common/gn_bg.jpg) no-repeat top center;
}
.rugby #global-navi #global-navi-inner {
	background: url(../../images/rugby/common/gn_bg.jpg) no-repeat top center;
}
.basket #global-navi {
	background: url(../../images/basket/common/gn_bg.jpg) no-repeat top center;
}
.basket #global-navi #global-navi-inner {
	background: url(../../images/basket/common/gn_bg.jpg) no-repeat top center;
}

/************************************************************************

content-container

***********************************************************************/

#content-container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

/************************************************************************

sub-menu

***********************************************************************/

#sub-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sub-menu ul.banner li {
	margin-bottom: 10px;
}	

/************************************************************************

footer

***********************************************************************/

#footer {
	clear: both;
	width: 100%;
	margin-top: 30px;
	background: url(../../images/common/footer_bg.jpg) repeat-x top;
}
#footer #footer-inner {
	position: relative;
	width: 960px;
	height: 138px;
	margin: 0 auto;
	background: url(../../images/common/footer_bg.jpg) repeat-x top;
	text-align: left;
}
#footer .page-top {
	position: absolute;
	right: 0;
	display: inline;
	width: 180px;
	height: 30px;
	background: url(../../images/common/pagetop_bg.jpg) no-repeat;
	text-align: center;
}
#footer .page-top a {
	display: inline-block;
	padding: 7px 0 0 12px;
	background: url(../../images/common/pagetop_arrow.gif) no-repeat 0 13px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	margin-right: 16px;
	font-size: 1.2em;
}
#footer ul.menu-sports {
	position: absolute;
	top: 60px;
	left: 0;
}
#footer ul.menu-help {
	position: absolute;
	top: 90px;
	left: 0;
}
#footer ul a {
	padding-left: 13px;
	background: url(../../images/common/footer_icon_arrow.gif) no-repeat 0 4px;
}
#footer address {
	position: absolute;
	top: 90px;
	right: 0;
	font-style: normal;
	font-size: 1em;
}
#footer .bnr-eco {
	position: absolute;
	top: 115px;
	right: 0;
}

#footer ul a:hover {
	color: #FC0;
	text-decoration: underline;
}

#footer .act {
	color: #FC0;
}

#footer ul a,
#footer ul .act {
	padding-left: 13px;
	background: url(../../images/common/footer_icon_arrow.gif) no-repeat 0 4px;
}
