@charset "euc-jp";

html {
	overflow-y			:	scroll;
}
body{
	font-size:12px;
	text-align			:	center;
	background: url("../img/bg_body.gif") repeat scroll 0 0;
}
#container {
	margin:0 auto;
	text-align:center;
}
#container_shadow {
	background: url("../img/bg_container_shadow.png") repeat-y scroll center 0;
}
#container #main {
	margin:0 auto;
	text-align:center;
	width:840px;
	background: url("../img/bg_main_bottom.png") no-repeat scroll center bottom;
}

p#mobileURL{
	text-align:left;
	margin:0 auto;
	padding:5px;
	font-size:0.8em;
}

/* =======================================================
#header
======================================================= */

#header {
	text-align:left;
	position: relative;
	height:250px;
	background: url("../img/bg_main_top.png") no-repeat scroll 0 0;
}
#header #logo {
	position: absolute;
	top: 16px;
	left: 12px;
}
#header #header_text h1 {
	position: absolute;
	width:450px;
	top: 90px;
	left: 30px;
	line-height:1.6em;
	z-index :10;
	font-size :14px;
}
#header #header_text img {
	position: absolute;
	top: 156px;
	left: 35px;
}

#header #catch {
	position: absolute;
	top: 7px;
	left: 622px;
}

#header .tab2 {
	position: absolute;
	bottom: 0px;
	left: 619px;
	width:220px;
	height:50px;
	background: url("../img/bg_smtab_box01.png") no-repeat scroll 0 3px;
}
#header .tab1 {
	position: absolute;
	bottom: 0px;
	left: 619px;
	width:220px;
	height:50px;
	background: url("../img/bg_smtab_box02.png") no-repeat scroll 0 3px;
}
#header #tab a,
#header #tab a {
	margin-top:19px;
	float:left;
	display:block;
	width:220px;
	height:30px;
}

#main_box {
	background: url("../img/bg_main_top.png") no-repeat scroll 0 -250px;
	border-bottom: 1px solid #85b348;
}

/* =======================================================
#main_box .content_box
======================================================= */
#main_box .content_box {
	float:left;
	width:600px;
	text-align: left;
	margin-left: 19px;
}
* html #main_box .content_box {
	margin-left: 0px;
	padding-left: 19px;
}

#main_box .content_box ul li.contents {
	width: 583px;
	background: url("../img/img_contents_bottom.png") no-repeat scroll 0 bottom;
	padding-bottom:5px;
	margin-bottom:10px;
}
#main_box .content_box ul li.contents .news {
	padding: 60px 0 0 10px;
	background: url("../img/img_news.png") no-repeat scroll 0 0;
}
#main_box .content_box ul li.contents .report {
	padding: 60px 0 0 10px;
	background: url("../img/img_report.png") no-repeat scroll 0 0;
}
#main_box .content_box ul li.contents .players {
	padding: 60px 0 0 10px;
	background: url("../img/img_players.png") no-repeat scroll 0 0;
}
#main_box .content_box ul li.contents .other {
	padding: 60px 0 0 10px;
	background: url("../img/img_other.png") no-repeat scroll 0 0;
}

#main_box .content_box ul li.contents h3 {
	width:320px;
	font-size :1em;
	font-weight: bold;
}
#main_box .content_box ul li.contents p {
	width:320px;
	line-height:1.5em;
	margin:1em 0 0;
	padding-bottom:2em;
}
#main_box .content_box p.attention {
	font-size:0.85em;
	line-height:1.5em;
}

/* =======================================================
#main_box #sidemenu
======================================================= */
#sidemenu {
	float:right;
	width:202px;
	margin-right:19px;
}
* html #sidemenu {
	margin-right:0px;
	padding-right:19px;
}

#sidemenu #Access {
	background: url("../img/sm_box01.png") no-repeat scroll 0 bottom;
	padding-bottom:10px;
	padding-top:10px;
}
#sidemenu #Access img,
#sidemenu #Access ul li {
	width:180px;
	margin:0 auto 0px;
	text-align:center;
}

#sidemenu #Access ul li {
	margin-top:10px;
	margin-bottom:10px;
}

#sidemenu #Access ul li dl dd {
	text-align:left;
	font-size:0.85em;
}
#sidemenu #Access ul li dl dd p {
	margin: 5px;
}

#sidemenu #Access ul li.s2 {
	background: url("../img/sm_box_bottom.png") no-repeat scroll 0 bottom;
}

#sidemenu #Access ul li.s2 table {
	margin:0 5px 5px;
}
* html #sidemenu #Access ul li.s2 table {
	margin:0px;
	padding:0 5px 5px;
}

#sidemenu #Access ul li.s2 select {
	margin:5px 0;
}
#sidemenu #Access ul li.s2 #btn_s2 {
	border: 0px;
	width: 160px;
	height: 28px;
	background: url("../img/sm_btn_url.png") no-repeat scroll 0 0;
	margin:0 auto;
	padding:0 0 10px 0;
}

#sidemenu #Image {
	background: url("../img/sm_box02.png") no-repeat scroll 0 bottom;
	padding-bottom:10px;
	padding-top:6px;
}
#sidemenu #Image img {
	margin:0px auto 10px;
	text-align:center;
}

#sidemenu .none{
	display :none;
}

#sidemenu #sidemenu03 ul li{
	margin:10px 0;
	line-height:0;
}


/* =======================================================
#footer
======================================================= */
#footer {
	color:#fff;
	text-align:left;
	padding:1em;
	border-top: 1px solid #b7de81;
} 

#footer a {
	color:#fff;
}
#container_bottom {
	margin:0 auto;
	text-align:center;
	width:846px;
	background: url("../img/bg_container_bottom.png") no-repeat scroll 0 top;
}

#container_bottom p {
	padding:1em 0;
	font-size:0.85em;
}