@charset "utf-8";
/* ===================================================================
information	sitemap
=================================================================== */

/*----------------------------------------------------
	sitemap
----------------------------------------------------*/

/* ----- contents h2 ----- */
#contents h2#sitemaptitle {
	width: 950px;
	height: 68px;
	clear: both;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	background: url(./images/title_sitemap.gif) no-repeat left top;
}

/* ----- main sitemap ----- */
#main #sitemap {
	width: 740px;
	height: 100%;
	clear: both;
	padding-top: 4px;
	background: url(./images/top_sitemap.gif) no-repeat left top;
}
#main #sitemap .line {
	width: 678px;
	height: 100%;
	clear: both;
	background: url(./images/middle_sitemap.gif) repeat-y left top;
	padding: 10px 31px 10px 31px;
	border-bottom: 1px solid #f1f1f1;
}
#main #sitemap .line.gray {
	background: url(./images/middle_sitemap_gray.gif) repeat-y left top;
}
#main #sitemap .line.last {
	border-bottom: none;
}
#main #sitemap .line h3 a {
	background: url(../user/common/images/icon_link1.gif) no-repeat left center;
	padding-left: 15px;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
}
#main #sitemap .line h3 a:hover {
	text-decoration: underline;
	color: #cc0033;
}
#main #sitemap .line ul {
	width: 250px;
	height: 100%;
	float: right;
}
#main #sitemap .line ul li {
	list-style-type: disc;
	margin-left: 20px;
}
#main #sitemap .line ul li a {
	text-decoration: none;
	color: #303030;
}
#main #sitemap .line ul li a:hover {
	text-decoration: underline;
	color: #cc0033;
}
#main .bottomsitemap {
	background: url(./images/bottom_lists.gif) no-repeat left top;
	width: 740px;
	height: 4px;
	clear: both;
}

/* ----- rightside ----- */
#rightside #rightnavi {
	width: 200px;
	height: 100%;
	clear: both;
	margin-bottom: 10px;
	background: url(../user/common/images/line_rightnavi.gif) no-repeat left bottom;
}
#rightside #rightnavi ul {
}
#rightside #rightnavi ul li {
	margin-bottom: 10px;
}
#rightside #rightnavi ul li a {
	display: block;
	width: 200px;
	height: 37px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#rightside #rightnavi ul li#rightnavi1 a {
	background: url(./images/rightnavi1.gif) no-repeat left top;
}

