/*//////////////////////////////////////////////////////////////
初期値
//////////////////////////////////////////////////////////////*/

*{
	padding: 0;
	margin: 0;
}


html,body,div,p,ul,ol,dd,span,table,form,li{
	text-align: center;
}

/*　背景画像　*/
html,body{
	/*background: #ffffff;*/
	/*background: #E3FF8A;*/
	background-image: url(../img/back.gif); 
}

/*　基本フォント　*/
a,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dd,dt,p,form,textarea,select,table,th,tr,td{
	text-align: left;
	color: #666666;
	line-height: 140%;
	font:normal small/1.4em Osaka,"MS UI Gothic",sans-serif;
	letter-spacing: 0.05em; /* 0.5em(二分アキ：半角)、0.2em(四分アキ) */
}

a:link{
	color: #657082; /*青灰*/
	text-decoration: none;
}

a:visited{
	color: #657082; /*青灰*/
	text-decoration: none;
}

a:hover{
	color: #568707; /*青薄灰*/
	text-decoration: underline;
}

a:active{
	color: #aaaaaa; /*青灰*/
	text-decoration: underline;
}
/*
img, a img { 
	border: 0;
	vertical-align: bottom;
}
*/
.v_middle{
	vertical-align: middle;
}

body#home h2{
	margin: 6px 10px;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	background: #f0f0f0;
	color: #333;
	font: small;
}

hr{
	display: none;
}

.left{
	float: left;
}

.right{
	float: right;
	margin: 5px;
}

.cl{
	clear: both;
}

	
/*//////////////////////////////////////////////////////////////
フォント
//////////////////////////////////////////////////////////////*/

.notxt{
	display: none;
}

.font10{font-size: 10px; line-height: 120%;}

.text_right{
	text-align: right;
	margin: 20px;
}

.text01{
	padding: 0 5px 10px 15px;
}

.text02{
	background: url(../img/bg_bar.html) no-repeat 0 2px;
	margin: 0 4px;
	padding: 0 5px 4px 15px;
}

.text03{
	margin-left: 40px;
}

.text04{
	margin: 0 20px 15px 20px;
	width: 435px;
	_height: 1%;
	text-indent: 1em;
}

.text05{
	margin: 0 30px 20px 25px;
}

.text06{
	margin: 0 30px 0 25px;
}

.text07{
	margin: 0 30px 10px 40px;
}


/*//////////////////////////////////////////////////////////////
ボディ・ヘッダー・フッター
//////////////////////////////////////////////////////////////*/
/*
#body_head{
	background: url(../img/body_header.gif) bottom left no-repeat #FFDDDD;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 754px;
	height: 15px;
}
*/

#container{
	/*background: url(../img/back_side.png) top left;*/
	margin: 0 auto 0 auto;
	padding: 0;
	width: 750px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff;
}

#head{
	/*background: url(../img/back_head.gif) top right no-repeat;*/
	margin: 0 auto 0 auto;
	padding: 0;
	width: 750px; 
	border: 0;
	text-align: left;
}

#head h1{
	padding: 3px 0 0 8px;
	margin:0;
	letter-spacing: 0;
	color: #999999;
	font: small normal;
}

#head img{
	padding:0 0 7px 2px;
}

#sitenavi{
	float: right;
	text-align: right;
	margin: 0px 3px 3px auto;
}

#sitenavi ul {
	list-style: none;
}

#sitenavi ul li{
	display: inline;
	background: url(../img/list_10.gif) no-repeat 0 0;
	margin: 0;
	padding: 0 0 0 13px;
	width: 120px;
}


#mainmenu{
	width: 750px;
	margin:0;
	height: 36px;
	background: transparent url(../img/menu_back.gif) no-repeat;
	text-align: center;
	overflow: hidden;
}

#mainmenu ul{
	margin: 0;
	margin-left: 0px;
	padding: 0;
	/*width: 750px;*/
	height: 35px;
	list-style: none;
}

#mainmenu li,#mainmenu a{
	display: block;
	float: left;
	height: 31px;
}

#menu1 a{text-indent: -9999px;text-decoration: none; font-size:14px;
	background: transparent url(../img/menu1.gif) no-repeat; width: 107px; height: 36px;}
#menu2 a{text-indent: -9999px;text-decoration: none;
	background: transparent url(../img/menu2.gif) no-repeat; width: 107px; height: 36px;}
#menu3 a{text-indent: -9999px;text-decoration: none;
	background: transparent url(../img/menu3.gif) no-repeat; width: 107px; height: 36px;}
#menu4 a{text-indent: -9999px;text-decoration: none;
	background: transparent url(../img/menu4.gif) no-repeat; width: 107px; height: 36px;}
#menu5 a{text-indent: -9999px;text-decoration: none;
	background: transparent url(../img/menu5.gif) no-repeat; width: 107px; height: 36px;}
#menu6 a{text-indent: -9999px;text-decoration: none;
	background: transparent url(../img/menu6.gif) no-repeat; width: 107px; height: 36px;}		
#menu7 a{text-indent: -9999px;text-decoration: none;
	background: transparent url(../img/menu7.gif) no-repeat; width: 107px; height: 36px;}			
/*
#menu5 a{text-indent: -9999px;text-decoration: none;
	background: transparent url(../img/menu5.gif) no-repeat; width: 150px; height: 36px;}
*/


#menu1 a:hover{background-position: 0 -36px;}
#menu2 a:hover{background-position: 0 -36px;}
#menu3 a:hover{background-position: 0 -36px;}
#menu4 a:hover{background-position: 0 -36px;}
#menu5 a:hover{background-position: 0 -36px;}
#menu6 a:hover{background-position: 0 -36px;}
#menu7 a:hover{background-position: 0 -36px;}

#main{
	width: 750px;
	margin: 10px auto 20px auto;
	}

#foot{
	background: url(../img/menu_back.gif) top left no-repeat;
	width: 750px;
	height: 70px;
	margin: 0 auto 0 auto;
	}

#foot p{
	text-align: center;
	padding: 8px 0 6px 0;
	}
	


/*//////////////////////////////////////////////////////////////
トップページ
//////////////////////////////////////////////////////////////*/
#flash{
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(../img/top.html) no-repeat 0 0;
	width: 750px;
	height: 200px;
	
}

#top_content{
	width:670px;
	height:auto;
	margin: 0 auto 0 auto;
	background-color:#FFFFFF;
	}

#top_content h2{
	margin: 10px auto 10px auto;
	width:670px;
	}

#top_text{
	width:670px;
	text-align:left;
	margin: 10px;
	}

#top_menu{
	width:600px;
	}

.j_menu{
	height: 50px;
	}	
.j_menu img{
	margin:5px;
	}
	
.j_menu ul li{
	list-style-type: none;
	background: url(../img/list_10.gif) no-repeat 0 2px;
	margin-left: 230px;
	padding: 0 0 10px 15px;
}

.j_menu p{
	margin: 2px 5px 0 10px;
	}

/*//////////////////////////////////////////////////////////////
各ページ
//////////////////////////////////////////////////////////////*/

#hed_banner{
	margin: 0;
	padding: 0;
	width:750px;
	}

#content{
	width:580px;
	height: auto;
	/*margin-right: 5px;
	padding-right: 15px;*/
	margin:0;
	background-color:#ffffff;
	float:right;
	}

.sub_content{
	width:530px;
	margin: 10px auto 50px auto;
	text-align:left;
	}

.sub_content p{
	margin:5px 5px 5px 10px;
}

#side_menu{
	/*background: url(../img/left_menu1.gif) top left no-repeat #ffffff;*/
	width:170px;
	height:auto;
	/*margin-left: 5px;
	padding-left:15px;*/
	float:left;
	margin:0;
	}
	
#side_menu li{
	list-style-type: none;
	background: url(../img/list_12.gif) no-repeat 10px 10px;
	padding: 5px 0 5px 25px;
	border-bottom:1px dotted #cccccc;
	font-weight:bold;
}


#content li{
	list-style-type: none;
	background: url(../img/list_07.html) no-repeat 0 2px;
	padding: 0 0 0 18px;
}

/*
.div_01{
	margin: 30px 0 30px 0;
	height:150px;
	text-align:left;
	}

.div_01 p{
	width:300px;
	margin: 10px 0 0 10px;
	}

.div_02{
	margin: 30px 0 10px 0;
	height:150px;
	text-align:left;
	}
	
.div_02 p{
	width:280px;
	margin: 0 10px 0 10px;
	}
	
div#box{
	width:270px;
	}
*/

/* サイドメニューボックス */
/*
#box_head_01{
	background: url(../img/box_head_01.gif) top left no-repeat;
	width:150px;
	height:65px;
	margin:0;
	padding:0;
}

.box_head2{
	background: url(../img/box_head2.jpg) top left no-repeat;
	width:270px;
	height:30px;
	margin:0;
	padding:0;
}

.box_head3{
	background: url(../img/box_head3.jpg) top left no-repeat;
	width:270px;
	height:30px;
	margin:0;
	padding:0;
}

.box_head4{
	background: url(../img/box_head4.jpg) top left no-repeat;
	width:270px;
	height:30px;
	margin:0;
	padding:0;
}


#box_side_01{
	background: url(../img/box_side_01.gif) top left;
	width:150px;
	margin:0;
	padding:0 0 0 0;
}

.box_side_01 p{
	margin: 0 5px 0 5px;
}

#box_foot_01{
	background: url(../img/box_foot_01.gif) top left no-repeat;
	width:150px;
	height:10px;
	margin:0;
	padding:0;
}


.left01{
	width:200px;
	float:left;
}

.right01{
	width:350px;
	float:right;
	padding:0 2px 0 2px ;
	text-align:left;
}

.left02{
	width:320px;
	float:left;
	padding:0 2px 0 2px ;
	text-align:left;
}

.right02{
	width:225px;
	float:right;
}
*/

/*　活動状況　*/
#leftmenu_title_01{
	background: url(../img/leftmenu_title_01.gif) top left no-repeat;
	width:148px;
	height:510px;
	margin:10px auto 13px 20px;
	padding:120px 0 0 0;
	/*border-right:1px solid #ADE500;*/
}

/*　事業領域サイドメニュー　*/
#leftmenu_title_02{
	background: url(../img/leftmenu_title_02.html) top left no-repeat;
	width:148px;
	height:510px;
	margin:10px auto 13px 20px;
	padding:120px 0 0 0;
	/*border-right:1px solid #ADE500;*/
}

.box01{
	margin:0 10px 30px 10px;
	border: 1px solid #cccccc;
}

 
/*　練習日程　*/
#leftmenu_title_03{
	background: url(../img/leftmenu_title_03.gif) top left no-repeat;
	width:148px;
	height:510px;
	margin:10px auto 13px 20px;
	padding:120px 0 0 0;
	/*border-right:1px solid #ADE500;*/
}

#ex{
	height:400px;
	border:1px solid #ff0000;
}

/* 団員構成 */

#leftmenu_title_04{
	background: url(../img/leftmenu_title_04.gif) top left no-repeat;
	width:148px;
	height:510px;
	margin:10px auto 13px 20px;
	padding:120px 0 0 0;
	/*border-right:1px solid #ADE500;*/
}
/* 団員募集 */

#leftmenu_title_05{
	background: url(../img/leftmenu_title_05.gif) top left no-repeat;
	width:148px;
	height:510px;
	margin:10px auto 13px 20px;
	padding:120px 0 0 0;
	/*border-right:1px solid #ADE500;*/
}
/* リンク */

#leftmenu_title_07{
	background: url(../img/leftmenu_title_07.gif) top left no-repeat;
	width:148px;
	height:510px;
	margin:10px auto 13px 20px;
	padding:120px 0 0 0;
	/*border-right:1px solid #ADE500;*/
}
p.map{
	/*list-style-type: none;*/
	background: url(../img/list_12.gif) no-repeat 10px 7px;
	padding: 3px 0 3px 25px;
	margin: 15px 5px 5px 5px;
}

.sub_content ul{
	margin:0 0 0 30px;
}



/*//////////////////////////////////////////////////////////////
テーブル
//////////////////////////////////////////////////////////////*/

.table_01{
	margin:20px auto 0 auto;
}

.t_1{
	background-color: #ADE500;
	text-align: center;
	width: 120px;
}

.t_2{
	background-color: #DFFC86;
	padding: 5px;
}

.t_3{
	/*background-color: #ADE500;*/
	background-color: #e0e0e0;
	text-align: left;
	vertical-align:top;
	width: 130px;
	padding: 5px;
}

.t_4{
	background-color: #ADE500;
	padding: 5px;
	text-align: center;
	width:33%;
}

.t_5{
	background-color: #DFFC86;
	padding: 5px;
	text-align: center;
	width:33%;
}

.t_6{
	background-color: #e0e0e0;
	text-align: center;
	padding: 2px;
}
.t_7{
	background-color: #ADE500;
	text-align: center;
	padding: 0px;
	width:6%;
}
.t_8{
	background-color: #DFFC86;
	padding: 0px;
	text-align: center;
	width:22%;
}
.t_9{
	background-color: #DFFC86;
	padding: 5px;
	text-align: left;	
}
.t_10{
	background-color: #ADE500;
	padding: 5px;
	text-align: left;
	width:33%;
}
.t_11{
	background-color: #DFFC86;
	padding: 5px;
	text-align: left;
	width:45%;	
}
.t_12{
	background-color: #ADE500;
	padding: 5px;
	text-align: center;
}