@charset "utf-8";

#main .left {
	float: left;
	margin: 20px 20px 0 0;
	background: #fff;
	width: 648px;
	padding: 20px;
	border: #e4e4e4 1px solid;
}

#title {
	background: url(../../images/web/icon-bar.jpg) no-repeat left center;
	padding: 0 0 0 20px;
}

#title h2 {
	font-size: 14px;
	font-weight: bold;
}

#title p {
	color: #9a9e9e;
}

#text {
	margin: 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

#text p {
	line-height: 1.8em;
	margin-bottom: 1em;
}

#main .right {
	float: right;
	margin: 20px 0 0 0;
	width: 248px;
	border: #e4e4e4 1px solid;
	padding: 0 0 20px;
}

#related h3 {
	background: url(../../images/web/icon-arrow-red.jpg) no-repeat left
		center;
	line-height: 40px;
	border-bottom: #e60000 1px solid;
	font-size: 14px;
	color: #e60000;
	font-weight: bold;
	padding-left: 20px;
	margin: 5px 18px 0 18px;
}

#related ul {
	margin: 10px 0 0 20px;
}

#related ul li {
	background: url(../../images/web/icon-square-black.jpg) no-repeat left
		center;
	line-height: 25px;
	padding-left: 15px;
}