/*----------------------*/
/*    フォームの設定    */
/*----------------------*/
p.text_20 {
	font-size: 22px;
	font-weight: bold;
	text-indent: 40px;
}
.sitemap{
	margin:0 0 10px 50px;
	padding:0;
	/*font-size:120%;*/
	overflow: hidden;
}
.sitemap li{
	background:url(../images/if_submenu.gif) 12px center no-repeat;
	width:700px;
	text-align:left;
	padding:5px 0 5px 27px;
	color:#666;
	border-bottom: 2px dotted #CCCCCC;
	line-height:20px;
}
li.sub{
	background:url(../images/if_submenu.gif) 12px center no-repeat;
	width:670px;
	text-align:left;
	padding:5px 0 5px 27px;
	color:#666;
	border-bottom: 2px dotted #CCCCCC;
	line-height:20px;
	margin-left:30px;
	list-style-type: none;
}

.sitemap a:link {
	text-decoration: none;
	color:#003399;
}
.sitemap a:visited {
	text-decoration: none;
	color: #003399;
}
.sitemap a:hover {
	text-decoration: none;
	color: #ff5900;
}
.sitemap a:active {
	text-decoration: none;
	color: #003399;
}