@charset "utf-8";

/* -----------------------------------------

INFORMATION

FileName:	sitemap.css
Summary:	sitemap private
Created:	2008-04-15
UpdatedBy:	2008-04-21
Copyright:	(c)2008 SIGG

--------------------------------------------

/* サイトマップ
--------------------------- */
.sitemap {
	font-size:110%;
}

.sitemap #sitemap-left {
	width:300px;
	float:left;
}

.sitemap #sitemap-right {
	width:300px;
	float:right;
}

#contents .sitemap h2#top {
	margin:12px 0 17px 15px;
	padding:0 0 0 15px;
	background:url(../images/mak_arrow.gif) 0 0.55em no-repeat;
}

#contents .sitemap h2 {
	margin:0 0 0 0;
}

#contents .sitemap h2.stand-alone {
	margin:0 0 20px 0;
}

#contents .sitemap ul {
	margin:0 0 14px 0;
	padding:11px 15px;
}

#contents .sitemap ul ul {
	margin:0 0 24px 0;
	padding:5px 15px;
}

#contents .sitemap li {
	margin:0;
	padding:0 0 0 15px;
	background:url(../images/mak_arrow.gif) 0 0.55em no-repeat;
}

#contents .sitemap li li {
	margin:0;
	padding:0 0 0 12px;
	background:url(../images/mak_arrow2.gif) 0 0.55em no-repeat;
}

#contents .sitemap li img {
	vertical-align:top;
}

#contents .sitemap ul ul {
	margin:6px 0 15px 0;
	padding:0;
	border:none;
}

#contents .sitemap ul#etc {
	padding:0 0 10px;
	border:none;
	background:url(../common/images/lin_dod_02.gif) top repeat-x;
}

#contents .sitemap ul#etc li {
	padding:0 0 5px 15px;
}