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


body, html {
	width: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.03em;
        min-width: 980px;
}
.inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* ヘッダー */
header {
	height: 138px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
header h1 {
	width: 260px;
	height: 84px;
	vertical-align: middle;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -42px;
}
header nav {
	width: 597px;
	height: 138px;
}
header nav ul {
	overflow: hidden;
}
header nav a {
	width: 149px;
	height: 98px;
	background-image: url(../images/nav.jpg);
	text-indent: -9999px;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	float: left;
	
}
header nav a:hover {
	transition: all 1.0s ease;
	width: 149px;
	height: 138px;
	background-image: url(../images/nav_on.jpg);
}
header nav a.active {
	width: 149px;
	height: 138px;
	border: none;
	background-image: url(../images/nav_active.jpg);
}
header a span {
	display: block;
	width: 148px;
	height: 98px;
	border-right: 1px solid #000;
	float: left;
}
header nav a.active span {
	width: 149px;
	border: none;
}
header nav a:nth-child(1) span {
	border-left: 1px solid #000;
}
header nav a:nth-child(1).active span {
	border-left: none;
}
header nav a:nth-child(1) {
	background-position: 0px -20px;
	width: 150px;
}
header nav a:nth-child(2) {
	background-position: -149px -20px;
}
header nav a:nth-child(3) {
	background-position: -298px -20px;
}
header nav a:nth-child(4) {
	background-position: -447px -20px;
}
header nav a.active:nth-child(1) {
	background-position: 0 0;
	width: 149px;
}
header nav a.active:nth-child(2) {
	background-position: -149px 0;
	margin-left: -1px;
	border-left: 1px solid #fff;
}
header nav a.active:nth-child(3) {
	background-position: -298px 0;
	margin-left: -1px;
	border-left: 1px solid #fff;
}
header nav a.active:nth-child(4) {
	background-position: -447px 0;
	margin-left: -1px;
	border-left: 1px solid #fff;
}


/* フッター */
footer #fContainer{
	background: #298320;
	color: #fff;
	padding: 30px 0;
	font-size:13px;
}
footer dt {
	font-size: 17px;
}
footer dd {
	margin: 12px 0;
}
footer #fContact {
	display: inline-block;
	height: 35px;
	padding: 0 30px;
	color: #298320;
	background-color: #fff;
}
footer #fContact span {
	background-image: url(../images/mail.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	line-height: 35px;
	font-size: 15px;
	padding-left: 26px;
}
footer .right {
	padding-left: 50px;
	line-height: 2;
	border-left: 1px solid #fff;
}
footer .right ul li a {
	color: #fff;
}
footer .right  > ul > li {
	display: inline-block;
	margin-right: 20px;
}
footer .right  > ul > li:nth-child(3) {
	display: block;
}
footer .right  > ul > li span {
	background: url(../images/fList.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 8px;
}
footer .right  > ul > li > ul {
	margin-left: 10px;
}
footer .right  > ul > li > ul li {
	background: url(../images/fSmallList.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 10px;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}
footer .right  > ul > li > ul li:nth-child(3), footer .right  > ul > li > ul li:nth-child(4), footer .right  > ul > li > ul li:nth-child(7) {
	display: block;
}
footer .right p {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	padding: 0 8px;
	font-size: 12px;
}
footer .right p a {
	color: #fff;
}
footer > p {
	text-align: center;
	padding: 8px 0;
	font-size: 11px;
}

/*コンタクトバー*/
#contactBar {
	height: 51px;
	background: #777;
	color: #fff;
	letter-spacing: 0.18em;
	position: relative;
}
#contactBar .inner div {
	line-height: 51px;
	float: left;
}
#contactBar p {
	font-size: 14px;
	display: table-cell;
    vertical-align: middle;
}
#contactBar #contactBarTel {
	background: url(../images/contactBarTel.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 44px;
	font-size: 19px;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
#contactBar #contactBarTel span {
	display: block;
	font-size: 10px;
	letter-spacing: 0.25em;
}
#contactBar a {
	display: inline-block;
	height: 28px;
	padding: 0 10px;
	margin-top: 11px;
	color: #777;
	background: #fff;
	float: right;
}
#contactBar a span {
	background: url(../images/contactBarMail.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	line-height: 28px;
	padding: 5px 0 5px 22px;
}

/*バナー*/
#banners {
	height: 200px;
	text-align: center;
	background: #e9e9e9;
}
#banners div {
	display: inline-block;
	width: 960px;
}
#banners a {
	height: 100px;
	display: block;
	float: left;
	margin-top: 50px;
	transition:all 0.4s ease;
}
#banners a:nth-child(2) {
	margin: 50px 39px 0;
}
#banners a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

/* ページトップ */
#toTop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 35px;
	right: 35px;
	z-index: 100;
}

/*コンテンツヘッダー*/
.pageHeader {
	height: 225px;
}
.pageHeader h2 {
	font-size: 30px;
	text-align: center;
	line-height: 225px;
}
.pageHeader h2 span {
	border-bottom: 2px solid #000;
	padding: 0 15px 10px;
}

.content_title {
	display: block;
	margin: 100px auto 50px;
}