@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-image: url("http://netto.jp/kizugawa/html_pic/790.jpg");
        background-repeat: repeat;
	/*グラデ使用時
	background: -moz-linear-gradient(top, #1a03a5, #4425ff); 
	background: -ms-linear-gradient(top, #1a03a5, #4425ff);
	background: -webkit-gradient(linear, left top, left bottom, from(#1a03a5), to(#4425ff));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a03a5', endColorstr='#4425ff',GradientType=0 );*/
	
}

/* ------ 編集ＯＫ ------ */
h1 {
	font-size: small;
        padding-top:13px;
	font-weight: normal;
        margin-left:15px;
	color:#ffffff;/*ヘッダータイトルフォント色*/
}

/* ------ 編集ＯＫ ------ */
h2{
	width:650px;
	padding-left:25px;
	padding-bottom:25px;
	height:auto;
	font-size:25px;
　　　　line-height:200%;
	margin-bottom:30px;
	color:#ffffff;
	font-weight:bold;
	padding-top:15px;
	/*サブページのタイトル背景色*/
	/*バックグラウンドの色編集*/ 
	background: #000033;
	/*グラデ使用時*/
	background: -moz-linear-gradient(top, #000033, #244b90);/*変更可能*/ 
	background: -ms-linear-gradient(top, #000033, #244b90);/*変更可能*/  
	background: -webkit-gradient(linear, left top, left bottom, from(#000033), to(#244b90));/*変更可能*/ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#244b90',GradientType=0 );/*変更可能*/  
}

/* ------ 編集ＯＫ ------ */
h3{
	width:650px;
	height:auto;
	/*サブページの見出し色編集*/ 
	border-left:5px #3cf solid;
	font-size:20px;
	font-weight:bold;
        color:#oooooo;
	padding-left:5px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;}
	

/*======================================

link　全体のリンクの色　編集ＯＫ

=======================================*/
a:link {

	text-decoration: none;

}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: none;

}



div#wrapper{
	width:1085px;
	padding-top:5px;
	height:auto;
	text-align: left;
	margin: auto;	
}


/*======================================

ヘッダー

=======================================*/
/* ------ ヘッダー ------ */

/* ------ 編集ＯＫ ------ */
div#header{
	margin: 0px;
	padding: 0px;
	width:1085px;
	height:105px;
	background-color: url("http://netto.jp/kizugawa/html_pic/790.jpg");
        background-repeat: repeat;/*ヘッダーの色変更可能*/ 
	text-align: left;
	position: relative;
	border-bottom: 0px solid #000033;/*ヘッダーの下線変更可能*/ 	
}
div#header_top_logo{
	width:1090px;
	height:100px ;
	text-align: left;
	position: absolute;
	top:45px;
	left:0px;
}


/* ------ 編集ＯＫ ------ */

div#header_login{
	width:80px;
	height:25px; 
	text-align: center;
	position: absolute;
	top:0px;
	right:190px;
	float:left;

}

/* ------ 編集ＯＫ ------ */

div#header_contact{
	width:80px;
	height:25px; 
	text-align: center;
	position: absolute;
	top:0px;
	right:95px;
	float:left;

}
/* ------ 編集ＯＫ ------ */
div#header_join{
	width:80px;
	height:25px; 
	text-align: center;
	position: absolute;
	top:0px;
	right:0px; 
}
/* ------ 編集ＯＫ ------ */
/* ------ ヘッダーメニューのリンク色 ------ */
a:link.header_menu    {
	font-size: 9pt;
	font-style: normal;
	font-weight: bold; color: #FFFFFF;
	text-decoration: none;
	width:80px;
	height:20px;
	float:left;
	text-align: center;
	/*バックグラウンドの色編集*/ 
	background: #f8f8f8;
	/*グラデ使用時*/
	background: -moz-linear-gradient(top, #000033, #244b90);/*変更可能*/ 
	background: -ms-linear-gradient(top, #000033, #244b90);/*変更可能*/  
	background: -webkit-gradient(linear, left top, left bottom, from(#000033), to(#244b90));/*変更可能*/ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#244b90',GradientType=0 );/*変更可能*/  }

a:visited.header_menu    {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold; color: #FFFFFF;
	text-decoration: none;
	width:76px;
	height:20px;
	float:left;
	text-align: center;
	/*バックグラウンドの色編集*/ 
	background: #f8f8f8;
	/*グラデ使用時*/
	background: -moz-linear-gradient(top, #000033, #244b90);/*変更可能*/ 
	background: -ms-linear-gradient(top, #000033, #244b90);/*変更可能*/  
	background: -webkit-gradient(linear, left top, left bottom, from(#000033), to(#244b90));/*変更可能*/ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#244b90',GradientType=0 );/*変更可能*/  }

a:hover.header_menu    {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width:76px;
	float:left;
	text-align: center;
	/*バックグラウンドの色編集*/ 
	background: #f8f8f8;
	/*グラデ使用時*/
	background: -moz-linear-gradient(top, #244b90, #000033);/*変更可能*/ 
	background: -ms-linear-gradient(top, #244b90, #000033);/*変更可能*/  
	background: -webkit-gradient(linear, left top, left bottom, from(#244b90), to(#000033));/*変更可能*/ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244b90', endColorstr='#000033',GradientType=0 );/*変更可能*/  }
a:active.header_menu    {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold; color: #FFFFFF;
	text-decoration: none;
	width:76px;
	height:20px;
	float:left;
	text-align: center;
	/*バックグラウンドの色編集*/ 
	background: #f8f8f8;
	/*グラデ使用時*/
	background: -moz-linear-gradient(top, #000033, #244b90);/*変更可能*/ 
	background: -ms-linear-gradient(top, #000033, #244b90);/*変更可能*/  
	background: -webkit-gradient(linear, left top, left bottom, from(#000033), to(#244b90));/*変更可能*/ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#244b90',GradientType=0 );/*変更可能*/  }
/*======================================

コンテンツ

=======================================*/

/* ------ 編集ＯＫ ------ */
div#contents_wrap{
	width:1075px;
	padding-left:10px;
	padding-right:3px;
	background: #ffaaff;/*コンテンツ部分の背景色変更可能*/ 
	height:auto;
	margin-top:35px; 
	text-align: left;
	float:left;
	
}

/* ------ 編集ＯＫ ------ */
.left_menu_btn{
	width:144px;
	height:40px;
	margin-bottom:5px;
	float:left;
}

/* ------ 編集ＯＫ ------ */
/* ------ レフトメニューのリンク色変更可能　メニューの背景色変えたとき変更した方が良い ------ */
a:link.left_menu    {
	font-size: 9pt;
	font-style: normal;
	font-weight: bold; color: #FFFFFF;
	text-decoration: none;
	width:140px;
	height:27px;
	margin-bottom:0px; 
	padding-top:8px;   
	padding-bottom:1px; 
	padding-left:9px;   
	float:left;
	text-align: left;
	/*バックグラウンドの色編集*/ 
	background-image: url("http://netto.jp/kizugawa/html_pic/2832.jpg");
 
}

a:visited.left_menu   {
	font-size: 9pt;
	font-style: normal;
	font-weight: bold; color: #FFFFFF;
	text-decoration: none;
	width:140px;
	height:27px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:1px;
	padding-left:9px;
	float:left;
	text-align: left;
	/*バックグラウンドの色編集*/ 
	background-image: url("http://netto.jp/kizugawa/html_pic/2832.jpg");

}
a:hover.left_menu    {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold; color: #000000;
	text-decoration: none;
	width:140px;
	height:27px;
	margin-bottom:0px;
	padding-top:8px;
	padding-bottom:1px;
	padding-left:9px;
	float:left;
	text-align: left;
	/*バックグラウンドの色編集*/ 
	background-image: url("http://netto.jp/kizugawa/html_pic/2833.jpg");

}

a:active.left_menu   {
	font-size: 9pt;
	font-style: normal;
	font-weight: bold; color: #FFFFFF;
	text-decoration: none;
	width:140px;
	height:27px;
	margin-bottom:0px;
	padding-top:8px;
	padding-bottom:1px;
	padding-left:9px;
	float:left;
	text-align: left;
	/*バックグラウンドの色編集*/ 
	background-image: url("http://netto.jp/kizugawa/html_pic/2832.jpg");

}

/* ------ 編集ＯＫ ------ */

/* ------ 編集ＯＫ ------ */
/* ------ メインコンテンツ ------ */
div#center_contents_wrapper{
	width:680px;
	height:auto;
	margin-top:10px;
	padding:1px; 
	margin-left:15px;  
	text-align: left;
	background-color:#ccccff;/*メインコンテンツ部分の背景色変更可能*/ 
	float:left;	
}

/* ------ 編集ＯＫ ------ */
/* ------ 各項目のボックス線 ------ */
div.center_contents_box{
	width:678px;
	height:auto;
	margin-top:15px; 
	text-align: left;
	float:left;	
	background:#ffffcc;
	border:#000033 3px solid;/*変更可能*/ 
}
/* ------ 編集ＯＫ ------ */
/* ------ 各項目のタイトル ------ */
div.center_contents_title{
	width:668px;
	height:25px;
	padding-left:10px;
	font-size:15px;
	color:#ffff00;/*変更可能*/ 
	font-weight:bold;
	text-align: left;bold
	float:left;	
	/*バックグラウンドの色編集*/ 
	background: #00ff00;
	/*グラデ使用時*/
	background: -moz-linear-gradient(top, #000033, #244b90);/*変更可能*/ 
	background: -ms-linear-gradient(top, #000033, #244b90);/*変更可能*/  
	background: -webkit-gradient(linear, left top, left bottom, from(#000033), to(#244b90));/*変更可能*/ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#244b90',GradientType=0 );/*変更可能*/ 
}

/* ------ 新着情報 ------ */

/* ------ 編集ＯＫ ------ */
/* ------ 新着情報のリンク色 ----- */
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:1070px;
	height:auto;
	margin-top:25px;
	padding:5px; 
	text-align: center;
	/*バックグラウンドの色編集*/ 
	background-color:#ffaaff;
	float:left;	
}

/* ------ 編集ＯＫ ------ */
div#footer_copy{
	width:1065px;
	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;}