@charset "UTF-8";
/* CSS Document */

body {
	color: #a09723;
	font-size:10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-color: #200;
	letter-spacing: 0.1em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#wrapper {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
a {
	color: #a09723;
	text-decoration: none;
}
a:hover {
	color:#f5af7e;
}
#navi ul li {
	float: left;
	font-size: 120%;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navi {
	float: right;
	margin-top: 30px;
}
#header img {
	float: left;
}
.clear {
	clear: both;
	margin-bottom: 10px;
}
#footer {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents {
	width:800px;
	padding-top: 10px;
	height: 447px;
}
#map {
	width:800px;
	height:447px;
	margin: 0px;
	padding: 0px;
	color:#666;
	font-size:12px;
}
.contact_form {
	width: 400px;
}
#contact th {
	font-weight: normal;
	text-align: left;
	width: 100px;
}
#contact form table {
	margin-left: 0px;
	margin-top: 20px;
}
#contact p {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	text-align: center;
}
