@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #E8E2D4;
	background-image: url(../image/common/bg.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}
div#container {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
div#container div#head {
	margin-bottom: 15px;
}
div#head p#logo {
	background-image: url(../image/common/head/bg.gif);
	margin: 0px;
	padding: 0px;
}
div#head div#nav {
	background-image: url(../image/common/head/bg2.gif);
	background-repeat: no-repeat;
	height: 30px;
}
div#head div#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 30px;
	float: left;
}
div#head div#nav li {
	float: left;
}
div#head div#nav li a {
	float: left;
	height: 30px;
	display: block;
}
div#head div#nav p#sub-nav {
	margin: 0px;
	float: right;
	font-size: 90%;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p#sub-nav a {
	color: #5D2D00;
}
div#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	padding-bottom: 30px;
	clear: both;
}
div#footer p {
	margin: 0px;
	padding: 0px;
}
div#footer  p.tel {
	padding-left: 15px;
}
div#footer  p.e-mail {
	margin-right: 40px;
	font-size: 90%;
	text-align: right;
	margin-top: -10px;
}
div#footer address  {
	clear: both;
	font-style: normal;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
}
div#footer  p.copy {
	font-family: Verdana;
	font-size: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 15px;
}
div#contents {
	width: 680px;
	line-height: 1.8em;
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
div.pagetop {
	font-size: 80%;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 20px;
}
.red {
	color: #900;
}
