@charset "shift_jis";
body{
	padding: 0px;
	background: #FFFFFF url(bk_page.jpg) repeat-y center top;
	margin: 0px;
}
a{
	color: #996600;
}
a:hover{
	color: #CC9966;
}
h1{
	font-size: 9pt;
	font-weight: normal;
	display: none;
}
h2{
	background: url(bk_h2.jpg) no-repeat left;
	height: 26px;
	padding-left: 15px;
	color: #FFFFFF;
	font: normal 9pt/19pt "ＭＳ Ｐゴシック", Osaka;
}
h3{
	color: #006633;
	height: 25px;
	padding-left: 15px;
	border-bottom: 1px solid #A1C3B3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #A1C3B3;
	border-right-color: #A1C3B3;
	border-left-color: #A1C3B3;
	font: normal 9pt/20pt "ＭＳ Ｐゴシック", Osaka;
	background: url(bk_h3.jpg) no-repeat left top;
}
h1,h2,h3,p,ul{
	margin: 0px;
}
li{
	list-style-type: none;
}
img{
	border: none;
}
#wrapper{
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 910px;
	background: url(bk_wrapper.jpg) repeat-y center top;
}


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

#header{
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: 198px;
	width: 900px;
	background: url(bk_header.jpg) no-repeat;
}


/*コンテンツ
------------------------------------------------------------------*/

#contents{
	padding: 0px;
	clear: both;
	width: 900px;
	color: #666666;
	margin: 0px auto;
	background: url(bk_contents.jpg) no-repeat center top;
}
#side{
	margin: 76px 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 200px;
	font: 9pt/12pt "ＭＳ Ｐゴシック", Osaka;
	color: #666666;
	display: inline;
	letter-spacing: 0.1em;
}
#side p{
	margin: 0px;
	padding: 0px 10px;
	clear: both;
	height: auto;
	width: auto;
	color: #666666;
}
#menu{
	margin: 0px;
	padding: 0px;
}
#menutop{
	margin: 0px;
	padding: 0px;
	clear: both;
	height : 57px;
	width: 200px;
	background : url(m_top4.jpg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#menubottom{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	width: 200px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 200px;
}
#menu a{
	padding: 0px 0px 0px 23px;
	height: 27px;
	width: 177px;
	display: block;
	margin: 0px;
	clear: both;
	background: url(menu1.gif) no-repeat center top;
	color: #996600;
	text-decoration: none;
	line-height: 20pt;
}
#menu a:hover{
	padding: 0px 0px 0px 23px;
	height: 27px;
	width: 177px;
	display: block;
	margin: 0px;
	clear: both;
	background: url(menu2.gif) no-repeat center top;
	color: #CC6600;
	text-decoration: none;
	line-height: 20pt;
}
#main{
	margin: 76px 24px 0px 0px;
	padding: 0px;
	clear: none;
	float: right;
	width: 630px;
	display: inline;
	font-size: 9pt;
}
#main p{
	font: 9pt/14pt "ＭＳ Ｐゴシック", Osaka;
	color: #666666;
	margin: 0px;
	padding: 10px 15px;
	clear: both;
}


/*フッター
------------------------------------------------------------------*/

#footer{
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: 80px;
	width: 900px;
	text-align: center;
	background: url(bk_footer.jpg) no-repeat bottom;
	color: #666666;
	font: 8pt/22pt "ＭＳ Ｐゴシック", Osaka;
}

/*コピーライト箇所（変更しないで下さい）
------------------------------------------------------------------*/

.kannacopy{
	text-align: center;
	font-size: 8pt;
}



/*clearfix（変更しないで下さい）
------------------------------------------------------------------*/
.clearfix:after{
	content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix{
	display: inline-block; 
}

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix{
	display: block; 
}
/* End hide from IE-mac */
