@charset "Shift_JIS";
/* Common CSS */

/*---------------------------

レイアウト

----------------------------*/

dl {
	padding-bottom: 20px;
}

dl dt {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}

dl dd {
	width: 300px;
	float: left;
	padding-bottom: 3px;
}


dl dt#s-title01 { height: 34px; background: url(sitemap_mark01.gif) left no-repeat;}
dl dt#s-title02 { height: 34px; background: url(sitemap_mark02.gif) left no-repeat;}
dl dt#s-title03 { height: 34px; background: url(sitemap_mark03.gif) left no-repeat;}
dl dt#s-title04 { height: 34px; background: url(sitemap_mark04.gif) left no-repeat;}
dl dt#s-title05 { height: 34px; background: url(sitemap_mark05.gif) left no-repeat;}


dl dt a {
	display: block;
	padding-top: 10px;
	padding-left: 40px;
}

dl dd a {
	padding-left: 20px;
	background: url(sitemap_mark_dd.gif) no-repeat;
}

dl dt a,
dl dd a {
	overflow: hidden;
}

dl dd a:link {
color: #333333;
text-decoration:underline;
}

dl dd a:active {
color: #333333;
text-decoration:none;
}

dl dd a:visited {
color: #333333;
text-decoration:underline;
}

dl dd a:hover {
color:#dc3f3f;
text-decoration:none;
}

