@charset "UTF-8";

/* ===================================
	File Name   : sitemap.css
	Description : Sitemap Page Layout CSS
	Editors     : Taz Sakurai
	Create Date : 2014/06/23

	Update Description :
		2014/06/23 Append - Value Styles [Taz Sakurai]
		2014/06/23 File Create
====================================== */

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

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





/*===== ■1. Individual Redefinition =====*/
/* Global Navigation */
#Footer dl dd ul li a#BtnFootLink,
#Footer dl dd ul li a#BtnFootLink:hover {background-position: -170px -440px;}

/* Title Setting */
h1 span {
	background: url(img/img_main-sitemap.jpg) no-repeat center 0px;
}





/*===== ■2. Sitemap Introduction =====*/
#SitemapIntro {
	padding: 100px 0px 0px;
	margin: 0px 0px 80px;
}

#SitemapIntro ul li {
	background: url(../common/img/arrow_blue.jpg) no-repeat 7px 5px;
	padding: 0px 0px 20px;
}

#SitemapIntro ul li a {
	padding: 0px 0px 0px 15px;
	font-size: 123.1%;
}

#SitemapIntro ul li p {
	background: url(../common/img/line_dotted-gray.jpg) repeat-x 0px bottom;
	padding: 10px 0px 20px 15px;
	font-size: 93%;
}




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






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





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





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

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