/* サイトマップ CSS */


div#contents{
	background: url(../img/permanent_mid.gif) center top repeat-y;
	overflow: auto;
	color: #000000;
}

h1{
	text-indent: -1000.0em;
	width: 300px;
	height: 40px;
	background: #ffffff url(../img/sitemap_title.gif) left top repeat-x;
	color: #000000;
	margin: 10px 15px;
}

#contents ul{
	text-align: left;
	list-style: none;
	margin-left: 20px;
	margin-right: 20px;
}

#contents ul li{
	padding: 3px;
	float: left;
	width: 300px;
	margin: 2px;
	border: 1px solid #999999;
}


#contents p{
	text-align: left;
	margin: 0 15px 10px 15px;
}

#contents dl dt{
	margin-top: 20px;
}

#contents dl dd{
	margin-left: 15px;
	border-bottom: 1px dotted #999999;
}

#contents ul a{
	color: #3333ff;
	text-decoration: none;
	padding-left: 15px;
	background: #ffffff url(../img/link_arrow.gif) left center no-repeat;
}

span a{
	color: #3333ff;
	text-decoration: none;
	padding-left: 15px;
}

#contents a:hover , span a:hover{
	color: #ff3333;
}

span{
	display: block;
	clear: both;
}

