@charset "UTF-8";

/* ===================================
	File Name   : sitemap.css
	Discription : Sitemap Page Layout CSS
	Editors     : Taz Sakurai
	Last Editor : Taz Sakurai
	Last Update : 2009/08/03
====================================== */

/*========== Style Contents ==========

	1. Page Redefinition
	2. Sitemap Introduction

====================================== */



/*===== ■1. Page Redefinition =====*/
#Contents {clear: both;} /* For DreamWeaver View */

/* Header Navigation  */
#Header ul a#BtnSitemap {background-position: -106px -33px;}

/* Footer Navigation  */
#Footer a#TextNaviSitemap {
	color: #339999;
}





/*===== ■2. Sitemap Introduction =====*/
#SitemapIntro h2 {
	margin-bottom: 35px;
}

#SitemapIntro ul {
	width: 740px;
	margin: 0px auto;
}

#SitemapIntro ul li {
	display: block;
	float: left;
	background: url(../img/mark_circle.jpg) no-repeat left 6px;
	padding: 0px 10px 20px 10px;
	width: 350px;
	font-weight: bold;
	font-size: 108%;
}

#SitemapIntro ul li dd ul {
	width: 350px;
	margin: 0px;
}

#SitemapIntro ul li dd li {
	float: none;
	background: url(../img/mark_arrow-right.jpg) no-repeat left 10px;
	padding: 5px 0px 0px 10px;
	width: 330px;
	font-size: 85.7%;
}

