@charset "Shift-JIS";/* --------------------------------------------------  base layout-------------------------------------------------- */body#sitemap h2#pagettl{	background: url(img/sitemap_pagettl.jpg) no-repeat;}/* --------------------------------------------------  content-------------------------------------------------- */body#sitemap #content ul li{
	padding: 0.25em 0;
}

body#sitemap #content ul.firstchild li.firstchild_li{	font-size:14px;
	padding-bottom:1em;
}

body#sitemap #content ul.firstchild li a{
	background: url(../common/img/arrow01.gif) no-repeat 0 0.15em;
	padding-left: 18px;
}

body#sitemap #content ul.secondchild li a{	font-size:12px;
	background:none;
	padding-left:18px;
	margin-left:1em;
}

body#sitemap #content ul.left_list{
	width: 290px;
	float: left;
}
body#sitemap #content ul.right_list{
	width: 290px;
	float: right;
}

