@charset "utf-8";

/*-----------------------------------サイトマップ*/
#sitemap #wrapper #header #headernav li#navSitemap a{ background: url(/common/images/nav_header.gif) no-repeat 0px -12px; }
#linkTop {
	height: 21px;
	padding: 0 0 0 30px;
	margin-bottom: 20px;
	background: url(/etc/images/sitemap/mark.gif) no-repeat left center;
}
#linkTop a{
	color: #333;
}
h4.subSitemap{
	width: 515px;
	height: 19px;
	padding: 3px 0 0 25px;
	font-size: 13px;
	color: #0a51a1;
	font-weight: bold;
	background:url(/etc/images/sitemap/subSitemap.gif) no-repeat left top;
}
.tableSitemap {
	width: 540px;
	margin: 15px 0;
}
.tableSitemap td.tdLeft{
	width: 249px;
	padding: 0 20px 0 0;
	border-right: 1px dotted #999;
}
.tableSitemap td.tdRight{
	padding: 0 0 0 20px;
}
.tableSitemap h5 {
	font-size: 13px;
	color: #0a51a1;
	font-weight: bold;
}
.tableSitemap h5.separator {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #999;
}
.tableSitemap li {
	list-style-position: outside;
	list-style-type: none;
	margin: 3px 0 0 20px;
	list-style-image: url(/common/images/circle02.gif);
}
.tableSitemap li a{ color: #333; }

/*-----------------------------------よくある質問*/
#qa #wrapper #header #headernav li#navQa a{ background: url(/common/images/nav_header.gif) no-repeat -269px -12px; }
.tableQa {
	width: 540px;
}
.tableQa th{
	width: 80px;
	padding: 10px 0;
}
.tableQa td{
	padding: 10px 0;
}
.tableQa td.answer,
.tableQa th.answer{
	padding: 0 0 10px 0;
	border-bottom: 2px dotted #999;
}
/*-----------------------------------リンク集*/
.liLink li{
	background: url(/common/images/arrow.gif) no-repeat left center;
	border-bottom: 1px dotted #999;
	padding: 5px 0 5px 20px;
}
.liLink li a{
	color: #333;
}


