@charset "utf-8";

/* index
-------------------------------------------------- */
/* sitemap
-------------------------- */
#sitemap{
	margin: 10px 0 16px 0;
}

#sitemap h2{
	margin: 0 0 25px 0;
	line-height: 130%;
}
.sitemapBox h3{
	margin: 0 0 15px 0;
	padding: 0 0 0 19px;
	font-size: 80%;
	font-weight: normal;
	line-height: 130%;
	background:url(../img/icon_02.gif) no-repeat 0 5px;
}


/* sitemapBox
-------------------------- */
.sitemapBox {
	width: 619px;
	margin: 0 auto 20px auto;
	padding: 0 5px 20px 5px;
	background: url(../img/btn_dotted02.gif) repeat-x left bottom;
	clear:both;
}

.sitemapBox dl{
	margin: 0 0 5px 0;
	font-size: 80%;
	font-weight: normal;
	line-height: 130%;
}

.sitemapBox dt.about{
	margin-bottom:25px;
}

.sitemapBox dd{
	margin: 0 0 8px 0;
	padding: 0 0 0 19px;
	background:url(../img/icon_02.gif) no-repeat 0 5px;
	line-height: 130%;
}

.sitemapBox dt{
	margin: 0 0 8px 20px;
	padding: 0 0 0 18px;
	font-weight: normal;
	line-height: 130%;
	background:url(../../sitemap/img/icon_sitemap.gif) no-repeat left center;
}

.sitemapBox ul{
	font-size: 80%;
}

.sitemapBox ul li{
	margin: 0 0 5px 0;
	padding: 0 0 0 18px;
	background:url(../img/icon_02.gif) no-repeat left center;
	line-height: 130%;
}


/* leftBox
-------------------------- */
.sitemapBox .leftBox{
	width: 50%;
	float: left;
}


/* rightBox
-------------------------- */
.sitemapBox .rightBox{
	width: 45%;
	float: right;
}


/* commingSoon
-------------------------- */
.commingSoon {
	background: none;
	color: #666;
}

.commingSoon h3{
	width: 15%;
	padding: 0;
	background: none;
	float: left;
	font-family: "ＭＳ Ｐゴシック";
}

.commingSoon ul{
	width: 80%;
	float: right;
}


