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

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	color: #000;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
	outline: none;
}
a:link {
	color: #F9B06E;
	text-decoration: none;
}
a:visited {
	color: #F9B06E;
	text-decoration: none;
}
a:hover {
	color: #336633;
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.box {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
header {
	background: #F9B06E;
	border-bottom: 3px solid #336633;
}
header h1 {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
nav {
	background: url(images/bg_nav3.png);
	border-top: 3px solid #336633;
	border-bottom: 3px solid #336633;
	margin-bottom: 20px;
}
nav ul {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
nav ul li {
	float: left;
	width: 156px;
	list-style: none;
	margin-left: 30px;
}
body aside {
	width: 540px;
	border: 3px solid #336633;
	float: left;
	padding: 10px;
	margin-left: 10px;
}
aside h2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
aside dl {
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.5em;
}
aside dl dd {
}
aside p {
	text-align: right;
	font-size: 25px;
	padding-top: 40px;
	padding-right: 20px;
}
.right {
	float: right;
	width: 350px;
	margin-right: 10px;
}
body footer {
	background: #F9B06E;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	overflow: hidden;
}
footer iframe {
	float: left;
	width: 300px;
	padding-left: 10px;
}
footer .add {
	text-align: left;
	float: left;
	width: 600px;
	padding-left: 20px;
}
footer ul {
	padding-top: 25px;
	overflow: hidden;
}
footer ul li {
	float: left;
	width: 86px;
	list-style: none;
	margin-right: 20px;
}
footer .copy {
	text-align: right;
	clear: both;
	font-size: 14px;
	padding-top: 10px;
}
a {
	outline: none;
}
