@charset "UTF-8";

/* ===================================
	File Name   : sitemap.css
	Discription : Sitemap Page Layout CSS
	Create Date : 2011/02/28
	Last Editor : Taz Sakurai

	Update Discription :
	 2011/03/   : Update 
====================================== */

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

	1. Individual Redefinition
	2. Section [SitemapIntro]
	3. Section []
	3. Section []
	4. 

	*. Clear Release
	
====================================== */





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

#SideBox dl dd ul li a {
	background: url(img/img_btn-sitemap.png) no-repeat;
	width: 105px;
}





/*===== ■2. Section [SitemapIntro]  =====*/
#SitemapIntro ul {
	width: 610px;
	margin: 0px auto 30px;
}

#SitemapIntro ul li {
	background: url(../common/img/mark_arrow-circle-brown.jpg) no-repeat 0px 5px;
	padding: 5px 0px 25px 20px;
	font-size: 108%;
	color: #7A5815;
}

#SitemapIntro ul li em {
	font-weight: bold;
}

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

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

#SitemapIntro ul li ul li p {
	float: left;
	background: none;
	padding: 5px 0px;
}

#SitemapIntro span {
	display: block;
	text-align: center;
	font-size: 93%;
	font-weight: bold;
	color: #7A5815;
}

#SitemapIntro span a {
	background: url(../common/img/mark_arrow-circle-brown.jpg) no-repeat 5px 0px;
	padding: 2px 5px 3px 25px;
}







/*===== ■3. Section []  =====*/






/*===== ■4. Section []  =====*/






/*===== ■*.Clear Release  =====*/
#SitemapIntro ul li:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#SitemapIntro ul li {
	display: inline-block;
}

/* Hides from IE-mac ￥*/
*html #SitemapIntro ul li{
	height: 1%;
}

#SitemapIntro ul li {
	display: block;
}
/* End hides from IE-mac ￥*/






