@charset "shift_jis";
body {
	padding: 0px;
	background: #F3F3F3;
	margin: 0px;
}
a {
	color: #0066FF;
}
a:hover {
	color: #00CCFF;
}
h1 {
	font-size: 9pt;
	font-weight: normal;
	display: none;
}
h2 {
	background: url(bk_h2.jpg) no-repeat left bottom;
	height: 34px;
	padding-left: 15px;
	color: #333333;
	font: normal 9pt/13pt "ＭＳ Ｐゴシック", Osaka;
	clear: both;
}
h3 {
	background: url(bk_h3.jpg) no-repeat left bottom;
	height: 28px;
	padding-left: 15px;
	color: #333333;
	font: normal 9pt/22pt "ＭＳ Ｐゴシック", Osaka;
	clear: both;
/*	color: #333333;
	height: 28px;
	padding-left: 15px;
	font: normal 9pt/22pt "ＭＳ Ｐゴシック", Osaka;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC; */
	clear: both;
}
h4 {
	background: url(bk_h4.jpg) no-repeat left bottom;
	height: 24px;
	padding-left: 15px;
	color: #333333;
	font: normal 9pt/22pt "ＭＳ Ｐゴシック", Osaka;
	clear: both;
/*	color: #333333;
	height: 24px;
	padding-left: 15px;
	font: normal 9pt/22pt "ＭＳ Ｐゴシック", Osaka;
	border-top: 1px none #D8E2DC;
	border-right: 1px none #D8E2DC;
	border-bottom: 1px solid #D8E2DC;
	border-left: 1px none #D8E2DC;
	clear: both; */
}h1,h2,h3,h4,p,ul{
	margin: 0px;
}
li{
	list-style-type: none;
}
     .sample1 {margin-left:16px}
img {
	border: none;
}
#wrapper {
	margin: 23px auto;
	padding: 51px 0px 0px;
	clear: both;
	width: 928px;
	background: url(bk_wrapper.jpg) no-repeat;
}


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

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


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

#contents {
	padding: 0px;
	clear: both;
	width: 928px;
	color: #666666;
	margin: 50px auto 0px;
	background: url(bk_contents.jpg) repeat-y left top;
	float: left;
	height: auto;
}
#side {
	margin: 0px 0px 0px 33px;
	padding: 0px;
	float: left;
	width: 207px;
	font: 9pt/12pt "ＭＳ Ｐゴシック", Osaka;
	color: #666666;
	display: inline;
	letter-spacing: 0.1em;
	height: auto;
}
#menu{
	margin: 0px;
	padding: 0px;
	width: 207px;
}
#menutop {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 51px;
	width: 207px;
	background: url(m_top.jpg) no-repeat left top;
}
#menubottom{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 24px;
	width: 200px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 200px;
}
#menu a {
	padding: 0px 0px 0px 20px;
	height: 41px;
	width: 186px;
	display: block;
	margin: 0px;
	clear: both;
	color: #666666;
	text-decoration: none;
	line-height: 31pt;
	background: url(menu1.jpg) no-repeat left top;
}
#menu a:hover {
	padding: 0px 0px 0px 20px;
	height: 41px;
	width: 186px;
	display: block;
	margin: 0px;
	clear: both;
	color: #0066FF;
	text-decoration: none;
	line-height: 31pt;
	background: url(menu2.jpg) no-repeat left top;
}
#main {
	margin: 0px 34px 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: 65px;
	width: 928px;
	text-align: left;
	background: url(bk_footer.jpg) no-repeat bottom;
	color: #666666;
	font: 8pt/30pt "ＭＳ Ｐゴシック", Osaka;
	text-indent: 270px;
}

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

.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 */
