@charset "utf-8";






/* ----------------------------------------------------
	ページ用要素
---------------------------------------------------- */
h3 {
	margin-bottom:20px;
}

h4 {
	color:#333;
	font-size:116%;
	padding-left:20px;
	margin-bottom:10px;
	background:url(/common/images/ico_listHeader.gif) center left no-repeat;
}

.category_block-01 h3 {
	color:#333;
	font-size:116%;
	padding-left:20px;
	margin-bottom:10px;
	background:url(/common/images/ico_listHeader.gif) center left no-repeat;
}

.index_block-01 {
}

.index_block-01 ul {
	width:732px;
	padding:5px;
	background-color:#DDD;
}
	
	.index_block-01 ul li {
		width:355px;
		float:left;
		padding:5px;
		margin:0 1px 1px 0;
		background-color:#FFF;
	}
		
		.index_block-01 ul li a {
			padding-left:20px;
			background:url(../images/ico_arrow.gif) center left no-repeat;
		}

.index_block-02 ul {
	width:732px;
	padding:5px;
	margin-bottom:20px;
	background-color:#DDD;
}
	.index_block-02 li {
		background-color:#FFF;
		margin:1px;
	}
	
	.index_block-02 li a {
		display:block;
		margin-left:10px;
		padding:10px 10px 10px 30px;
		background:url(../images/ico_question.gif) center left no-repeat;
	}

.category_block-01 dl {
	width:732px;
	padding:5px;
	margin-bottom:20px;
	background-color:#DDD;
	position:relative;
}
	
	.category_block-01 dt {
		display:block;
		font-weight:bold;
		padding:10px 10px 10px 40px;
		background:#FFF url(../images/ico_question.gif) 10px 10px no-repeat;
		border-bottom:1px solid #DDD;
	}
	
	.category_block-01 dd {
		display:block;
		padding:10px 10px 20px 40px;
		background:#FFF url(../images/ico_answer.gif) 10px 10px no-repeat;
		border-bottom:1px solid #DDD;
	}
		
		.category_block-01 dd ul {
			margin:0.5em 0;
		}
		
		.category_block-01 dd li {
			list-style-type:disc;
			list-style-position:inside;
		}
		
		.category_block-01 .btn_scrHead {
			position:absolute;
			bottom:-8px;
			right:4px;
		}
