/* CSS Document */
@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: #999999;
	background-image: url(images/reten04-010.gif);
}
#main h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
	margin-bottom: 6px;
	width: 560px;
	margin-left: 64px;
	letter-spacing: 0.1em;
}
#main table {
	margin-left: 132px;
	margin-bottom: 12px;
}
#main table td img {
	border: 1px solid #999999;
	display: block;
	padding: 5px;
}
#main #go_top {
	width: 600px;
	margin-left: 64px;
	text-align: right;
	margin-bottom: 12px;
}
