@charset "utf-8";
/* CSS Document */
@import url("base.css");
@import url("menu-a.css");

#main #content {
	float: left;
	width: 576px;
	padding: 12px;
	height: auto;
}
#content h3 {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 3px;
	letter-spacing: 0.7em;
	text-indent: 40px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF99CC;
	background-image: url(../images/ti-h-p.gif);
}

#content #policy {
	width: 532px;
	margin-right: 4px;
	margin-left: auto;
}
#policy h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	color: #000066;
}
#policy h5 {
	font-weight: normal;
	font-size: 1.1em;
	margin-left: 42px;
	margin-bottom: 24px;
}
#policy ul {
	list-style-type: decimal;
	list-style-position: inside;
}
#policy li {
	margin-bottom: 8px;
	text-indent: -18px;
}
#policy #down li {
	margin-left: 32px;

}
