@charset "utf-8";






/* ----------------------------------------------------
	ページ用要素
---------------------------------------------------- */
h3,
.index_block-01,
.index_block-02 {
	margin-bottom:30px;
}

h4 {
	height:25px;
	_height:25px;
	padding:10px 0 0 30px;
	margin-bottom:10px;
	background:url(/common/images/ico_captionHeader.gif) 0 0 no-repeat;
}
	
	h4 img {
		vertical-align:top;
	}

.index_block-01 {
	padding:10px 0;
	background-color:#F5F5F5;
}

.index_block-01 dt {
	margin-left:20px;
	float:left;
}

.index_block-01 dd {
	margin:20px 20px 0 0;
	float:right;
}

.index_block-02 {
	width:920px;
	padding:20px;
	background-color:#F5F5F5;
}
	
	.index_block-02 dt {
		width:250px;
		float:left;
	}
	
	.index_block-02 dd {
		width:610px;
		padding-left:30px;
		float:right;
		border-left:1px solid #DDD;
	}

.index_block-03 ul {
	margin:0 0 20px 30px;
}

.index_block-03 strong {
	font-size:116%;
	color:#444;
}

