@charset "UTF-8";



/**/

html {

	color: #ffffff;

	overflow-y:scroll;

}



body {

	background: url(../image/common/bg_bw.jpg) repeat left top;

	color: #000000;

	font-size: 13px;

	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;

	margin: 0;

	overflow: visible;  

	padding: 0;

	line-height: 130%;

}  



/* for IE7 */

*+html body {

	font-family: "メイリオ", "ＭＳ Ｐゴシック";

	font-size: small;

}



/* for IE6 */

* html body {

	font-family: "ＭＳ Ｐゴシック";

	font-size: small;

}



a {	text-decoration: underline; }

a:link {	color: #ff0000; }

a:visited {	color: #ff0000; }

a:hover {	color: #ffcc00; }

a:active {	color: #ffff00; }



img {

	border:0;

}



blockquote, dd, div, dl, dt,  

h1, h2, h3, h4, h5, h6,  

li, ol, p, pre, span, td, th, ul {

	margin: 0;

	padding: 0;

}



caption, th {

	vertical-align: top;

	font-weight: normal;

	text-align: left;

}



h1, h2, h3, h4, h5, h6 {

	font-size: 100%;

	font-weight: normal;

}



table {

	font-size:inherit;

	font:100%;

}



ol, ul {

	list-style-type: none;

}



q:before, q:after {

	content:'';

}


img {

	vertical-align: bottom;

}



button, fieldset, form, input, label, legend, select, textarea {

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	padding: 0;

	vertical-align: baseline;

}



table {

	border-collapse: collapse;

	border-spacing: 0;

	font-size: 100%;

}



.clearfix:after {

	content: "";

	display: block;

	clear: both;

}

.clearfix { display: inline-block; }

/* \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* */



.centering {

	display: block;

	margin: 0 auto;

}



.right {

	float: right;

}



.left {

	float: left;

}





/*テキストサイズ

----------------------------------------------------------------*/

.text10 { font-size:77%; }

.text11 { font-size:85%; }

.text12 { font-size:93%; }

.text13 { font-size:100%; }

.text14 { font-size:108%; }

.text15 { font-size:116%; }

.text16 { font-size:123.1%; }

.text17 { font-size:131%; }

.text18 { font-size:138.5%; }

.text19 { font-size:146.5%; }

.text20 { font-size:153.9%; }

.text21 { font-size:161.6%; }

.text22 { font-size:167%; }

.text23 { font-size:174%; }

.text24 { font-size:182%; }



.s_font_rb { font-size:85%; color:#FF0000; font-weight:bold;}

.m_font_b { font-size: 100%; font-weight: bold;}



/*レイアウト

----------------------------------------------------------------*/

div#container {

	position: relative;

	margin: 0 auto;

	width: 100%;

	height: auto;

	background: url(../image/common/bg_container.jpg) no-repeat center top;

}



div#main {

	width: 796px;

	margin: 0 auto;

	border-left:solid 2px #3C1113;

	border-right:solid 2px #3C1113;

}



div#warraper {

	margin: 0 auto;

	width: 800px;

}



div#contents {

	background: url(../image/common/bg_contents.jpg) repeat center top;

}



div#menu {

	position: relative;

	width: 796px;

	height: 52px;

	background: url(../image/common/bg_menu.jpg) no-repeat left top;

}



div#menu ul li {

	float: left;

}



div#menu ul li.btn_event a {

	position: absolute;

	width: 103px;

	height: 52px;

	left: 0;

	text-indent: -9999px;	

}



div#menu ul li#menu_event a {

	background: url(../image/common/bg_menu.jpg) no-repeat 0 0;

}



div#menu ul li#menu_event a:hover {

	background-position: 0 -52px;

}



div#menu ul li.btn_tournament a {

	position: absolute;

	width: 181px;

	height: 52px;

	left: 103px;

	text-indent: -9999px;	

}



div#menu ul li#menu_tournament a {

	background: url(../image/common/bg_menu.jpg) no-repeat -103px 0;

}



div#menu ul li#menu_tournament a:hover {

	background-position: -103px -52px;

}



div#menu ul li.btn_draft a {

	position: absolute;

	width: 165px;

	height: 52px;

	left: 284px;

	text-indent: -9999px;	

}



div#menu ul li#menu_draft a {

	background: url(../image/common/bg_menu.jpg) no-repeat -284px 0;

}



div#menu ul li#menu_draft a:hover {

	background-position: -284px -52px;

}



div#menu ul li.btn_gans a {

	position: absolute;

	width: 159px;

	height: 52px;

	left: 449px;

	text-indent: -9999px;	

}



div#menu ul li#menu_gans a {

	background: url(../image/common/bg_menu.jpg) no-repeat -449px 0;

}



div#menu ul li#menu_gans a:hover {

	background-position: -449px -52px;

}



div#menu ul li.btn_project a {

	position: absolute;

	width: 117px;

	height: 52px;

	left: 608px;

	text-indent: -9999px;	

}



div#menu ul li#menu_project a {

	background: url(../image/common/bg_menu.jpg) no-repeat -608px 0;

}



div#menu ul li#menu_project a:hover {

	background-position: -608px -52px;

}



div#menu ul li.btn_access a {

	position: absolute;

	width: 72px;

	height: 52px;

	left: 725px;

	text-indent: -9999px;	

}



div#menu ul li#menu_access a {

	background: url(../image/common/bg_menu.jpg) no-repeat -725px 0;

}



div#menu ul li#menu_access a:hover {

	background-position: -725px -52px;

}



div#contents dl.main_area {

	width: 780px;

	margin: 0 auto;

	padding: 5px 0;

}



div#contents dl.main_area dd.area_set {

	margin-top: 2px;

	margin-bottom: 20px;

	background: url(../image/common/bg_area.jpg) repeat left top;

	border: solid 2px #F25a73;

}



div#contents dl dd div.main_txt {

	padding: 8px 7px 2px 7px;

	background: url(../image/common/bg_main_area.gif) no-repeat left top;

}



div#footer {

	background: #333333;

	border-top: solid 2px #3C1113;

	padding: 10px 0;

	clear: both;

}



/*--テキストポップ--*/



.hide .target        { display:none }



      .trigger       { color:inherit; font-size:12px; cursor:pointer }



.hide .trigger       { color:#EE0173 }



.trigger:hover       { color:#EE0173 }









/**/


