@charset	"utf-8";

/* サイトマップ／プライバシーポリシー ---------------------- */

.key_priv	{
	background-image:	url("../../policy/images/pl_keyimage.jpg");
}

.key_acc	{
	background-image:	url("../../sitemap/images/map_keyimage.jpg");
}

/* メインコンテンツ ---------------------------------------- */

.ut_wrap	{
	width:	952px;
	margin:	0px auto 0px;
}

.ut_wrap p	{
	line-height:	180%;
}

.sect_wrap	{
	width:	730px;
	margin:	22px 0px 24px;
}

/* プライバシーポリシー ------------------------------------ */

.policies	{
	width:	950px;
	margin:	24px auto 40px;
}

.policies dt	{
	font-size:	14px;
	font-weight:	bold;
	margin:	0px 0px 8px 0px;
}

.policies dd	{
	margin:	0px 0px 16px 4px;
	line-height:	180%;
}

/* サイトマップ */

.maptable	{
	width:	460px;
	margin:	24px 0px 18px 0px;
	border-style:	dotted none none;
	border-width:	1px;
	border-color:	#333333;
	empty-cells:	show;
}

.maptable th	{
	padding:	8px 0px 8px 20px;
	border-bottom:	dotted 1px #333333;
	font-weight:	bold;
	background-image:	url("../images/circle_blue.gif");
	background-repeat:	no-repeat;
	background-position:	1px 8px;
}

.maptable td	{
	padding:	8px 0px 8px 2px;
	border-bottom:	dotted 1px #333333;
}

.mapleft	{
	float:	left;
}

.mapright	{
	float:	right;
}


