@charset "utf-8";

.red {
	color:#F00;
}

#sitemap {
	padding: 0px;
	width: 491px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.site table {
  table-layout: auto;
  width: 100%;
}

.site table th,
.site table td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

.site table th {
	width: 70px;
	background: url("../shop/img/table_1.gif") no-repeat 100% 0;
	font-weight: bold;
}

.site table tr.first th {
	background: url("../shop/img/table_1.gif") no-repeat 100% -1px;
	width: 150px;
	color: #666;
	text-align: left;
	font-size: 15px;
}


.site table td strong {
  font-weight: normal;
}


#sitemap .site {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#sitemap .cap {
	background-image: url(../img/cap_sitemap.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
	width: 491px;
	text-indent: -1500em;
}
#wrp #container #main_body #center_body #sitemap .site .wrap table tbody tr td a:link {
	color: #F00;
}
#wrp #container #main_body #center_body #sitemap .site .wrap table tbody tr td a:hover {
	color: #F00;
	text-decoration:underline;
}
#wrp #container #main_body #center_body #sitemap .site .wrap table tbody tr td a:visited {
	color: #F00;
}
#sitemap .site .wrap table tbody tr td table tr .noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
