@charset "UTF-8";

/* ------ 編集ＯＫ ------ */
body {
	margin: 0px;
	padding: 0px;
	color:#333;
	font-size: 14px;
	line-height: 160%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background-position: center top;
	background-repeat: repeat;
	background: #9f9f9f;
}

/* ------ 編集ＯＫ ------ */
h1 {
	font-size: small;
	font-weight: normal;
	color:#000000;
}

/* ------ 編集ＯＫ ------ */
h2{
	width:650px;
	padding-left:30px;
	padding-bottom:15px;
	height:auto;
	font-size:18px;
	margin-bottom:30px;
	color:#FFFFFF;
	border-top:3px #000000 solid;
	font-weight:bold;
	padding-top:15px;
	background: -moz-linear-gradient(top, #a6a6a6, #060606);
	background: -ms-linear-gradient(top, #a6a6a6, #060606);
	background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#060606));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#060606',GradientType=0 ); 
}

/* ------ 編集ＯＫ ------ */
h3{
	width:650px;
	height:auto;
	border-left:5px #3cf solid;
	font-size:16px;
	font-weight:bold;
	padding-left:5px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
}

/*======================================
link　全体のリンクの色
=======================================*/
a:link {
	color: #0033ff;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #0033ff;
}
a:hover {
	text-decoration: underline;
	color: #0033ff;
}
a:active {
	text-decoration: none;
	color: #0033ff;
}

div#wrapper{
	width:1085px;
	height:auto;
	text-align: left;
	margin: auto;	
}

/*======================================
ヘッダー
=======================================*/
div#header{
	margin: 0px;
	padding: 0px;
	width:1085px;
	height:120px;
	text-align: left;
	position: relative;
	top:0px;
	left:0px;
    background:#9f9f9f;	
}

div#header_top_logo{
	width:1085px;
	height:80px ;
	text-align: left;
	position: absolute;
	top:35px;
	left:0px;
}

div#header_login{
	width:80px;
	height:20px;
	text-align: center;
	position: absolute;
	top:0px;
	right:190px;
}
div#header_contact{
	width:80px;
	height:20px;
	text-align: center;
	position: absolute;
	top:0px;
	right:95px;
}
div#header_join{
	width:80px;
	height:20px;
	text-align: center;
	position: absolute;
	top:0px;
	right:0px;
}

/* ------ ヘッダーメニュー ------ */
a:link.header_menu,
a:visited.header_menu {
	font-size: 8pt;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	width:80px;
	height:20px;
	float:left;
	text-align: center;
	background:#000000;
}
a:hover.header_menu {
	color:#000000;
	border:#000000 1px solid;
	background:#FFFFFF;
}
a:active.header_menu {
	color:#FFFFFF;
	background:#000000;
}

/*======================================
コンテンツ
=======================================*/
div#contents_wrap{
	width:1075px;
	padding-left:5px;
	padding-right:5px;
	background: #ffffff;
	height:auto;
	padding-top:25px;
	text-align: left;
	float:left;
}

/* ------ 左メニュー ------ */
.left_menu_btn{
	width:150px;
	height:35px;
	margin-bottom:10px;
	float:left;
}

/* ------ 左メニューのリンク ------ */
a:link.left_menu,
a:visited.left_menu {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	width:150px;
	height:35px;
	line-height:35px;
	text-align: center;
	background: #000000;
}
a:hover.left_menu {
	color:#000000;
	background: #FFFFFF;
	border:1px solid #000000;
}
a:active.left_menu {
	color:#FFFFFF;
	background:#000000;
}

/* ------ メインコンテンツ ------ */
div#center_contents_wrapper{
	width:680px;
	height:auto;
	margin-top:0px;
	padding:5px; 
	margin-left:15px;  
	text-align: left;
	float:left;	
}
div.center_contents_box{
	width:678px;
	height:auto;
	margin-top:15px; 
	text-align: left;
	float:left;	
	background:#fffff5;
	border:#000000 1px solid;
}
div.center_contents_title{
	width:668px;
	height:20px;
	padding-left:10px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align: left;
	float:left;	
	background:#666666;
}

/* ------ 新着情報リンク ------ */
a:link.center_news_txt,
a:visited.center_news_txt,
a:hover.center_news_txt,
a:active.center_news_txt {
	font-size: 10pt; color: #0033ff; text-decoration: none;
}
a:link.news_title,
a:visited.news_title,
a:hover.news_title,
a:active.news_title {
	font-size: 14pt; color: #0033ff; text-decoration: none;
}

/* ------ 大会情報リンク ------ */
a:link.center_tournament_txt,
a:visited.center_tournament_txt,
a:hover.center_tournament_txt,
a:active.center_tournament_txt {
	font-size: 10pt; color: #0033ff; text-decoration: none;
}

/*======================================
フッター
=======================================*/
div#footer_contents_wrapper{
	width:1075px;
	height:auto;
	margin-top:25px;
	padding:5px; 
	text-align: center;
	background-color:#FFFFFF;
	float:left;	
}
div#footer_copy{
	width:1075px;
	height:auto;
	margin-top:20px;
	background-color:#333333;
	font-size:12px;
	color:#FFFFFF;
	text-align: center;
	float:left;	
}
a:link.footer_menu,
a:visited.footer_menu,
a:hover.footer_menu,
a:active.footer_menu {
	font-size: 12pt;
	color: #0033ff;
	text-decoration: none;
}
