@charset "utf-8";
@import url("base.css");
@import url("header.css");

#main {
	height: auto;
	padding: 12px;
}
#main h3 {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 3px center;
	letter-spacing: 0.7em;
	text-indent: 40px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	background-image: url(images/reten04-001.gif);
}
#main dl {
	padding-left: 84px;
	margin-bottom: 16px;
}
#main dl dt {
	font-size: 1.2em;
	line-height: 2em;
	background-color: #F4F7FF;
	letter-spacing: 0.6em;
	color: #0033CC;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	float: left;
	clear: both;
	width: 226px;
}
#main dl dd {
	font-size: 1.2em;
	line-height: 1.6em;
	background-color: #FFFFFF;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	width: 320px;
	margin-left: 236px;
}
#main .down {
	display: block;
	margin-right: auto;
	margin-left: 192px;
	margin-top: 12px;
	margin-bottom: 24px;
}
