@charset "UTF-8";
body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #EEEFEE;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 10px;
}
header,section,nav,aside,footer {
	display: block;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 30px;
}
header {
	max-width: 1010px;
	width: 100%;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

header h1 {
	font-size: 85%;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: 0.1em;
}
header h2 {
	font-size: 120%;
	margin-top: 15px;
	margin-bottom: 0px;
}
header h2 a {
	color: #333;
	text-decoration: none;
}
section {
	height: auto;
	max-width: 970px;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 20px;
}
#top_nav {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #FF9B00;
	height: 30px;
}
#top_nav li {
	float: left;
	font-size: 70%;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	line-height: 30px;
	color: #FFF;
}
#main_img {
	padding: 10px;
	border: 1px solid #EEEFEE;
	width: 97.5%;
	margin-top: 20px;
}
#content {
	width: 68%;
	float: left;
}
#content ol li {
	padding-bottom: 15px;
}

section #content h2,section nav h2 {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #FC3;
	background-color: #FC3;
	font-size: 100%;
	font-weight: normal;
	color: #333;
}
section #content h2::after,section nav h2::after {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #60F;
	border-radius: 4px;
}
section #content h3,section nav h3 {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	font-size: 100%;
	font-weight: normal;
	color: #333;
}
section #content h3::after,section nav h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #60F;
	border-radius: 4px;
}

section nav {
	width: 30%;
	float: right;
}
section nav h2 {
	margin-bottom: 0px;
}
section nav ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
section nav ul li {
	font-size: 90%;
	line-height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px;
}
section nav ul li a {
	color: #333333;
	text-decoration: none;
}
hr {
	clear: both;
	background-color: #FFF;
	border: 1px solid #FFF;
}
footer h2  {
	font-size: 100%;
	text-align: center;
	margin-top: 40px;
}
footer h2 a  {
	color: #000;
	text-decoration: none;
}
@media only screen and (max-width: 950px) {
section {
	height: auto;
	max-width: 970px;
	width: 100%;
	padding: 0px;
}
#main_img {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
}
	
	
	
}
@media only screen and (max-width: 695px) {
#content {
	width: 100%;
	float: none;
}
section nav {
	width: 100%;
	float: none;
}
}
