@charset "utf-8";
/* CSS Document */

/* アイキャッチ
=======================================*/

/* カテゴリ別タイトル */

#eyecatch h2#privacy{
	background:url(img/pagettl_privacy.gif) left top no-repeat;
	width:547px;
	height:84px;
}

#eyecatch h2#security{
	background:url(img/pagettl_security.gif) left top no-repeat;
	width:547px;
	height:84px;
}


/* サイトマップ
=======================================*/

#sitemap {
	padding-bottom:20px;
}

#sitemap ul li {
	padding-bottom:30px;
	font-size:1%;
	line-height:1%;
}

#sitemap ul li a {
	display:block;
	background-image:url(../shared/img/line_dot_gray.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding-bottom:7px;
	font-size:12px;
	line-height:13px;
}


#sitemap ul li ul {
	padding:20px 0 0 60px;
}

#sitemap ul li ul li {
	padding-bottom:0px;
}

#sitemap ul li ul li a {
	display:block;
	width:191px;
	background-image:url(img/arrow_sitemap.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin:0 20px 5px 0;
	float:left;
	color:#333;
}

#sitemap ul li ul li a:hover {
	color:#d90000;
}


/* タイトル privacy
=======================================*/

/* h2 */

h2#ttl_h2_privacy_1{
	background:url(img/ttl_privacy.gif) left top no-repeat;
	width:320px;
	height:56px;
}

h2#ttl_h2_privacy_2{
	background:url(img/ttl_privacy_02.gif) left top no-repeat;
	width:320px;
	height:56px;
}

h2#ttl_h2_security{
	background:url(img/ttl_security.gif) left top no-repeat;
	width:320px;
	height:56px;
}

