@charset "utf-8";

/*
======== table of content. =================================

summary:サイトマップ用CSS

- PROMOTIONAREA
- CONTENT
- FOOTER

============================================================
*/


/*-----------------------------------------------------
MAIN(base.cssをオーバーライド)
-------------------------------------------------------*/
div#promotionArea {
	padding-left:20px;
	width:756px;
	height:58px;	
}


/*-----------------------------------------------------
CONTENT
-------------------------------------------------------*/
div#content-container {
	margin:10px 0 0 20px;
	width:696px;
}

div#sitemap {
	margin:15px 0 0 30px;
	width:696px;
	background:
			transparent
			url(../images/img_waku_middle.gif) 
			repeat-y left top;
	font-size:0.9em;
	color:#444;
	
}
div#sitemap h4 {
	padding:35px 45px 0 45px;
	width:609px;
	background:
			transparent
			url(../images/img_waku_head.gif) 
			no-repeat left top;	
	
}
/** IE6,7用 h4フォントサイズ調整 */
* html div#sitemap h4 {
	font-size:1em;
}
*:first-child+html div#sitemap h4 {
	font-size:1em;
}

div#sitemap a {
	padding:0 0 0 16px;
	background:	
			transparent
			url(../images/cursor.gif) 
			no-repeat 0 3px;
}

ul.sitemap-list {
	margin:15px 45px 0 65px;
	width:585px;
	background:
			transparent
			url(../images/dot_line01.gif) 
			repeat-y left top;
}

ul.sitemap-list li {
	margin:0 0 0 1px;
	padding:10px 0 0 30px;
	background:
			transparent
			url(../images/dot_line02.gif) 
			no-repeat 0 15px;
	
}

ul.sitemap-list li ul.tree {
	
}

ul.sitemap-list li ul.tree li {
	margin:10px 0 0 20px;
	padding:0;
	width:160px;
	float:left;
	background:none;
	
}

/** IE6用 マージンのバグを調整 */
* html ul.sitemap-list li ul.tree li {
	margin:10px 0 0 10px;
	
}
