@charset "utf-8";

/* >>> CSS Contents : START <<< ---------------------------

/sitemap/sitemap.css

>>> Table of Contents :
   01. Sitemap

Last Updata: 090511

-- >>> CSS Contents : END <<< --------------------------- */

/* 01. Sitemap
================================================== */
#boxSitemap {}
#boxSitemap table {
    width:100%;
	border-spacing:0;
	border-collapse:collapse;
	margin-top:30px;}
#boxSitemap th {
    border-top:solid 2px #1E409A;
	color:#333333;
	width:24%;
	text-align:left;
	vertical-align:top;
	padding:3px;}
#boxSitemap td {
	border-top:dotted 1px #999999;
	width:38%;
	text-align:left;
	vertical-align:top;
	padding:6px 3px 8px 3px;}

#boxSitemap .single th {
    border-top:solid 2px #1E409A;
	color:#333333;
	width:24%;
	text-align:left;
	padding:3px 3px 10px 3px;}
#boxSitemap .single td {
	border-top:dotted 1px #999999;
	border-bottom:none;
	width:76%;}

#boxSitemap th p {
	margin:3px 0 0 0;
	padding:0 0 0 23px;}
#boxSitemap td p {
    padding:0 0 0 15px;
	margin:0;
	background-image:url(../../common/img/body/ico_arr.gif);
	background-repeat:no-repeat;
	background-position:3px 5px;}

#boxSitemap ul {margin-left:20px;}
#boxSitemap li {
	font-size:90%;
	list-style:square;}

.ico_company, .ico_recruit {
    background:url(../../common/img/sidenav/ico_company.gif) no-repeat 1px 3px;}
.ico_product, .ico_other {
    background:url(../../common/img/sidenav/ico_product.gif) no-repeat 1px 3px;}
.ico_service {
    background:url(../../common/img/sidenav/ico_service.gif) no-repeat 1px 3px;}
.ico_develop {
    background:url(../../common/img/sidenav/ico_develop.gif) no-repeat 1px 3px;}
.ico_key {
    background:url(../../common/img/sidenav/ico_key.gif) no-repeat 1px 3px;}
