@import "common/screen.css";

#body {
	background: white url(body.jpg) no-repeat;
}

#body .left {
	padding-top: 200px;
	text-align: right;
}

#body h2 {
	height: 27px;
	background-repeat: no-repeat;
}

#body h2 span {
	position: absolute;
	top: -9999px;
}

#body h2.title1 {
	background-image: url(title1.jpg);
}

#body p {
	font-size: 12px;
	color: #515151;
}

#body .right ul {
	padding-left: 15px;
	list-style-type: square;
	font-size: 11px;
	color: #006394;
	margin: 10px 0;
}

#body .right ul em {
	color: #515151;
	font-style: normal;
}

#body .right h3 {
	font-size: 16px;
	color: #006394;
	padding: 20px 0 5px 0;
}

#body .right h3.fleft {
	float:left;
}

#body .right .image1 {
	float: right;
	margin-top: 20px;
}

