body {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	color: #663300;
	background-color: #e8daa9;
	background-image: url(images/web_backimage.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 15px;
	padding: 0px;
}
#header {
	width: 760px;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(images/header_image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
h1 {
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996633;
}
#navi {
	float: left;
	width: 200px;
	margin: 0px;
	clear: both;
	padding: 0px;
}
#navi ul {
	list-style-type: none;
	margin: 0px;
	width: 200px;
	padding: 0px;
}
#navi li {
	font-size: 14px;
	color: #663300;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
	list-style-type: none;
	padding: 0px;
}
#navi li a {
	color: #663300;
	text-decoration: none;
}
#navi li a:hover {
	color: #CC6600;
	text-decoration: underline;
}
#contents {
	float: left;
	width: 540px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	clear: right;
}
#contents a {
	color: #CC0000;
	text-decoration: none;
}
#contents h2 {
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #996666;
	text-indent: 5px;
}
#contents p {
	font-size: 12px;
	line-height: 1.7em;
	color: #663300;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#footer {
	padding: 0px;
	clear: both;
	float: left;
	width: 760px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #663300;
	text-align: center;
	background-color: #D2BFA2;
}
