﻿@charset "utf-8";

/* --------------------------------------- */
/* wrapperエリア #
/* --------------------------------------- */

#body__inner {
	background: url(../img/top_hd_bgimgss.png) repeat-x;

}


#wrapper {
	width: 1000px;
	clear: both; 
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 32px;
}

#header {
	padding-top: 16px;
	height: 96px;
}


.logo {
	float: left;
	overflow: hidden;
}

.header__right {
	float: right;
	overflow: hidden;
}

.header__nav {
	float: right;
	overflow: hidden;
	width: 223px;
	margin-bottom: 19px;
}
.header__nav li {
	float: left;
	overflow: hidden;
	margin-left: 12px;
}
.header__nav li:first-child {
	margin-left: 0px;
}



.key_img {
	width: 1000px;
	height: 336px;
}

.main_contents01 {
	margin-top: 16px;
	height: 450px;
	position: relative;
}

.m_cont01__tit {
	height: 53px;
	border-radius: 8px;
	background-color: #ffca7d;
	text-align: center;
}

.m_cont01__tit img {
	padding-top: 12px;
}

.m_cont01__bgimg {
	position: absolute;
	top: -10px;
	height: 436px;
}

.m_cont01__text01 {
	position: absolute;
	top: 172px;
	left: 40px;
	line-height: 1.45em;
	text-align: center;
}
.m_cont01__text02 {
	position: absolute;
	top: 172px;
	left: 400px;
	line-height: 1.45em;
	text-align: center;
}
.m_cont01__text03 {
	position: absolute;
	top: 172px;
	left: 760px;
	line-height: 1.45em;
	text-align: center;
}

.main_contents02 {
	float: left;
	overflow: hidden;
	width: 772px;
}

.m_cont02__01 {
	margin-right: 32px;
	padding-bottom: 16px;
	float: left;
	width: 368px;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #F77;
	background-color: #FFF;
}
.m_cont02__01__tit {
	background-color: #F77;
	padding: 18px 0 10px 24px;
}

.m_cont02__news {
	width: 322px;
	height: 224px;
	padding: 0 0 0 23px;
	color: #333333;
	overflow: auto;
}
.m_cont02__news dt {
	font-size: 86%;
	padding-top: 15px;
	color:#18368e;
	line-height:1.6em;
}
.m_cont02__news dd {
	font-size: 95%;
	line-height:1.6em;
}

.m_cont02__02 {
	float: left;
	width: 370px;
	overflow: hidden;
	position: relative;
}

.m_cont02__02a {
	border-radius: 8px;
	background-color: #ffda9f;
	height: 142px;
	width: 370px;
}

.m_cont02__02a img {
	position: absolute;
	top: 100px;
	left: 230px;
}

.m_cont02__02b {
	float: left;
	width: 177px;
	overflow: hidden;
	margin: 16px 16px 0 0;
}

.m_cont02__02b:last-child {
	margin-right: 0;
}

.m_cont02__03 {
	margin-top: 32px;
	float: left;
	overflow: hidden;
	width: 772px;
	height: 301px;
	border-radius: 8px;
	background-color: #9ed2a2;
	position: relative;
}

.m_cont02__03a {
	position: absolute;
	top: 260px;
	left: 620px;
}
.m_cont02__03b {
	position: absolute;
	top: 16px;
	left: 16px;
}


/* --------------------------------------- */
/* サイドコンテンツ #side_contents
/* --------------------------------------- */


.side_contents01 {
	float: right;
	width: 196px;
	overflow: hidden;
}

.s_cont01 {
	width: 196px;
}
.s_cont01__tit {
	padding: 18px 0 10px 24px;
	border-radius: 8px;
	background-color: #ffca7d;
}

.s_cont01__list {
	font-weight: bold;
	font-size: 120%;
	margin: 1em 0;
	padding: 0 8px 0 8px;

}

.s_cont01__list li {
	line-height: 1.8em;
	border-bottom: 1px dotted #666;
	margin-bottom: 4px;
}


/* --------------------------------------- */
/* フッターエリア #footer
/* --------------------------------------- */

#footer {
	margin-top: 8px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: url(../img/bg_footer2.png) repeat-x #ffda9f;
}

.footer__inner {
	width: 960px;
	min-height: 180px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(../img/bg_footer.png) repeat-x #ffca7d;
}


.footer__links {
	padding-top: 30px;
	height: 36px;
	width: 960px;
	overflow: hidden;
}

.footer__links li {
	float: left;
	padding: 10px 0 0 10px;
}

.footer__add {
	clear: both;
	padding-right: 24px;
	margin-top: 8px;
	text-align: right;
}

.footer__add p {
	padding: 16px 16px 3px 0;
	color: #ffffff;
}

.footer__add address{
	padding: 0 16px 30px 0;
	color: #ffffff;
}

