﻿@charset "UTF-8";
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

body{
	text-align:center;
	background:url(image/info_bg.jpg) repeat-x;
	background-color:#e8e8e8;
}
.pdf {
	background:url(image/pdf.gif) left bottom no-repeat;
	padding-left:17px;
}
.shousai {
	background:url(image/shousai.gif) left center no-repeat;
	padding-left:17px;
}
.shousai_menu {
	background:url(image/shousai_menu.gif) left center no-repeat;
	padding-left:17px;
}
strong {
	font-weight:bold;
}
span.red{
	font-weight:bold;
	color:red;
}
span.blue{
	font-weight:bold;
	color:blue;
}
span.red_s{
	color:red;
}
/* header start */
#head{
	width:900px;
	margin:0 auto;
}
/* gloval-menu start */
#gloval_menu {
	width:900px;
	margin:4px auto 50px auto;
}



#button li{
	float:left;
	font-size : 14px;
	list-style-type: none;
	text-align:center;
}
#button:after {
	height:0;
	visibility: hidden;
	content: ".";
	display: block;
	clear : both;
}
#button li a{
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	color:#FFFFFF;
}

li.start a {
	line-height: 34px;
	display: block;
	width: 130px;
	height: 34px;
	text-decoration:none;
	background: url(image/left_button.jpg) 0 0 no-repeat;
}
li.start a:hover {
	background: url(image/left_button.jpg) 0 -34px no-repeat;
}

li.mid a {
	line-height: 34px;
	display: block;
	width: 128px;
	height: 34px;
	text-decoration:none;
	background: url(image/mid_button.jpg) 0 0 no-repeat;
}
li.mid a:hover {
	background: url(image/mid_button.jpg) 0 -34px no-repeat;
}
li.end a {
	line-height: 34px;
	display: block;
	width: 129px;
	height: 34px;
	text-decoration:none;
	background: url(image/end_button.jpg) 0 0 no-repeat;
}
li.end a:hover {
	background: url(image/end_button.jpg) 0 -34px no-repeat;
}
li.null_mid{
	line-height: 34px;
	display: block;
	width: 128px;
	height: 34px;
	text-decoration:none;
	background: url(image/mid_button.jpg) 0 0 no-repeat;
}
li.null_end {
	line-height: 34px;
	display: block;
	width: 129px;
	height: 34px;
	text-decoration:none;
	background: url(image/end_button.jpg) 0 0 no-repeat;
}


#content {
	width:890px;
	height:100%;
	margin:0 auto;
	padding:5px 5px;
	text-align:left;
	background-color:#FFFFFF;
}
#left_menu{
	width:150px;
	float:left;
}
#left_menu a{
	font-weight:normal;
}
#left_menu h3{
	background:url(image/left_menu_title.jpg) 0 0 repeat-x;
	padding:5px 10px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
#left_menu ul{
	background:#e8e8e8;
	margin-bottom:5px;
	padding:5px;
}
#left_menu ul li{
	padding:0 5px;
	font-size:12px;
}

/* outline start------------------------------------------------------------------ */
div.outline_cnt {
	width:670px;
	float:left;
	margin:20px 0 0 35px;
	padding:0px;
	
}
div.outline_cnt h2{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:413px;
	height:37px;
	background:url(image/outline_title.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.outline table {
	width:670px;
	margin:0;
	padding:0px;
	border:1px solid #333333;
}

.left_td {
	background-color:#333333;
	color:#FFFFFF;
	line-height:1.6;
	padding-left:5px;
	border-bottom:1px solid #fff;
}
.left_td_top{
	background-color:#333333;
	color:#FFFFFF;
	line-height:1.6;
	padding-left:5px;
	border-bottom:1px solid #fff;
	border-top:1px solid #333333;
}
.left_td_end{
	background-color:#333333;
	color:#FFFFFF;
	line-height:1.6;
	padding-left:5px;
	border-bottom:1px solid #333333;
}
.right_td {
	background-color: #eee;
	color: #111;
	line-height:1.6;
	padding:5px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}
.right_td_top{
	background-color: #eee;
	color: #111;
	line-height:1.6;
	padding:5px;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
.right_td_end{
	background-color: #eee;
	color: #111;
	line-height:1.6;
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
.gaiyou_box{
	text-align:left;
	width:500px;
	margin:0 auto 5px auto;
	border:1px solid #333333;
	background-color:#fff;
}
.blue{
	font-weight:bold;
	color: #0000FF;
}
.gaiyou_box p{
	padding:3px 5px;
}
.gaiyou_box td{
	padding:3px 5px;
}
.gaiyou_tbl_top{
	color:#fff;
	background-color: #333333;
}
.gaiyou_tbl_mid{
	background-color:#fff;
	border-right:1px solid #999999;
	border-bottom:1px solid #999;
}
.gaiyou_tbl_title{
	background-color:#CCCCCC;
	border-right:1px solid #FFFFFF;
}
.gaiyou_tbl_title_end{
	background-color:#CCCCCC;
}

.gaiyou_tbl_mid_end{
	background-color:#fff;
	border-bottom:1px solid #999;
}
.gaiyou_tbl_title_end{
	background-color:#CCCCCC;
}
/* event start------------------------------------------------------------------ */
div.event_cnt {
	width:670px;
	float:left;
	margin:20px 0 -4px 35px;
	padding:0;
	
}
div.event_cnt h2{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:413px;
	height:37px;
	background:url(image/event_title.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.event_cnt h3.title_miray{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/event_h3_miray.gif) top left no-repeat;
	margin: 0 0 10px 0;
}

div.event_cnt h3.title_jumpup{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/event_h3_jumpup.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.event_cnt h3.title_kunitori{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/event_h3_kunitori.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.event_cnt h3.title_throw{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/event_h3_throw.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.event_cnt h3.title_scratch{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/event_h3_scratch.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.event_cnt h3.title_revo{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/event_h3_revo.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.event_cnt h3.title_chusen{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/event_h3_chusen.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.event_box{
	border-top:1px dotted #000;
	margin-top:20px;
	margin-left:210px;
	padding-top:5px;
}
div.event_cnt img{
	margin-right:10px;
}
/* entry start------------------------------------------------------------------ */
div.entry_cnt {
	width:670px;
	float:left;
	margin:20px 0 -4px 35px;
	padding:0;
	
}
div.entry_cnt h2{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:413px;
	height:37px;
	background:url(image/entry_title.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.entry_cnt h3.title_rating{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/entry_h3_rating.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.entry_cnt h3.title_entry{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/entry_h3_entry.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.entry_cnt h3.title_fee{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/entry_h3_fee.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.entry_cnt h3.title_change{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/entry_h3_change.gif) top left no-repeat;
	margin: 0 0 10px 0;
}

p.texts{
	padding:0 10px;
}


div.result_cnt {
	width:670px;
	float:left;
	margin:20px 0 20px 35px;
	padding:0;
	
}
div.result_cnt h2{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:475px;
	height:37px;
	background:url(image/result_h2_title.gif) top left no-repeat;
	margin: 0 0 10px 0;
}

div.dl_cnt {
	width:670px;
	float:left;
	margin:20px 0 20px 35px;
	padding:0;
	
}
div.dl_cnt h2{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:475px;
	height:37px;
	background:url(image/dl_h2_title.gif) top left no-repeat;
	margin: 0 0 10px 0;
}

div.division_cnt {
	width:670px;
	float:left;
	margin:20px 0 20px 35px;
	padding:0;
	
}
div.division_cnt h2{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:475px;
	height:37px;
	background:url(image/div_h2_title.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
/* shop start------------------------------------------------------------------ */
div.shop_cnt {
	width:670px;
	float:left;
	margin:20px 0 -4px 35px;
	padding:0;
}
div.shop_cnt h2{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:413px;
	height:37px;
	background:url(image/shop_title.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.shop_cnt h3.title_shopinfo{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/shop_h3_info.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
div.shop_cnt h3.title_shop{
	text-indent:-9999px;
	text-decoration:none !important;
	display:block;
	width:670px;
	height:31px;
	background:url(image/shop_h3_shop.gif) top left no-repeat;
	margin: 0 0 0 0;
}

div.shop_box{
	border-top:1px dotted #000;
	margin-top:20px;
	margin-left:210px;
	padding-top:5px;
	margin-right:10px;
}
div.shop_box2{
	border-top:1px dotted #000;
	margin-top:0;
	margin-left:210px;
	padding-top:5px;
	margin-right:10px;
}
div.shop_box_title{
	margin-top:0;
	margin-left:210px;
	margin-right:10px;
}
div.shop_cnt img{
	margin:0 10px;
}
div.shop_box_title h4{
	font-size:16px;
	line-height:1.8;
	text-indent:30px;
	background:url(image/shop_home.gif) left center no-repeat;
}

/* foot start------------------------------------------------------------------ */
#foot {
	margin:0;
	padding:5px;
	height:43px;
	text-align:center;
	background: url(image/foot_bg.gif) left top repeat-x;
	background-color:#333333;
	color:#fff;
}
#foot a:link {
	color: #FFFFFF;
}
#foot a:visited {
	color: #FFFFFF;
}
#foot a:hover {
	color: #FF6600;
}
