/* CSS Document */

/* コンテンツ内容各設定
-------------------------------------------------------------------------------------------- */

h2 {
	background: url(../image/title-page.gif) no-repeat 0 0;
}

.inbox dl {
	margin-top: 20px;
	background: url(../../common/image/dottedborder-def.gif) repeat-x 0 bottom;
}
.inbox dl.inner {
	margin-top: 0px;
}

.inbox dt {
	padding: 8px 0 8px 5px;
}
.inbox .inner dt {
	padding: 0;
}

.inbox dd {
	margin-left: 8em;
}

.inbox ul {
}

.inbox li {
	padding: 8px 0 8px 5px;
	background: url(../../common/image/dottedborder-def.gif) repeat-x 0 bottom;
}

.inbox dt a, .inbox li a {
	padding-left: 10px;
	background: url(../../common/img/sidenav_a2.gif) no-repeat 0 0;
}

.inbox .no-border {
	background: none;
}

