@charset "UTF-8";

/* ===================================
	File Name   : sitemap.css
	Description : Sitemap Page Layout CSS
	Editors     : Taz Sakurai
	Create Date : 2011/04/08

	Update Description :
		2011/04/13 Modify - jQuery Navigation
		2011/04/08 File Create
====================================== */

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

	1. Individual Redefinition
	2. Sitemap Introduction
	3. 
	4. 
	5. 
	6. 
	*. Clear Release
	
====================================== */





/*===== ■1. Individual Redefinition =====*/
#Footer ul li a#BtnFootSitemap {background-position: -672px -34px;}







/*===== ■2. Sitemap Introduction =====*/
#SitemapIntro {
	width: 900px;
	background: url(img/bg_sitemap.png) no-repeat 200px 0px;
	margin: 0px auto;
	padding: 20px 0px 100px;
}

#SitemapIntro h2 {
	margin: 0px 0px 20px;
}

#SitemapIntro ul {
	padding: 0px 0px 40px 40px;
}

#SitemapIntro ul li {
	float: left;
	background: url(../common/img/mark_arrow-right-white.png) no-repeat 0px 2px;
	padding: 0px 50px 10px 18px;
	font-size: 93%;
}

#SitemapIntro ul li ul {
	padding: 10px 0px 20px;
}

#SitemapIntro ul li ul li {
	float: none;
	background: url(../common/img/mark_arrow-white.jpg) no-repeat 0px 5px;
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}








/*===== ■3.  =====*/






/*===== ■4.  =====*/






/*===== ■5.  =====*/






/*===== ■6.  =====*/






/*===== ■*.Clear Release  =====*/
#SitemapIntro ul {
	/zoom: 1;
}

#SitemapIntro ul:after {
	content: '';
	display: block;
	clear: both;
}







