@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:#efefef;

}

/* ------ 編集ＯＫ ------ */
h1 {
	font-size: small;
	font-weight: normal;
	color:#ffffff/*ヘッダータイトルフォント色*/
}

/* ------ 編集ＯＫ ------ */
h2{
	width:630px;
	padding-left:30px;
	padding-bottom:15px;
	height:25px;
	font-size:20px;
	margin-bottom:30px;
        text-align: center;
	color:#c00000;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    

	/*border-top:3px #c00000 solid;*/
	/*border-bottom:5px #c00000 solid;*/
	font-weight:bold;
	padding: 0.5em 1em;
        margin: 2em 0;
        background:#c00000;
        border: dashed 4px #c00000;/*点線*/
	/*サブページのタイトル背景色*/
	/*バックグラウンドの色編集*/ 
	/*background: #ffffff;*/
}

/* ------ 編集ＯＫ ------ */
h3{
	width:650px;
	height:auto;
	/*サブページの見出し色編集*/ 
	border-left:5px #ffffff solid;
	font-size:16px;
	font-weight:bold;
	padding-left:5px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
}
	
/*======================================

link　全体のリンクの色　編集ＯＫ

=======================================*/
a:link {
	color: #c00000;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #c00000;
}
a:hover {
	text-decoration: underline;
	color: #c00000;
}
a:active {
	text-decoration: none;
	color: #c00000;
}
div#wrapper{
	width:1085px;
	height:auto;
	text-align: left;
	margin: auto;	
}

/*======================================

ヘッダー

=======================================*/
/* ------ ヘッダー ------ */

/* ------ 編集ＯＫ ------ */
div#header{
	margin: 0px;
	padding: 0px;
	width:1085px;
	height:100px;
	border-bottom: 3px solid #c00000;
	text-align: left;
	position: relative;
	top:0px;
	left:0px;
	background:#c00000;	
}

div#header_top_logo{
	width:1085px;
	height:100px ;
	text-align: left;
	position: absolute;
	top:35px;
	left:0px;

}

.team_logo{
	color: #c00000;margin-left:15px;
}

/* ------ 編集ＯＫ ------ */

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;
        background:#ffffff;
	/*バックグラウンドの色編集*/ 

}
/* ------ 編集ＯＫ ------ */
div#header_join{
	width:80px;
	height:20px;
       
	text-align: center;
	position: absolute;
	top:0px;
	right:0px;
　　　　background:#ffffff;
        
	/*バックグラウンドの色編集*/ 

}


/* ------ 編集ＯＫ ------ */
/* ------ ヘッダーメニューのリンク色 ------ */

a:link.header_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#c00000;
	text-decoration: none;
	width:80px;
	height:20px;
	float:left;
	text-align: center;
 　　　 border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
	/*バックグラウンドの色編集*/
        background:#ffffff;
	}
a:visited.header_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#c00000;
	text-decoration: none;
	width:80px;
	height:20px;
	float:left;
	text-align: center;
	/*バックグラウンドの色編集*/
        background:#ffffff;
	}
a:hover.header_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#c00000;
	text-decoration: underline;
	width:80px;
	height:20px;
	float:left;
	text-align: center;
	/*バックグラウンドの色編集*/
        background:#ffffff;
	}
a:active.header_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#c00000;
	text-decoration: none;
	width:80px;
	height:20px;
	float:left;
	text-align: center;
	/*バックグラウンドの色編集*/
        background:#ffffff;
	}


/*======================================

コンテンツ

=======================================*/

/* ------ 編集ＯＫ ------ */
div#contents_wrap{
	width:1075px;
	padding-left:5px;
	padding-right:5px;
	/*コンテンツ部分の背景色変更可能*/ 
	height:auto;
	padding-top:7px;
	text-align: left;
	float:left;
        background: #ffffff/*

        background: -webkit-repeating-linear-gradient(-45deg,#FFFFFF 0,#ff7f32 10px,#fff 10px,#fff 20px);
        background: -o-repeating-linear-gradient(-45deg,#ffffff 0,#FFFFFF 10px,#fff 10px,#fff 20px);
        background: repeating-linear-gradient(-45deg,#ffffff 0,#FFFFFF 10px,#fff 10px,#fff 20px); 
*/
}

/* ------ 編集ＯＫ ------ */
.left_menu_btn{
	width:150px;
	height:35px;
	margin-bottom:10px;
	background: #ffffff;
	float:left;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
}

/* ------ 編集ＯＫ ------ */
/* ------ レフトメニューのリンク色変更可能　メニューの背景色変えたとき変更した方が良い ------ */
a:link.left_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#c00000;
	text-decoration: none;
	width:135px;
	height:25px;
	margin-bottom:10px;
	padding-top:8px;
	padding-bottom:2px;
	padding-left:15px;
	float:left;
	text-align: left;
　　　　border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
	background-image: url("/gotenyamafighters/html_pic/16445.jpg");
	
/*バックグラウンドの色編集
	background:#ffffff*/
	}
a:visited.left_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#c00000;
	text-decoration: none;
	width:135px;
	height:25px;
	margin-bottom:10px;
	padding-top:8px;
	padding-bottom:2px;
	padding-left:15px;
	float:left;
　　　　border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
	text-align: left;
	background-image: url("/gotenyamafighters/html_pic/16445.jpg");
	/*バックグラウンドの色編集
	background:#ffffff*/
	}
a:hover.left_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#c00000;
	text-decoration: underline;
	width:135px;
	height:25px;
	margin-bottom:10px;
	padding-top:8px;
	padding-bottom:2px;
	padding-left:15px;
	float:left;
　　　　border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
	text-align: left;
	background-image: url("/gotenyamafighters/html_pic/16446.jpg");
	/*バックグラウンドの色編集
	background:#ffffff*/
	}
a:active.left_menu    {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color:#c00000;
	text-decoration: none;
	width:135px;
	height:25px;
	margin-bottom:10px;
	padding-top:8px;
	padding-bottom:2px;
	padding-left:15px;
	float:left;
　　　　border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
	text-align: left;
	background-image: url("/gotenyamafighters/html_pic/16445.jpg");
	/*バックグラウンドの色編集
	background:#ffffff*/
	}
/* ------ 編集ＯＫ ------ */
/* ------ メインコンテンツ ------ */
div#center_contents_wrapper{
	width:675px;
	height:auto;
	margin-top:0px;
	padding:5px; 
	margin-left:15px;
        font-size:14px;
        line-height:140%;
	text-align: left;
       background:#FFFFFF;
	/*background: -webkit-repeating-linear-gradient(-45deg,#FFFFFF 0,#ff7f32 10px,#fff 10px,#fff 20px);
        background: -o-repeating-linear-gradient(-45deg,#ffbd2e 0,#FFFFFF 10px,#fff 10px,#fff 20px);
        background: repeating-linear-gradient(-45deg,#FFFFFF 0,#ff7f32 10px,#fff 10px,#fff 20px);
       メインコンテンツ部分の背景色変更可能*/ 
	float:left;	
}

/* ------ 編集ＯＫ ------ */
/* ------ 各項目のボックス線 ------ */
div.center_contents_box{
	width:678px;
	height:auto;
	margin-top:15px; 
	text-align: left;
	float:left;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;	
	background:#ffffff;
/*ボックス内色変更*/
	border:#c00000 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;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
     	
	/*バックグラウンドの色編集*/
/*taitoru内色変更*/ 
        background:#c00000
       /* background: -webkit-repeating-linear-gradient(-45deg,#ffbd2e 0,#ff7f32 10px,#fff 10px,#fff 20px);
        background: -o-repeating-linear-gradient(-45deg,#ffbd2e 0,#ff7f32 10px,#fff 10px,#fff 20px);
        background: repeating-linear-gradient(-45deg,##ffbd2e 0,#ff7f32 10px,#fff 10px,#fff 20px);
*/
}

/* ------ 新着情報 ------ */

/* ------ 編集ＯＫ ------ */
/* ------ 新着情報のリンク色 ----- */
a:link.center_news_txt    {font-size: 10pt; font-style: normal; font-weight: none; color: #000000; text-decoration: none;}
a:visited.center_news_txt {font-size: 10pt; font-style: normal; font-weight: none; color: #000000; text-decoration: none;}
a:hover.center_news_txt  {font-size: 10pt; font-style: normal; font-weight: none; color: #000000; text-decoration: none;}
a:active.center_news_txt  {font-size: 10pt; font-style: normal; font-weight: none; color: #000000; text-decoration: none;}
/* ------ 新着ページのリンク色 ----- */
a:link.news_title    {font-size: 14pt; font-style: normal; font-weight: none; color: #000000; text-decoration: none;}
a:visited.news_title {font-size: 14pt; font-style: normal; font-weight: none; color: #000000; text-decoration: none;}
a:hover.news_title  {font-size: 14pt; font-style: normal; font-weight: none; color: #000000; text-decoration: none;}
a:active.news_title  {font-size: 14pt; font-style: normal; font-weight: none; color: #000000; 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;
　　　　margin-right:-25px;
	padding:0px; 
        
	text-align: center;
	/*バックグラウンドの色編集*/ 
	background-color:#FFFFFF;
	float:left;
}

/* ------ 編集ＯＫ ------ */
div#footer_copy{
	width:1075px;
	height:auto;
	margin-top:20px;
        margin-left:1px;
	/*バックグラウンドの色編集*/ 
	background-color:#c00000;
	font-size:12px;
	/*フォントの色編集*/ 
	color:#FFFFFF;
	text-align: center;
	float:left;	
}

/* ------ 編集ＯＫ ------ */
/* ------ フッターメニューのリンク色 ------ */
a:link.footer_menu    {font-size: 10pt; font-style: normal; font-weight: normal; color: #0033ff; text-decoration: none;}
a:visited.footer_menu {font-size: 10pt; font-style: normal; font-weight: normal; color: #0033ff; text-decoration: none;}
a:hover.footer_menu  {font-size: 10pt; font-style: normal; font-weight: normal; color: #0033ff; text-decoration: none;}
a:active.footer_menu  {font-size: 10pt; font-style: normal; font-weight: normal; color: #0033ff; text-decoration: none;}font-style: normal; font-weight: normal; color: #0033ff; text-decoration: none;}



