@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #333333;
	background-color: #EBE2DC;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
html {
	overflow: scroll;
}
img {
	border:0;
}
a:link {
	color: #336600;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
h1 {
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #8C6851;
	height: 18px;
	width: 795px;
	margin-bottom: 2px;
	font-weight: normal;
	padding-left: 5px;
}
#header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	height: 120px;
	width: 800px;
	position: relative;
}
h2 {
	height: 75px;
	width: 180px;
	position: absolute;
	top: 16px;
	left: 7px;
}
#header ul {
	height: 50px;
	width: 500px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header li {
	float: left;
	height: 50px;
	width: 100px;
	display: block;
	list-style-type: none;
}
#header li a {
	background-image: url(../img/gnavi.jpg);
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	overflow: hidden;
}
#gn_01 a {
	background-position: 0px 0px;
}
#gn_01 a:hover {
	background-position: 0px -50px;
}
#gn_02 a {
	background-position: -100px 0px;
}
#gn_02 a:hover {
	background-position: -100px -50px;
}
#gn_03 a {
	background-position: -200px 0px;
}
#gn_03 a:hover {
	background-position: -200px -50px;
}
#gn_04 a {
	background-position: -300px 0px;
}
#gn_04 a:hover {
	background-position: -300px -50px;
}
#gn_05 a {
	background-position: -400px 0px;
}
#gn_05 a:hover {
	background-position: -400px -50px;
}
#free {
	height: 17px;
	width: 332px;
	position: absolute;
	right: 5px;
	top: 66px;
}
#tel {
	height: 25px;
	width: 148px;
	position: absolute;
	left: 483px;
	top: 88px;
}
#inquiry {
	height: 25px;
	width: 150px;
	position: absolute;
	top: 88px;
	right: 10px;
}
#inquiry a {
	background-image: url(../img/inqiury.jpg);
	display: block;
	height: 25px;
	width: 150px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#inquiry a:hover {
	background-position: -150px 0px;
}
#image {
	margin-bottom: 10px;
}
#left_side {
	float: left;
	width: 200px;
}
#left_side ul {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#left_side li {
	height: 55px;
	width: 180px;
	display: block;
	list-style-type: none;
	margin-bottom: 2px;
}
#left_side li a {
	background-image: url(../img/snavi.gif);
	display: block;
	height: 55px;
	width: 180px;
	text-indent: -9999px;
}
#sn_01 a {
	background-position: 0px 0px;
}
#sn_01 a:hover {
	background-position: -180px 0px;
}
#sn_02 a {
	background-position: 0px -57px;
}
#sn_02 a:hover {
	background-position: -180px -57px;
}
#sn_03 a {
	background-position: 0px -114px;
}
#sn_03 a:hover {
	background-position: -180px -114px;
}
#sn_04 a {
	background-position: 0px -171px;
}
#sn_04 a:hover {
	background-position: -180px -171px;
}
#bannar_area {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#bannar_area img {
	margin-bottom: 10px;
}
#inq_area {
	width: 178px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #CC9966;
	background-color: #FBF8F4;
}
#inq_area p {
	font-size: 12px;
	line-height: 130%;
	padding: 10px;
}
#inq_btn {
	height: 21px;
	width: 100px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
#inq_btn a {
	background-image: url(../img/inquiry_s.jpg);
	height: 21px;
	width: 100px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#inq_btn a:hover {
	background-position: 0px -21px;
}
#pagetop {
	text-align: right;
	width: 780px;
	padding: 10px;
	margin-bottom: 10px;
}



#right_side {
	float: right;
	width: 590px;
}
#footer {
	clear: both;
	width: 800px;
}
#footer ul {
	width: 780px;
	font-size: 75%;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #666600;
}

#footer li {
	display: inline;
}
#footer li a:link {
	color: #666600;
	text-decoration: underline;
}
#footer li a:visited {
	color: #666600;
}
#footer li a:hover {
	color: #FF6600;
	text-decoration: underline;
}


#footer address {
	background-color: #C5A696;
	height: 21px;
	width: 795px;
	text-align: right;
	padding-right: 5px;
	padding-top: 8px;
}
.clear {
	clear: both;
}
.font1 {
	font-size: 80%;
	line-height: 130%;
}

