@charset "UTF-8";


/* ------------ インポート ----------- */

@import url(common/style.css);
@import url(common/frame.css);
@import url(common/pagenavi.css);

/* ------------ 再定義 ----------- */

h2 {
	font-weight:bold;
	font-size:18px;
	line-height:140%;
	padding:2px 0px 1px 8px;
	border-bottom:#aaaaaa solid 1px;
	border-left:#aaaaaa solid 3px;
	margin-bottom:12px;
}

h3 {
	font-weight:bold;
	font-size:16px;
	line-height:140%;
	margin-bottom:12px;
}

h4 {
	font-weight:bold;
	font-size:14px;
	line-height:140%;
	background:url(../home/common/burette-charcoal.gif) left center no-repeat;
	padding-left:10px;
}




/* ------------ 共通 ----------- */


.infomenu {
	border-bottom:#dddddd solid 1px;
	margin-bottom:24px;
	padding-bottom:24px;
}

.block {
	width:850px;
	margin-left:50px;
}

.block p {
	margin-bottom:6px;
}


.infomenu li {
	background:url(../home/common/burette-large-sky.gif) left center no-repeat;
	padding-left:12px;
	margin:3px 0px 3px 16px;
}

.block table {
	border:#aaaaaa solid 1px;
	width:100%;
	margin-bottom:24px;
}

.block th, .block td {
	border:#aaaaaa solid 1px;
	padding:3px 6px;
}

.block th {
	background-color:#eeeeee;
	text-align:center;
}

.block col.c1 { width:175px }
.block col.c2 { width:85px }
.block col.c3 { }
.block col.c4 { width:120px }
.block col.c5 { width:45px }

.block dl {
	margin-bottom:24px;
}

.block dt {
	font-weight:bold;
	font-size:16px;
	line-height:140%;
	margin-bottom:12px;
}

.block dd {
	margin-left:16px;
}




























