@charset "utf-8";

h2 {
	width: 730px;
	height: 40px;
	background: url(../img/h2-link.png) no-repeat;
	text-indent: -9999em;
}

#main li {
	width: 360px;
	margin-top: 20px;
}

#main li.odd {
	float: left;
}

#main li.even {
	float: right;
}

#main li h3 {
	height: 21px;
	padding-left: 12px;
	background: url(../img/bullet.png) no-repeat;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
}

#main li p {
	margin-top: 10px;
	margin-left: 12px;
}

#main #section-appeal {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #CCC;
	background: url(../../common/img/pattern-bee3f6-eaf5fd.png) repeat;
}

#main #section-appeal h3 {
	font-size: 12px;
	font-weight: bold;
	color: #132C85;
}

#main #section-appeal p {
	margin-top: 10px;
	font-size: 12px;
}

