@charset "UTF-8";

/* ---------------------------------------------------------------------
Stylesheet for COMOD JAPAN.
FileName: sitemap.css
--------------------------------------------------------------------- */

/* privacy */
#sitemap_main {float:left; width:700px; margin-top:15px;}
#sitemap_main p {width:690px; padding:0 5px;}
#sitemap_main a {color:#000098; text-decoration:underline;}
#sitemap_main a:hover {color:#000098; text-decoration:none;}
#sitemap_main .table {width:700px; color:#000; border-top:1px solid #CFCFCF; border-right:1px solid #CFCFCF;}
#sitemap_main .table th {padding:0px; border-left:1px solid #CFCFCF; border-bottom:1px solid #CFCFCF;}
#sitemap_main .table td {padding:0px; border-bottom:1px solid #CFCFCF; border-left:1px solid #CFCFCF; padding:10px 20px; }
#sitemap_main .table .title {background:#F6F6F6; font-weight:bold; width:110px;}
#sitemap_main .con_box {border:1px solid #CFCFCF; border-top:none; padding:20px 0px 20px 20px; width:678px; margin-bottom:20px;}
#sitemap_main .con_box .concap {width:648px; margin:0px;}
#sitemap_main .con_box .addbox {float:left; width:329px; margin-top:20px;}


#sitemap_main .column {
	float: left;
	width: 330px;
	padding-right:20px;
}

#sitemap_main ul {
	margin-left: 10px;
	padding-top: 5px;
	list-style: none;
}

#sitemap_main ul li {
	padding: 0 0 10px 20px;
	background: url(../img/common/link_icon.gif) no-repeat left 2px;
}

#sitemap_main ul li ul li {
	padding: 0 0 5px 20px;
	background: url(../another/img/sitemap_arrow.gif) no-repeat left 3px;
}

