/*top*/
body {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	padding: 0px;
	text-align: center;
	margin: 0px;
	height: 10px;
}
strong {
	font-weight: bold;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 950px;
	background-color: #FFF;
}
#contents {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 950px;
}
#head {
	height: 200px;
	background-image: url(img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#main {
	height: auto;
	width: 950px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #333;
	margin-bottom: 60px;
}
#main img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#main h2 {
	font-size: 9px;
	color: #FFF;
	background-image: url(img/title.jpg);
	height: 52px;
	width: 193px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
}
#main h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-right: 200px;
	margin-left: 200px;
	padding: 0px;
	margin-top: 80px;
	margin-bottom: 0px;
}

#main p {
	height: auto;
	font-size: 16px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	width: 550px;
	margin-right: 200px;
	margin-left: 200px;
	text-align: left;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#nav li {
	color: #7B6E5E;
	text-decoration: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav #stn1 a {
	display: block;
	height: 32px;
	width: 317px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	margin-left: 0px;
	background-image: url(img/snavi1_l.jpg);
	background-repeat: no-repeat;
}
#nav #stn1 a:hover,#stn1 a:active {
	background: url(img/snavi1_h.jpg) no-repeat;
	display: block;
	height: 32px;
	width: 317px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}
#nav #stn2 a {
	background: url(img/snavi2_h.jpg) no-repeat;
	display: block;
	height: 32px;
	width: 316px;
	float: left;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
}
#nav #stn2 a:hover,#stn2 a:active {
	background: url(img/snavi2_h.jpg) no-repeat;
	display: block;
	height: 32px;
	width: 316px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav #stn3 a {
	background: url(img/snavi3_l.jpg) no-repeat;
	display: block;
	height: 32px;
	width: 317px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#nav #stn3 a:hover,#stn3 a:active {
	background: url(img/snavi3_h.jpg) no-repeat;
	display: block;
	height: 32px;
	width: 317px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#top {
	font-size: 12px;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#foot{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 5px;
}
#foot #menu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	color: #000;
	width: auto;
}
.hidden {
	font-size: 9px;
	color: #FFFFFF;
	visibility: hidden;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
	margin-top: 15px;
}
a:link {
	color: #5A4923;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
address {
	font-size: 12px;
	color: #333;
	text-align: center;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
