@charset "UTF-8";
/* CSS Document */

#backimg {
	width:900px;
	float:left;
	padding:0;
	background-color: #FFF;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#backimg .txt{
	width:763px;
	margin:70px 0 0 137px;
	padding:0;
	color: #333;
}
#sitemap a{
	color:#FF6600;
	font-weight: bold;
	text-decoration: none;
}

#sitemap {
	width: 700px;
	position: relative;
	font-size:13px;
	color: #ff9a37;
	margin-right: auto;
	margin-left: auto;
}
#sitemap table {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 30px;
	margin-bottom: 30px;
}
#sitemap td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
}

#sitemap .sp { position:absolute; }
.tr-gray {
	background-color: #EFEFEF;
}
#sitemap a:hover {
	text-decoration: underline;
}

