@import "../common/screen.css";

#body {
	background: white url(body.jpg) no-repeat;
}

#body h2 {
	margin-top: 22px;
	height: 27px;
}

#body h2 span {
	position: absolute;
	top: -999px;
}

#body .col31 {
	width: 323px;
	float: left;
	padding-left: 30px;
}

#body .col31 h2 {
	background-image: url(title1.jpg);
}

#body .col32 {
	width: 336px;
	float: left;
}

#body .col32 h2 {
	background-image: url(title2.jpg);
}

#body .col32 img {
	margin: 20px 0 0 80px;
}

#body .col33 {
	width: 304px;
	float: left;
}

#body .col33 h2 {
	background-image: url(title3.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#body .col33 img {
	position: absolute;
	top: 360px;
	left: 800px;
}

#body h3 {
	font-size: 12px;
	color: #006394;
	padding: 20px 0 5px 0;
}

#body p {
	font-size: 11px;
	color: #515151;
	padding-bottom: 5px;
	line-height: 13px;
	padding-right: 20px;
}

#body p strong {
	color: #006394;
	font-weight: normal;
}

#body ul {
	color: #006394;
	font-size: 11px;
	padding-left: 20px;
	list-style-type: square;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 20px;
}

#body li {
	padding-top: 5px;
}

#body li em {
	color: #515151;
	font-style: normal;
}

#body li strong {
	color: #d20a0a;
	font-weight: normal;
}

#body ul.h4, #body ul.h4 li {
	padding-top: 0;
}
