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

/* @sitemap dir */

/* 各ディレクトリ以下のページに使用するcssルールはこのファイルに記述 */

h1.sitemaphead	{
	width:	800px;
	height:	60px;
	padding-bottom:	12px;
}

div.sitemapcont	{
	margin:	10px 0px 60px 0px;
}

div.sitemapcont h2	{
	margin:	0;
	width:	800px;
	height:	16px;
	padding-bottom:	6px;
	border-bottom:	dotted 1px #dee8f1;
}

ul.maplist	{
	margin:	12px 0px 16px 0px;
}

ul.maplist li	{
	list-style-type:	none;
	background-image:	url("../common/imgs/purpledot_left.gif");
	background-position:	24px 6px;
	background-repeat:	no-repeat;
	padding-left:	40px;
	line-height:	200%;
}

ul.maplistsub	{
	margin:	8px 0px 10px 0px;
}

ul.maplistsub li	{
	list-style-type:	none;
	background-image:	url("../common/imgs/purpledot_left.gif");
	background-position:	12px 2px;
	background-repeat:	no-repeat;
	padding-left:	32px;
	line-height:	120%;
}



