@charset "UTF-8";

/* ----------------------------------------
*
*Since:  2010-01-30
*Modified:  
*
*/

/* Style Index ===============================

	01:  links
	02:  sitemap


========================================= */

/*
	01:  links
-------------------------------------*/

ul.links {
	width: 682px;
	margin: 0 0 30px 0;
}

ul.links li {
	float: left;
	width: 315px;
	padding: 0 0 10px 9px;
	background: url("../../images/common/icon_arrow_001.gif") no-repeat 0 0.7em;
	line-height: 2;
}

ul.links:after {
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:".";
	font-size:0;
	line-height:0;
}

/*
	02:  sitemap
-------------------------------------*/
div.sitemap {
	width: 682px;
}

div.sitemap div.sitemapL {
	float: left;
	width: 329px;
}

div.sitemap div.sitemapR {
	float: right;
	width: 329px;
}

div.sitemap h3.searchlist {
	margin: 0 0 30px 0;
}

div.sitemap ul {
	margin: 0 0 30px 0;
}

div.sitemap ul.knowlist li {
	padding: 0 0 0 10px;
	background: url("../../images/know/icon_arrow_001.gif") no-repeat 0 0.5em;
}

div.sitemap ul.visitlist li {
	padding: 0 0 0 10px;
	background: url("../../images/visit/icon_arrow_001.gif") no-repeat 0 0.5em;
}

div.sitemap ul.uselist li {
	padding: 0 0 0 10px;
	background: url("../../images/use/icon_arrow_001.gif") no-repeat 0 0.5em;
}

div.sitemap li a:link {
	color: #666;
	text-decoration: none;
}

div.sitemap li a:visited {
	text-decoration: none;
}

div.sitemap li a:hover {
	text-decoration: underline;
}

div.sitemap:after {
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:".";
	font-size:0;
	line-height:0;
}


div#sitemapUtility {
	width: 682px;
	padding: 0 0 18px 0;
	background: url("../../images/top/bg_sitemap_btm.gif") no-repeat 0 100%;
}

div#sitemapUtility ul {
	width: 646px;
	padding: 18px 18px 0 18px;
	background: url("../../images/top/bg_sitemap_top.gif") no-repeat 0 0;
}

div#sitemapUtility ul li {
	display: inline;
	margin: 0 40px 0 0;
	padding: 0 0 0 10px;
	background: url("../../images/common/icon_arrow_001.gif") no-repeat 0 0.4em;
}

div#sitemapUtility li a:link {
	color: #666;
	text-decoration: none;
}

div#sitemapUtility li a:visited {
	text-decoration: none;
}

div#sitemapUtility li a:hover {
	text-decoration: underline;
}


