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

* {
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
}
header, nav, main, footer, article, section, figure, img {
	display: block;
}
a:hover {
	text-decoration: none;
}
body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat-x;
	background-position: center top;
}
#page {
	background-color: #FFF;
	background-image: url(image/page_back.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* header */
header {
	height: 260px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
header h1 {
	font-size: 10px;
	color: #FF0000;
	margin: 0px 10px 10px 30px;
	text-align: right;
	font-weight: normal;
}
/* nav */
nav {
	margin-bottom: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eee;
}
nav ul {
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
nav ul li {
	float: left;
	width: 20%;
	text-align: center;
}
nav ul li:last-child {
}
nav ul li a {
	font-size: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
}
/* main */
main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
main h2 {
	font-size: 1.2em;
	color: #333399;
	margin-bottom: 10px;
	background-color: #99b8f2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 115%;
}
/* feature_area */
main #feature_area {
	margin-bottom: 30px;
}
main #feature_area figure {
	float: left;
	margin-right: 20px;
}
main #feature_area {
	margin-bottom: 30px;
}
/* other */
main .message_area {
	font-size: 0.9em;
	line-height: 150%;
	color: #333;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* footer */
footer {
	background-color: #F2F2F2;
}
footer div {
}
address {
	background-color: #808080;
	color: #FFF;
	font-size: 0.75em;
	font-style: normal;
	padding: 5px;
	text-align: center;
}
