/* CSS Document */

/* コンテンツ内容各設定
-------------------------------------------------------------------------------------------- */

h2 {
	background: url(../image/title-page.gif) no-repeat 0 0;
}

h3 {
	background: url(../image/title-category.gif) no-repeat 0 0;
}

#list h4 { background: url(../image/title-paragraph01.gif) no-repeat 0 0; }
#befor h4 { background: url(../image/title-paragraph02.gif) no-repeat 0 0; }
#after h4 { background: url(../image/title-paragraph03.gif) no-repeat 0 0; }

#list {
	margin-top: 36px;
}
#list dl {
	background: url(../../common/image/dottedborder-def.gif) repeat-x 0 bottom;
}
#list dt {
	margin-top: 20px;
	padding: 8px 0 8px 16px;
}
#list dd {
	margin-left: 8em;
}
#list ul {
}
#list li {
	padding: 8px 0 8px 5px;
	background: url(../../common/image/dottedborder-def.gif) repeat-x 0 bottom;
}

#list dt a, #list li a {
	padding-left: 10px;
	background: url(../../common/img/sidenav_a2.gif) no-repeat 0 0;
}
#list .no-border {
	background: none;
}

.unit dl {
}
.unit dt {
	margin-top: 16px;
	padding-left: 36px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	background: url(../image/question-bg.gif) no-repeat 0 0;
}
.unit dd {
	margin-top: 12px;
	margin-left: 0;
	padding-right: 5px;
	padding-bottom: 16px;
	background: url(../../common/image/dottedborder-def.gif) repeat-x 0 bottom;
}
.unit dd span {
	display: block;
	padding-left: 36px;
	padding-top: 2px;
	padding-bottom: 4px;
	background: url(../image/answer-bg.gif) no-repeat 0 0;
}


