/* boxes */
.main-box { background: url(../images/frame_w_btm.gif) no-repeat bottom; }

/* texts */
h2 { margin: 19px 0 20px; }
h3.first { background: url(../images/frame_w_top.gif) no-repeat top; }
.main-box-inner h4.qa {
	background: url(../images/other/question.gif) no-repeat left center;
	padding-left: 27px;
	line-height: 22px;
	margin-bottom: 5px;
}
.main-box-inner p { font-size: small; }
.main-box-inner p.qa {
	background: url(../images/other/answer.gif) no-repeat left top;
	padding-left: 27px;
	margin-bottom: 1em;
}
#privacy p { margin-left: 1.5em; }
p.close { text-align: right; }
p.caution {
	background: #e6e6da;
	padding: 10px 15px;
}

/* list */
.main-box-inner ul { margin: 0 0 2em 1.4em; }
.main-box-inner li {
	background: url(../images/arrow.gif) no-repeat left center;
	padding-left: 12px;
	font-size: small;
	line-height: 1.5em;
}
#sitemap ul { margin-bottom: 1em; }
#sitemap li { float: left; }
#sitemap li a {
	display: block;
	margin-right: 15px;
	float: left;
}
#sitemap ul.root {
	margin-left: 0;
	border-bottom: 1px solid #ffcc00;
}

/* table */
table {
	border: solid #dfdfd7;
	border-width: 1px 0 0 1px;
	margin: 0 0 1em 1.3em;
}
th, td {
	border: solid #dfdfd7;
	border-width: 0 1px 1px 0;
	padding: 2px 5px;
	font-size: small;
} 
th {
	background: #e6e6da;
	padding: 2px 15px;
}
caption {
	font-size: small;
	line-height: 1.7em;
	text-align: left;
	margin-left: 1.5em;
}



