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

* {
	margin: 0px;
}
header, main, footer, article, aside, figure, img {
	display: block;
}
body {
	font-size: 1em;
	line-height: 135%;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
}
#page {
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
}
header {
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
header div {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 20px;
	padding: 5px;
}
header figure {
}
header figure img {
}
header h1 {
	float: right;
	font-size: 0.75em;
	font-weight: normal;
	color: #666;
}
header+nav {
}
header+nav ul {
	list-style-type: none;
	border: thin solid #CCC;
	border-radius: 8px;
	font-size: 0.85em;
	line-height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
header+nav ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
header+nav ul li a {
	display: block;
	padding-top: 20px;
	padding-bottom: 15px;
}
header+nav ul li:last-child {
	border: none;
}
/*********/
/* main */
/********/
main {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
	padding: 5px;
}
main article {
	margin-bottom: 30px;
}
main article .comment_area {
	line-height: 165%;
	color: #666;
	font-size: 0.85em;
}
main h2 {
	margin-bottom: 5px;
	color: #003386;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 2px;
	line-height: 135%;
	font-size: 1.5em;
}
main h3 {
	color: #666666;
	line-height: 135%;
	font-size: 1.2em;
	font-weight: bold;
}
/************/
/* main nav */
/************/
main nav {
	margin-bottom: 20px;
}
main nav:first-child {
	margin-bottom: 20px;
}
main nav:last-child {
	margin-top: 20px;
}
main nav ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	font-size: 0.85em;
	font-weight: normal;
	color: #666;
}
main nav ol li {
	float: left;
}
main nav ol li:before {
	content: '≫';
	padding-left: 1ex;
	padding-right: 1ex;
}
main nav ol li:first-child:before {
	content: none;
	padding-left: 0ex;
	padding-right: 0ex;
}
address {
	font-size: 0.7em;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	background-color: #666;
	text-align: center;
	font-style: normal;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/**********************/
/* main #feature_area */
/**********************/
main #feature_area {
	margin-bottom: 30px;
}
footer {
	background-color: #FFF;
}
/*********/
/* other */
/*********/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
