@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;
}


.topics dl {
	width: 630px;
	height:250px;
	overflow: auto;
	background: #FFF;
	border: 0px;
	margin-left:20px;
}
.topics dt {
	clear: both;
	float: left;
	width: 7em;
	line-height: 1.5;
	background-image: url(../images/list_mark2_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0.75em 0 0.75em 5px;
	margin-left: 10px;
}
.topics dd {
	padding: 0.75em 1em 0.75em 0;
	line-height: 1.5;
	background-image: url(../images/border_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.table-1{
	border-collapse:collapse;
	width: 100%;
	margin: 0px 0px 10px 0px;
	font-size:small;
}
.table-1 th{
	padding:5px;
	background: #f5ffdb;
	border:1px solid #666666;
	text-align:center;
	font-weight:normal;
}
.table-1 td{
	padding:5px;
	background: #fff;
	border:1px solid #666666;
}

.table-2{
	width: 250px;
	margin: 0px;
	padding:0px;
	font-size:small;
	border-style:none;
}
.table-2 th{
	padding:0px;
	border-style:none;
}
.table-2 td{
	padding:0px;
	border-style:none;
}
