/* CSS Document */

/*body基本設定*/
body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:14px;
	background-color:#330033;
	border: 1px solid #b4a3c4;
	height:auto;
}

*body{
margin:-4px -2px 0px;
}

#main{
text-align:left;
color:#000000;
margin:0px auto;
padding:0px;
height:auto;
width:720px;
background-color:#ffffff; 
}

/*clear*/
.clear{
clear:both;
}


/*ヘッダ・共通index*/
#header{
	margin:0px;
	padding:0px;
	height:140px;
	background-image: url(gif/toplogo.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #9966cc;
}
	/*団体名用*/
	#header h1{
	margin:0px;
	padding:0px;
	height:109px;
	}
	
	#header h1 img{
	margin:0px;
	padding:30px 0px 0px 20px;
	}
	
	/*共通index*/
	#header h2{
	margin:0px;
	padding:0px;
	float:left;
	font-size:9px;
	}

	#header h2 em{
	visibility:hidden;
	}
	
	#header h2 a{
		display:block;
		width:120px;
		height:31px;
		text-decoration:none;		
	}

	/*index home*/
	#header h2#m1 a{
		background-image: url(gif/home_off.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m1 a:hover,#header h2#m1 a:active{
		background-image: url(gif/home_on.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m1_on{
		background-image: url(gif/home_on.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m2 a{
		background-image: url(gif/news_off.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m2 a:hover,#header h2#m2 a:active{
		background-image: url(gif/news_on.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m2_on{
		background-image: url(gif/news_on.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m3 a{
		background-image: url(gif/daidojuku_off.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m3 a:hover,#header h2#m3 a:active{
		background-image: url(gif/daidojuku_on.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m3_on{
	background-image:url(gif/daidojuku_on.gif);
	background-repeat: no-repeat;
	}
	
	#header h2#m4 a{
		background-image: url(gif/results_off.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m4 a:hover,#header h2#m4 a:active{
		background-image: url(gif/results_on.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m4_on{
		background-image: url(gif/results_on.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m5 a{
		background-image: url(gif/shop_off.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m5 a:hover,#header h2#m5 a:active{
		background-image: url(gif/shop_on.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m5_on{
		background-image: url(gif/shop_on.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m6 a{
		background-image: url(gif/kudo_off.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m6 a:hover,#header h2#m6 a:active{
		background-image: url(gif/kudo_on.gif);
		background-repeat: no-repeat;
	}
	
	#header h2#m6_on{
		background-image: url(gif/kudo_on.gif);
		background-repeat: no-repeat;
	}

	/*サイトマップ問い合わせ*/
	#header ul{
	margin:0px;
	padding:10px 0px;
	list-style:none;
	float:right;
	vertical-align:middle;
	}
	
	#header ul a{
	text-decoration:none;
	color:#ffffff;
	}
	
	#header ul a:hover,#header ul a:active{
	color:#990033;
	font-weight:bold;
	text-decoration:none;
	}
	
	#header li{
	font-size:80%;
	color:#000000;
	text-indent:8px;
	margin:0px;
	padding:0px 10px;
	display:inline;
	}
	
	#header li{
	display:inline;
	padding:0px 10px;
	}

/*パンくず*/
.pan{
	padding-left:20px;
	font-size:80%;
	word-spacing: 0.2em;
}

/*page top*/
.pagetop{
	padding-right:20px;	
}

/*見出し*/
#main h3{
	margin-left:20px;
	height:24px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: dotted;
	border-left-style: double;
	border-bottom-color: #b4a3c4;
	border-left-color: #330033;
	text-align: left;
	text-indent: 1em;
	vertical-align: middle;
	width: 240px;
}
/*余白*/
.yohaku_left20{
margin-left:20px;
margin-right:20px;
}


.yohaku_left40{
margin-left:40px;
margin-right:20px;
}

.yohaku_left60{
margin-left:60px;
}

/*フッタ*/
#address{
margin:0px;
padding:0px;
}


.footer{
text-align:center;
float:none;
clear:both;
font-style:normal;
padding:2px 0px;
}

address{
font-size:80%;
font-style:normal;
width:100%;
height:20px;
text-align:center;
margin:0px;
padding:0px;
clear:both;
float:none;
}


/*テキスト設定*/

p{
font-size:102%;
line-height:137%;
}

.txt_red{
color:#990000;
}


/*画像*/
.img_left{
margin:6px;
float:left;
padding:0px; 
}
.img_left_w{
	margin:6px;
	float:left;
	padding:1px 1px 1px 1px;
	border: 1px solid #c0c0c0;
}

.img_right{
margin:6px;
float:right;
padding:0px;
}


.img_right_w{
	margin:6px;
	float:right;
	padding:1px 1px 1px 1px;
	border: 1px solid #c0c0c0;
}
/*main　リンク*/
#main a{
		color: #330033;
		text-decoration: underline;
	}
	
#main a:active,#main a:hover{
		font-weight: bold;
		color: #330033;
	}	

/*sitemap*/	
#sitemap{
margin:0px;
padding:0px;
}

#sitemap h4{
	margin-left:40px;
	font-weight: bold;
	color: #330033;
	font-size: 118%;
}

#sitemap ul{
	margin-left:100px;
	list-style-type: none;
}

#sitemap li{
	font-size:110%;
	list-style-type: none;
}