@charset "utf-8";

html{
    height:100%;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color:#ffffff;
	background:#000000 url(../images/bg.gif) center top repeat-y ;
    height:100%;
}
select, input, textarea  {
	font: 99% arial,helvetica,clean,sans-serif;
}

img {
	border: none;
}
.hidden {
	display: none;
}

.white_font {
	font-size: 12px;
	color:#ffffff;
}
.green_font {
	color: #D69E00;
	margin-top: 20px;
}
/*  リンク設定
----------------------------------*/

a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #F5D51A;
	text-decoration: none;
}
a:active {
	color: #F5D51A;
	text-decoration: none;
}

#pagetop {
	text-align: right;
	padding: 10px 0 0;
	clear:both;
}

/* ページレイアウト
----------------------------------------------- */
/*　ページ全体
---------------------------------- */
body > #container {
        height: auto;
}
#container {
	width: 840px;
	margin: 0px auto 0px auto; 
    position:relative;
    height: 100%;
    min-height: 100%;
}
#container {
	padding: 0px 20px 0px 20px ;  
}
/*#container {
	padding: 10px 20px 10px 20px ;  
}*/

/*　ヘッダ部分
---------------------------------- */
#header {
	width: 834px;
	height: 150px;
	margin: 0px auto 0px auto !important;  
	margin: 0px auto 0px auto; /* for only IE6 style */  
	text-align: left;
	background: url(../images/header_s.gif) top center no-repeat;
}
#header_s {
	width: 834px;
	height: 150px;
	margin: 0px auto 0px auto !important;  
	margin: 0px auto 0px auto; /* for only IE6 style */  
	text-align: left;
	background: url(../images/header_s.gif) top center no-repeat;
}
div#logo {
	float: left;
	text-indent: -5000px;
	margin: 0px auto 0px 8px !important;  
	margin: 0px auto 0px 8px; /* for only IE6 style */  
}
div#logo a{
	display: block;
	width: 240px;
	height: 130px;
	text-indent: -5000px;
}
div#logo_r {
	float: right;
	width: 456px;
	height: 135px;
}
div#support {
	text-indent: -5000px;
	margin: 5px 18px 0px auto !important;  
	margin: 5px 18px 0px auto; /* for only IE6 style */  
	width: 436px;
	height: 116px;
}
div#support a{
	display: block;
	width: 436px;
	height: 116px;
	text-indent: -5000px;
}
div#top_banner {
	text-indent: -5000px;
	margin: 5px 18px 0px auto !important;
	margin: 5px 18px 0px auto; /* for only IE6 style */
	width: 436px;
	height: 116px;
	background: url(../images/fanclub_banner.gif) no-repeat;
}
div#top_banner a{
	display: block;
	width: 436px;
	height: 116px;
	text-indent: -5000px;
}

div#jp_lang {
	text-indent: -5000px;
	margin: 10px 18px 0px auto !important;  
	margin: 10px 18px 0px auto; /* for only IE6 style */  
	background: url(../images/english.gif) no-repeat;
	width: 28px;
	height: 20px;
}
div#jp_lang a{
	display: block;
	width: 28px;
	height: 20px;
	text-indent: -5000px;
}
div#jp_lang_s {
	text-indent: -5000px;
	margin: 130px 18px 0px auto !important;  
	margin: 130px 18px 0px auto; /* for only IE6 style */  
	background: url(../images/english.gif) no-repeat;
	width: 28px;
	height: 20px;
}
div#jp_lang_s a{
	display: block;
	width: 28px;
	height: 20px;
	text-indent: -5000px;
}

/*　英語ヘッダ部分
---------------------------------- */
#en_header {
	width: 834px;
	height: 140px;
	margin: 0px auto 0px auto !important;  
	margin: 0px auto 0px auto; /* for only IE6 style */  
	text-align: left;
	background: url(../images/en/logo.gif) center no-repeat;
}
div#en_logo {
	float: left;
	text-indent: -5000px;
	margin: 0px auto 0px 8px !important;  
	margin: 0px auto 0px 8px; /* for only IE6 style */  
}
div#en_logo a{
	display: block;
	width: 240px;
	height: 130px;
	text-indent: -5000px;
}
div#en_lang {
	float: right;
	text-indent: -5000px;
	margin: 115px 20px 0px auto !important;  
	margin: 115px 10px 0px auto; /* for only IE6 style */  
	background: url(../images/japan.gif) no-repeat;
	width: 28px;
	height: 20px;
}
div#en_lang a{
	display: block;
	width: 28px;
	height: 20px;
	text-indent: -5000px;
}

/*　コンテンツ内
---------------------------------- */

div#contents {
	width: 800px;
	margin: 5px auto 0px auto; 
	text-align: left;
}

div#contents {
	padding: 0;
}
div#contents p.navlink {
	font-weight: bold;
	text-align: right;
	font-size:11px;
}
div#contents p.navlink a{
	font-size:11px;
}

div#contents p.navlink2 {
	text-align: right;
	padding: 5px;
}

/* 左側 */

div#side_home {
	float: right;
	width: 240px;
	margin: 10px 0px 5px 0px !important;
	margin: 10px 0px 5px 0px; /* for only IE6 style */  
	background: url(../images/boder.gif) repeat-y left;
}

div#side_main {
	margin: 0px auto;
	background: url(../images/bg_side.gif) repeat-y center;
}
div#side_bottom {
	height: 20px;
	background: url(../images/side_box_b.gif) right bottom no-repeat;
}

div#side_text{
	padding: 0px 0px 0px 15px;
	text-align:center;
	}
div#side_banna{
	text-align: center;
	margin-bottom: 8px !important;  
	margin-bottom: 8px ; /* for only IE6 style */  
	}
div#side_banna img{
	clear: both;
	}

div#youtube_bg {
	background: #ffffff;
	height: 132px;
	width: 225px;
	text-align: center;
	padding-top:3px;
	margin: 0 auto 10px auto!important;  
	margin: 0 auto 10px auto; /* for only IE6 style */  
}
div#youtube_tx {
	padding:0px 5px 0 5px;
	text-align: left;
}
div#side_main h1{
	background: url(../images/title/title_yt_channel.png) left top no-repeat;
/* 
	background: url(../images/title/title_youtube.gif) left top no-repeat;
 */
	height: 44px;
	text-indent: -99999px;
	}
div#side_main h1 a{
	display: block;
	width: 150px;
	height: 37px;
	text-indent: -5000px;
}
div#side_main h2{
	background: url(../images/title/title_pickup.gif) left top no-repeat;
	height: 35px;
	text-indent: -99999px;
	}
div#side_main h3{
	background: url(../images/title/title_pickup2.gif) left top no-repeat;
	height: 35px;
	text-indent: -99999px;
	}
div#side_main h4{
	height: 40px;
	text-indent: -99999px;
	}

/* フッター
---------------------------------------------- */
div#footer_bg {
	margin: 0px auto 0px auto !important;  
	margin: 0px auto 0px auto; /* for only IE6 style */  
	background: url(../images/footer.gif) center bottom no-repeat ;
	height: 123px;
}
div#footer {
	margin: 0px auto 0px auto !important;  
	margin: 0px auto 0px auto; /* for only IE6 style */  
	width: 800px;
	text-align: right;
	font-size:11px;
}

div#footer a{
	font-size:11px;
}

div#footer .f_menu {
	text-align: right;
	float: right;
	font-size:11px;
	margin-top: 90px !important;  
	margin-top: 90px ; /* for only IE6 style */  
}



/* ページタイトル　選手紹介
---------------------------------------------- */
div#contents_title{
	width: 800px;
	text-align: left;
	border-top:1px solid  #414141;
	border-bottom:1px solid  #414141;
	height: 40px;
	}
div#contents_title .pagetop_l{
	float: right;
	margin-top: 15px !important;  
	margin-top: 15px ; /* for only IE6 style */  
	}
div#contents_title h1{
	background: url(../images/title/title_fighter.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#contents_title h2{
	background: url(../images/title/title_schedule.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#contents_title h3{
	background: url(../images/title/title_card.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#contents_title h4{
	background: url(../images/title/title_ticket.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#contents_title h5{
	background: url(../images/title/title_about.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#contents_title h6{
	background: url(../images/title/title_goods.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#contents_title h7{
	background: url(../images/title/title_result2.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#result_title{
	background: url(../images/title/title_result2.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#company_title{
	width: 800px;
	text-align: left;
	border-top:1px solid  #414141;
	border-bottom:1px solid  #414141;
	height: 40px;
	}
div#company_title h1{
	background: url(../images/title/title_company.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
	
/* ページタイトル　（英語）
---------------------------------------------- */
div#contents_title_en{
	width: 800px;
	text-align: left;
	border-top:1px solid  #414141;
	border-bottom:1px solid  #414141;
	height: 40px;
	}
div#contents_title_en .pagetop_l{
	float: right;
	margin-top: 15px !important;  
	margin-top: 15px ; /* for only IE6 style */  
	}
div#contents_title_en h1{
	background: url(../images/en/title/title_fighter.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#contents_title_en h2{
	background: url(../images/en/title/title_schedule.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#contents_title_en h3{
	background: url(../images/en/title/title_card.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#contents_title_en h4{
	background: url(../images/en/title/title_ticket.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#contents_title_en h5{
	background: url(../images/en/title/title_about.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}
div#contents_title_en h6{
	background: url(../images/en/title/title_result.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}

div#company_title_en{
	width: 800px;
	text-align: left;
	border-top:1px solid  #414141;
	border-bottom:1px solid  #414141;
	height: 40px;
	}
div#company_title_en h1{
	background: url(../images/en/title/title_company.gif) left center no-repeat;
	width: 500px;
	height: 40px;
	text-indent: -99999px;
	float: left;
	}

