@charset "utf-8";
/* CSS Information ====================
File name: top.css
description: メインコンテンツTOPページ部分CSS
Editors: Makoto Watanabe
LastDate: 2011,11,06

目次
*コンテンツカラム分け
*carouselエリア
*レフトコンテンツ（新着情報）
*ライトコンテンツ（コラム・ブログ）
==================================== */

.section-lv1 {
	width: 900px;
	margin-bottom: 15px;
}

#primary-contents {
	float: left;
	width: 470px;
}

#secondary-contents {
	float: right;
	width: 400px;	
}

.section-lv2 {
	width: 400px;
	margin-bottom: 20px;
}

.title {
	border-top: #30709C solid 2px;
	padding: 5px 0;
}

/* カルーセルギャラリー======================= */
#carousel {
	height: 130px;
	margin-bottom: 20px;
}

#carousel a.prev,
#carousel a.next {
	display: block;
	width: 20px;
}

#carousel a.prev {
	float: left;
}

#carousel a.next {
	float: right;
}

#carousel a.prev:hover img ,
#carousel a.next:hover img ,
#carousel .imageBox ul li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;	
}

#carousel .imageBox {
	float: left;
	width: 860px;
}

#carousel .imageBox ul li{
	margin-left: 3px;
}

/* レフトコンテンツ（新着情報）======================= */
#primary-contents p {
	margin: 2px 10px 0 auto;
}

#primary-contents p a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;	
}

#primary-contents dl {
	width: 470px;
	border-top: #BCBCBC solid 1px;
	border-bottom: #706C61 dashed 1px;
	padding-bottom: 11px;
	font-size: 110%;
	line-height: 1.6em;
}

#primary-contents dl dt {
	width: 185px;
	clear: both;
}

#primary-contents dl dt span {
	float: right;
	margin: 0 15px 0 0;
	display: inline;
}

#primary-contents dl dt,
#primary-contents dl dd {
	float: left;
	margin-top: 11px;
	padding-top: 11px;
	border-top: #706C61 dashed 1px;
}

#primary-contents dl dt.bd-none,
#primary-contents dl dd.bd-none {
	margin-top: 0;
	border-top: none;
}

#primary-contents dl dd {
	width: 285px;
}

#primary-contents dl dd a:hover {
	opacity: 0.7;	
	filter: alpha(opacity=70);
}

/* ライトコンテンツ（コラム・ブログ）部分======================= */
#secondary-contents ul {
	margin: 5px 0 10px;	
}

#secondary-contents ul li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;	
}