@charset "utf-8";
/* =========================================================

     トップページ用CSSファイル

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

#footer h3{
	font-weight: bold;
	background-image: url(../images/border_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin:10px;
	padding-bottom:5px;
}
.bn_come {
	margin-bottom: 10px;
}


h4{
	margin-bottom:10px;
}

.mark1 {
	background-image: url(../images/list02.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.indent2  {
	text-indent: 2em;
	width: 545px;
}
.answer {
	background-image: url(../images/icon_a.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-left: 50px;
	padding-bottom: 20px;
}

.kasen   {
	background-image: url(../images/icon_q.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #093;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #00C800;
	height: auto;
}

.topics{
	margin-bottom:10px;
}

.topics dl {
	width: 630px;
	height:150px;
	overflow: auto;
	background: #FFF;
	border: 0px;
	margin-left:5px;
	margin-bottom:10px;
}

.topics dt {
	clear: both;
	float: left;
	width: 7em;
	line-height: 1.2;
	background-image: url(../images/list_mark2_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0.75em 0 0.75em 10px;
	margin-left: 0px;
}
.topics dd {
	padding: 0.75em 2em 0.75em 0;
	line-height: 1.2;
	background-image: url(../images/border_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


