/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 2em;
	color: #fff;
	font-size: 13px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #72C531;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bl {
	text-align: left;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	border: none;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
/********** body ********* */
body {
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	background: url(../images/bg.png) top center no-repeat #5AA242;
}
/********** wrapper ********* */
#wrapper, .wrapper {
	width: 100%;
}
/********** header ********* */
header {
	width: 968px;
	background: url(../images/head.png) no-repeat;
	margin: 0 auto;
	overflow: hidden;
}
header h1 a {
	display: block;
	height: 36px;
	width: 70px;
	text-indent: -9999px;
	float: left;
}
header ul.info {
	width: 160px;
	height: 36px;
	float: right;
}
header ul.info li {
	height: 36px;
	display: inline-block;
}
header ul.info li:first-child {
	width: 40px;
	margin: 0 19px 0 0;
}
header ul.info li:nth-child(2) {
	width: 78px;
}
.main_img {
	width: 968px;
	height: 184px;
	margin: 0 auto;
	background: url(../images/main.png) no-repeat;
	text-indent: -9999px;
}
/* ******** aside ******** */
aside {
	width: 204px;
	float: left;
}
aside nav {
}
aside nav ul li {
	width: 204px;
	height: 36px;
	margin: 0 0 4px 0;
	background: url(../images/navi.png) no-repeat;
}
aside nav ul li:hover {
	background: url(../images/navi_hover.png) no-repeat;
}
aside nav ul li:first-child {
	background-position: 0 0;
}
aside nav ul li:nth-child(2) {
	background-position: 0 -40px;
}
aside nav ul li:nth-child(3) {
	background-position: 0 -80px;
}
aside nav ul li:nth-child(4) {
	background-position: 0 -120px;
}
aside nav ul li:nth-child(5) {
	background-position: 0 -160px;
}
aside nav ul li:nth-child(6) {
	background-position: 0 -200px;
}
aside nav ul li a {
	display: block;
	width: 204px;
	height: 36px;
}
/* ******** main ********* */
#contents {
	width: 968px;
	margin: 0 auto 30px;
	overflow: hidden;
}
main {
	width: 740px;
	float: right;
}
/********** article ********* */
#breadcrumb {
	padding: 0 0 0 1em;
	margin-top: -7px;
	margin-bottom: 10px;
	color: #fff;
}
#breadcrumb li {
	display: inline-block;
}
#breadcrumb li:before {
	content: ">";
}
#breadcrumb li:first-child:before {
	content: "";
}
article {
	width: 730px;
	margin: 0 auto;
	padding: 15px 0;
	background: #262626;
	box-shadow:0px 0px 5px 0px #16440F;
}
article section {
	padding:  0 15px;
}
article section h2 {
	background: url(../images/title.png) no-repeat;
	width: 618px;
	height: 34px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
	margin: 0 0 15px -19px;
	padding: 0 0 0 15px;
}
article section h3 {
	line-height: 2em;
	color: #F89700;
	font-size: 18px;
	border-bottom: 2px solid #F89700;
	margin-bottom: 20px;
}
article section h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFEAB2;
	border-left: 10px solid #F58B00;
	padding-left: 5px;
	line-height: 2em;
	margin-bottom: 10px;
}
article section p {
	margin: 0 0 20px;
}
article section .title li {
	margin-bottom: 10px;
	list-style: decimal;
	margin-left: 15px;
}
article section.topics dl dt {
	display: flex;
	font-weight: bold;
	color: #fff;
}
article section.topics dl dt span {
	padding: 0 0 0 1em;
	display: inline-block;
	width: 80%;
}
article section.topics dl dd {
	color: #72C531;
	border-bottom: 1px solid #434343;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
article section.topics p {
	text-align: right;
}
article section.topics p a {
	background:url(../images/ico.png) left center no-repeat;
	padding: 0 0 0 10px;
}
/********** footer ********* */
footer {
	width: 960px;
	height: 145px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background:url(../images/foot.png) no-repeat;
}
footer ul.bnr {
	width: 896px;
	margin: 0 auto 30px;
	overflow: hidden;
}
footer ul.bnr li {
	width: 200px;
	height: 45px;
	float: left;
	margin: 0 32px 0 0;
}
footer ul.bnr li:first-child {
	background: url(../images/bnr1.png) no-repeat;
}
footer ul.bnr li:nth-child(2) {
	background: url(../images/bnr2.png) no-repeat;
}
footer ul.bnr li:nth-child(3) {
	background: url(../images/bnr3.png) no-repeat;
}
footer ul.bnr li:nth-child(4) {
	background: url(../images/bnr4.png) no-repeat;
	margin: 0;
}
footer ul.bnr li a {
	display: block;
	width: 200px;
	height: 45px;
}
footer nav {
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
}
footer nav a {
	color: #fff;
}
footer p.copyright {
	color: #FFF;
	text-align: center;
}
