@charset "utf-8";

/* =======================================

	sitemap.css

========================================== */
#contentsSitemap{
	width:960px;
	height:auto;
	margin-top:20px;
}

#contentsSitemap #main{
	float:right;
	width:725px;
	height:auto;
	display:inline;
}

#contentsSitemap #main h2{
	background-image:url(../company/images/h2_sitemap.jpg);
	background-repeat:no-repeat;
	width:725px;
	height:100px;
	text-indent:-9999px;
	overflow:hidden;
}

#contentsSitemap #main h3{
	margin-top:20px;
}

#contentsSitemap #main p.obitit{
	background-color:#42B86E;
	color:#FFF;
	font-weight:bold;
	font-size:120%;
	padding:6px 6px 6px 20px;
}

#contentsSitemap #main ul.sitemaplist{
	margin:15px 0 20px 40px;
	width:600px;
	height:auto;
	list-style-type:none;
	}

#contentsSitemap #main ul.sitemaplist li{
	float:left;
	width:200px;
	margin-bottom:10px;
	font-size:90%;
}

#contentsSitemap #main ul.sitemaplist a {
	background:url(../images/common/tri-grn.gif) no-repeat left 0px;
	padding-left:16px;
	
}

