@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:#191970/*変更200150617左右サイドの画面色　元は#e4e4e4（灰色）b2d8ff*/

}

/* ------ 編集ＯＫ ------ */
h1 {
	font-size: small;
	font-weight: bold;/*20150624 normal*/
	color:#ffffff/*ヘッダータイトルフォント色 変更20150617 #000000*/
}

/* ------ 編集ＯＫ ------ */
h2{
	width:650px;
	padding-left:30px;
	padding-bottom:15px;
	height:auto;
	font-size:18px;
	margin-bottom:30px;
	color:#ffff00;/*20150624 FFFFFF 白から黄色*/
	border-top:4px #0000ff double;/*border-top:3px #000000 solid*/
	/*border-bottom:3px #000354 solid;*/
	font-weight:bold;
	padding-top:15px;
	/*サブページのタイトル背景色*/
	/*バックグラウンドの色編集*/ 
	background: #990099;
	/*グラデ使用時*/
	background: -moz-linear-gradient(top, #8a2be2, #8b8dcc);/*変更可能 20150619 chg0b0d58*/ 
	background: -ms-linear-gradient(top, #8a2be2, #8b8dcc);/*変更可能 20150619 chg0b0d58*/  
	background: -webkit-gradient(linear, left top, left bottom, from(#8a2be2), to(#8b8dcc));/*変更可能 20150619 chg0b0d58*/ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8dcc', endColorstr='#3f3f3f',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;
}
a:visited {
	text-decoration: none;
	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;
	border-bottom: 4px solid #ff0000;/*20150625 変更border-bottom: 3px solid #e20606 8a2be2;/*/
	text-align: left;
	position: relative;
	top:0px;
	left:0px;
        background:#191970;/*上部の色 #fbfaf4*/	
}

div#header_top_logo{
	width:1085px;
	height:80px ;
	text-align: left;
	position: absolute;
	top:35px;
	left:0px;
}

.team_logo{
	color: #000000;margin-left:15px;vertical-align: middle;
}

/* ------ 編集ＯＫ ------ */

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    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
	border:2px #ffffff solid;/*20150625追加分*/
        width:80px;
	height:20px;
	float:left;
	text-align: center;
	background:#8a2be2/*上部メニュー変更20150617chg e20606*/
	}
a:visited.header_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
        width:80px;
	height:20px;
	float:left;
	text-align: center;
	background:#8a2be2/*上部メニュー変更20150617chg e20606*/
	}
a:hover.header_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#8a2be2;/*ffffff フォーカス時*/
	text-decoration: underline;
	border:1px #8a2be2 solid; /*20150625 追加分add*/
        width:80px;
	height:20px;
	float:left;
	text-align: center;
	background:#ffffff/*dba4a4　上部メニューフォーカス時*/
	}
a:active.header_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#8a2be2;/*ffffff　フォーカス時*/
	text-decoration: none;
	width:80px;
	height:20px;
	float:left;
	text-align: center;
	background:#ffffff/*e20606　上部メニューフォーカス時*/
	}


/*======================================

コンテンツ

=======================================*/

/* ------ 編集ＯＫ ------ */
div#contents_wrap{
	width:1075px;
	padding-left:5px;
	padding-right:5px;
	background: #e0ffff;/*コンテンツ部分の背景色変更可能 ffffff*/ 
	height:auto;
	padding-top:25px;
	text-align: left;
	float:left;
	
}

/* ------ 編集ＯＫ ------ */
.left_menu_btn{
	width:150px;
	height:35px;
	margin-bottom:10px;
	background: #e6d9fa;
	float:left;
}

/* ------ 編集ＯＫ ------ */
/* ------ レフトメニューのリンク色変更可能　メニューの背景色変えたとき変更した方が良い ------ */
a:link.left_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
        border:2px #0000ff solid;/*20150625追加*/
	width:135px;
	height:25px;
	margin-bottom:10px;
	padding-top:8px;
	padding-bottom:2px;
	padding-left:15px;
	float:left;
	text-align: left;
	/*バックグラウンドの色編集*/
	background:#8a2be2/*左側メニューボタン0b0d58*/
	}
a:visited.left_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
        border:2px #0000ff solid;/*20150625追加*/
	width:135px;
	height:25px;
	margin-bottom:10px;
	padding-top:8px;
	padding-bottom:2px;
	padding-left:15px;
	float:left;
	text-align: left;
	/*バックグラウンドの色編集*/
	background:#8a2be2 /*左側メニューボタン0b0d58*/
	}
a:hover.left_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#8a2be2;/*FFFFFF　左側メニューボタンフォーカス時*/
	text-decoration: underline;
	border:1px #8a2be2 solid;/*20150625 フォーカス時 border:1px #000000 solid */
	width:133px;
	height:23px;
	margin-bottom:10px;
	padding-top:8px;
	padding-bottom:2px;
	padding-left:15px;
	float:left;
	text-align: left;
	/*バックグラウンドの色編集*/
	background:#ffffff /*8b8dcc　左側メニューボタンフォーカス時*/

	}
a:active.left_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#8a2be2;/*FFFFFF　左側メニューボタンフォーカス時*/
	text-decoration: none;
	width:135px;
	height:25px;
	margin-bottom:10px;
	padding-top:8px;
	padding-bottom:2px;
	padding-left:15px;
	float:left;
	text-align: left;
	/*バックグラウンドの色編集*/
	background:#ffffff /*0b0d58　左側メニューボタンフォーカス時*/
	}
/* ------ 編集ＯＫ ------ */
/* ------ メインコンテンツ ------ */
div#center_contents_wrapper{
	width:680px;
	height:auto;
	margin-top:0px;
	padding:5px; 
	margin-left:15px;
        font-size:14px;
        line-height:140%;
	text-align: left;
	background-color:;/*メインコンテンツ部分の背景色変更可能*/ 
	float:left;	
}

/* ------ 編集ＯＫ ------ */
/* ------ 各項目のボックス線 ------ */
div.center_contents_box{
	width:678px;
	height:auto;
	margin-top:15px; 
	text-align: left;
	float:left;	
	background:#ffffff;/**/
	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:#0b0d58;
}

/* ------ 新着情報 ------ */

/* ------ 編集ＯＫ ------ */
/* ------ 新着情報のリンク色 ----- */
a:link.center_news_txt    {font-size: 10pt; font-style: normal; font-weight: none; color: #0033ff; text-decoration: none;}
a:visited.center_news_txt {font-size: 10pt; font-style: normal; font-weight: none; color: #0033ff; text-decoration: none;}
a:hover.center_news_txt  {font-size: 10pt; font-style: normal; font-weight: none; color: #0033ff; text-decoration: none;}
a:active.center_news_txt  {font-size: 10pt; font-style: normal; font-weight: none; color: #0033ff; text-decoration: none;}
/* ------ 新着ページのリンク色 ----- */
a:link.news_title    {font-size: 14pt; font-style: normal; font-weight: none; color: #0033ff; text-decoration: none;}
a:visited.news_title {font-size: 14pt; font-style: normal; font-weight: none; color: #0033ff; text-decoration: none;}
a:hover.news_title  {font-size: 14pt; font-style: normal; font-weight: none; color: #0033ff; text-decoration: none;}
a:active.news_title  {font-size: 14pt; font-style: normal; font-weight: none; color: #0033ff; text-decoration: none;}
/* ------ 大会情報 ------ */

/* ------ 編集ＯＫ ------ */
/* ------ 大会情報のリンク色 ------ */
a:link.center_tournament_txt    {font-size: 10pt; font-style: normal; font-weight: none; color: #0033ff; text-decoration: none;}
a:visited.center_tournament_txt {font-size: 10pt; font-style: normal; font-weight: none; color: #0033ff; text-decoration: none;}
a:hover.center_tournament_txt  {font-size: 10pt; font-style: normal; font-weight: none; color: #0033ff; text-decoration: none;}
a:active.center_tournament_txt  {font-size: 10pt; font-style: normal; font-weight: none; color: #0033ff; text-decoration: none;}

/*======================================

フッター

=======================================*/

/* ------ 編集ＯＫ ------ */
div#footer_contents_wrapper{
	width:1075px;
	height:auto;
	margin-top:25px;
	padding:5px; 
	text-align: center;
	/*バックグラウンドの色編集*/ 
	background-color:#e0ffff; /*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    {font-size: 12pt; font-style: normal; font-weight: normal; color: #0033ff; text-decoration: none;}
a:visited.footer_menu {font-size: 12pt; font-style: normal; font-weight: normal; color: #0033ff; text-decoration: none;}
a:hover.footer_menu  {font-size: 12pt; font-style: normal; font-weight: normal; color: #0033ff; text-decoration: none;}
a:active.footer_menu  {font-size: 12pt; font-style: normal; font-weight: normal; color: #0033ff; text-decoration: none;}font-style: normal; font-weight: normal; color: #0033ff; text-decoration: none;}