@charset "utf-8";

h3.komidashi {
	width:690px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #066;
	border-top:1px solid #066;
	line-height:18px;
	padding:5px 0 2px 0;
}

p.rect_redline {
	padding-top:2px;
	padding-bottom:2px;
	border:1px dotted #FF6600;
	text-align:center;
	font-weight:bold;
}

div.hoken_link {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border:1px dotted #006699;
}

div.hoken_link a {
	color:#333;
	line-height:1.8em;
}
div.hoken_link a:hover {
	color:#333;
	text-decoration:none;
	background-color:#9CF;
}

/*テーブル*/
#contentRight table.aoba {
	border:2px solid #060;
	border-collapse:collapse;
}
#contentRight table.aoba tr th{
	padding:5px;
	background-color:#D2DDD8;
	font-size:16px;
	text-align:center;
}
#contentRight table.aoba tr td{
	padding:5px;
	border-bottom:1px dotted #006600;
}

p.center_txt {
	width:690px;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

/*SolicitationPolicy勧誘方針のリスト*/
ul.SolicitationPolicy {
	list-style-type:none;
	/*width:690px;*/
	/*list-style-position:inside;*/
}

ul.SolicitationPolicy li {
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:18px;
	border-bottom:1px dashed #999999;
	background:url(../images/address_bg.jpg) no-repeat 0 -7px;
	
}

/*ページTOPの項目リンク*/
ul.linkKoumoku {
	list-style-type:none;
	width:200px;
}
ul.linkKoumoku li{
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:18px;
	border-bottom:1px dashed #033;
	background:url(../images/icon_arrow_green.jpg) no-repeat 0 3px;
}
ul.linkKoumoku li a{
	/*background-color:#FC6;*/
	font-weight:bold;
	color:#030;
}
ul.linkKoumoku li a:hover {
	background-color:#FC6;
	text-decoration:none;
	font-weight:bold;
	color:#030;
}





