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

/* =========================================================
メインビジュアル
========================================================= */
#cont-inner .mainVisual {
	background: url(images/bg_main.jpg) no-repeat center top;
	height: 287px;
	overflow: hidden;
}
#cont-inner .message {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
}
#cont-inner .mainVisual .message h3 {
	margin: 0;
	padding: 40px 0 15px;
	width: 434px;
}
#cont-inner .message p.description {
	margin: 0;
	padding: 0;
	width: 430px;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
#cont-inner .message p a {
	margin-top: 15px;
	display: block;
	width: 248px;
	height: 35px;
	background: url(images/btn-more-about.png) no-repeat left top;
}
#cont-inner .message p a:hover { background-position: left bottom;}


/* =========================================================
各ページにリンク
========================================================= */
#topLink {
	background: url(common/images/bg-keycolor.png) repeat left top;
	color: #FFF;
	border-top: 1px solid #2F7543;
	border-bottom: 1px solid #2F7543;
	overflow: hidden;
	line-height: 1;
}
#topLink .linkList {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#topLink .linkList-inner {
	margin: 0 -20px;
}
#topLink .linkList .column {
	margin: 0 0 0;
	padding: 12px 0;
	width: 200px;
	min-height: 230px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
.ie7 #topLink .linkList .column {
	display: inline;
	zoom: 1;
}

#topLink .linkList .column:hover {
	background-color: #2F7543;
}
#topLink .linkList .column h4 {
	margin: 0;
	padding: 5px 25px 10px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.04em;
	border-right: 1px solid #6BA47B;
	width: 150px;
}
#topLink .linkList .column p {
	margin: 0;
	padding: 0 25px 10px;
	font-size: 0.8em;
	color: #F2F7F3;
	border-right: 1px solid #6BA47B;
	width: 150px;
	line-height: 1.6;
}
#topLink .linkList .column p.more a {
	margin: 0 auto;
	display: block;
	width: 94px;
	height: 25px;
	background: url(images/btn-more.png) no-repeat left top;
}
#topLink .linkList .column p.more a:hover { background-position: left bottom;}
#topLink .linkList .column.last h4, 
#topLink .linkList .column.last p {
	border: none;
}


/* =========================================================
sidebar
========================================================= */
/* お問い合わせ先 */
#contents .contactBox {
	border-top: none;
	background: url(images/bg-contactBox.gif) no-repeat left top;
}
