@charset "utf-8"; 

#main-area dl a,
#main-area dl a:link,
#main-area dl a:visited{
	border-bottom:dotted 1px ;
	color:#333333;
	}
#main-area dl a:hover,
#main-area dl a:active{
	border-bottom:dotted 1px ;
	color: #ffaf72;
}
#main-area h4 {
	padding-top:2em;
	padding-left:3em;
	font-size:1.4em;
	}
#main-area h4 a,
#main-area h4 a:link,
#main-area h4 a:visited{
	font-weight:bold;
	border-bottom:dotted 1px;
	color:#333333;
	}
#main-area h4 a:hover,
#main-area h4 a:active{
	border-bottom:dotted 1px ;
	color: #ffaf72;
	}
#main-area dl{
	padding-left:8em;
	font-size:1.4em;
	}
#main-area dl dt{
	padding-top:0.8em;
	padding-bottom:0.2em;
	padding-left:22px;
	background-image: url(../img/ico_sitemap1.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	}
#main-area dl dd{
	padding-top:0.3em;
	padding-left:4em;
	background-image: url(../img/ico_sitemap2.gif);
	background-repeat: no-repeat;
	background-position: 35px 5px;
	}
