body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 1.5em;
	color: #333333;
	background-image : url(blue.gif);
	background-repeat: repeat;
	margin-top: 0px;
}
a:link    {
	color: #ff9933;
			text-decoration: none;  
} /* オレンジ */
a:visited {
	color: #578a3d;
			text-decoration: none;  
}  /* みどり */
a:hover   {
	color: #507ea4; 
			text-decoration: none; 
}  /* 　青色 　*/
a:active  {
	color: #578a3d;
			text-decoration: none;  
} 
 /* 大きい囲み（濃茶） */
#wrapper1{
	width: 758px;
	text-align:center;
	background-color:#946243;
} 
/* 中の囲み（ベージュ） */
#wrapper2{
	width: 750px;
	text-align:left;
	background-color:#ae7c58;
	margin-top: 5px;
}
/* 左サイドＭＥＮＵ */
#side{
	float: left;
	width: 157px;
	height: auto;
	top: 0px;
	left: 7px;
	margin-left: 5px;
}
#menu {
	list-style-type: none;
	margin-left: 0px;
}
#menu li a{
	display: block;
	overflow: hidden;
	width: 157px;
	height : 40px !important;
	height /**/ :40px;
	background-image : url(menu.gif);
}
/* オフマウス時 */	
#menu01 a {
	background-position: 0      0; 
}
#menu02 a {
	background-position: 0  -40px; 
}
#menu03 a {
	background-position: 0  -80px; 
}
#menu04 a {
	background-position: 0 -120px; 
}
#menu05 a {
	background-position: 0 -160px; 
}
#menu06 a {
	background-position: 0 -200px; 
}
/* オンマウス時 */	 
#menu01 a:hover {
	background-position: -163px       0; 
}
#menu02 a:hover {
	background-position: -163px   -40px; 
}
#menu03 a:hover {
	background-position: -163px   -80px; 
}
#menu04 a:hover {
	background-position: -163px  -120px; 
}
#menu05 a:hover {
	background-position: -163px  -160px; 
}
#menu06 a:hover {
	background-position: -163px  -200px; 
}

/* 右コンテンツ */	
#content {
	float: left;   
	width: 565px;
	background-color:#FFFFFF;
	margin-left: 7px;
}
/* top見出し */
.midasi {
	margin-top: 5px;
	margin-left: 7px;
}
/* top最新情報・青大文字 */
.s1 {
	color:#1e50a2;
	font-size: 14px;
	margin-left: 30px;
}	
/* 各ページ・説明文 */
.s2 {
	margin-left: 12px;
	margin-right: 5px;
}
/* レンガ色文字 */
.s3 {
	color:#bb5535;
	font-size: 13px;
}	
/* ベージュ文字 */
.s4 {
	color:#765c47;
}
/* top講座・説明文 */
.s5 {
	font-size: 12px;
	line-height: 1.5em;
}		
/* 見出しの緑太字 */
.h {
	font-size: 14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color:#003300;
	margin-bottom: 5px;
}
/* 説明文区切りのライン */
hr {
	width: 540px;
}
/* 古民家・写真の表 */	
.h1 {
	padding: 5px; 
} 
.h2 {
	line-height: 1em;
	text-align: left;
	vertical-align: top;
	padding-left: 5px ;
	padding-right: 2px ;
}	
/* 講座の表 */	
#kouza {
	border: 2px solid #cbb994;
	border-collapse: collapse;
	margin: 1em auto;
}
caption {
	font-size: 14px;
	font-weight: bold;
	padding: 0.3em;
	border: 2px solid #cbb994;
	color: #2a4073;
	background-color: #e0c38c;
}
th {
	padding: 0.5em;
	color: #ac6b25;
	text-align: center;
}
.k1 {
	padding: 0.3em;
	border: 1px solid #cccccc;
}	
/* ご利用案内の表 */	
#goriyou {
	width: 400px;
	border: 2px solid #cbb994;
	border-collapse: collapse;
	margin: 1em auto;
}

	
/* フッター */	
#footer {
	color: #543f32;
	font-size: 11px;
	margin-left: 470px;
}



