@charset "utf-8";


/* import */

@import url(common.css);
@import url(type.css);



/* ================================================================ *

-- 目次 -- 

1: TOP/mainImg 
2: TOP/newsBlock
3: SUB/header
4: SUB/contBlock


-- 更新日 -- 
最終更新日:2008年9月26日

2008年9月26日　フォーマット作成


* ================================================================ */

/* --------- 1: TOP/mainImg --------- */

#mainImg h1 a {
	display: block;
	float:left;
	overflow:hidden;
	width: 908px;
	height: 345px;
	background: url(/images/header_img.jpg) no-repeat;
	text-indent:-9999em;
	text-decoration:none;
}


/* -- 2: TOP/newsBlock -- */

#newsBlock {
	width: 612px;
	margin-bottom: 20px;
}

#newsBlock h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

#newsBlock h3 {
	font-size: 12px;
	font-weight: normal;
}
.newsSection {
	overflow: hidden;
	padding: 10px;
}

.newsSection dl {
	border-bottom: 1px #CBC9AA dotted;
	margin-bottom: 5px;
}

.newsSection dl dt {
	float: left;
	width: 85px;
}

.newsSection dl dd {
	margin: 0 0 10px 95px;
	padding: 0;
}

.arrow {
	background: url(/images/common/arrow.gif) no-repeat center left;
	padding: 0 0 0 18px;
}



/* --------- 3: SUB/header --------- */
#subImg h1 a {
	display: block;
	float:left;
	overflow:hidden;
	width: 908px;
	height: 137px;
	background: url(/images/common/header.jpg) no-repeat;
	text-indent:-9999em;
	text-decoration:none;
}

/* --4: SUB/contBlock -- */

#contBlock {
	width: 612px;
	margin-bottom: 20px;
}

#contBlock h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

#contBlock h3 {
	font-size: 14px;
	font-weight: bold;
	color: #542912;
	background: url(/images/subttl_bg.gif) no-repeat;
	widdth: 592px;
	height: 29px;
	margin: 10px 0 0 0;
	padding: 6px 0 0 20px;
}

.contSection {
	overflow: hidden;
	padding: 0 10px 10px 10px;
} 