@charset "UTF-8";

/* 9.0 サイトマップ */
/* 2008-07-03T15:13:03+09:00 */

@import url("/common/css/common.css");

/* -------------------------------------------------- */
/* レイアウト */
div.article{
	width: 860px;
	float: none;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

div.maincontents{
	width: 400px;
	float: left;
}

div.subcontents{
	width: 420px;
	float: right;
	border-left: dashed 1px #ccc;
}

/* ---------- */
div.maincontents div.section{
	margin-bottom: 25px;
	padding-left: 10px;
	border-left: solid 3px #fecd40;
}

div.maincontents div.section h2{
	margin-bottom: 0.25em;
	font-size: 120%;
	font-weight: bold;
}

div.maincontents div.section h2 a{
	text-decoration: underline;
}

div.maincontents div.section h2 a:hover{
	text-decoration: none;
}

div.maincontents div.section p{
	line-height: 1.2;
}

/* ---------- */
div.article ul{
	margin-bottom: 25px;
	margin-left: 20px;
}

div.article ul li{
	margin-bottom: 0.5em;
	padding-left: 13px;
	background: transparent url("/common/img/icon_dot_large.gif") no-repeat 0 0.3em;
}

div.article ul ul{
	margin-top: 0.5em;
	margin-left: 0.3em;
}

div.article ul ul li{
	background: transparent url("/common/img/icon_dotarrow_yellow.gif") no-repeat 0 0.2em;
}

