#main_contents .left_contents .title {
	width: 504px;
	overflow: hidden;
	margin-bottom: 16px;
}

#main_contents .left_contents .box {
	width: 504px;
	margin-bottom: 12px;
	padding-bottom: 20px;
	overflow: hidden;
	background-image: url("../images/common/line.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
}

#main_contents .left_contents .box .note {
	width: 490px;
	margin-left: 2px;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}

#main_contents .left_contents .box .note .blank{
	width: 162px;
	height: 162px;
	padding:0px 0px 30px 60px;
	overflow: hidden;
	float: right;
}

#main_contents .left_contents .box .pic {
	width: 162px;
	height: 162px;
	position: absolute;
	top: 0px;
	left: 291px;
}
#main_contents .left_contents .name {
	width: 504px;
	margin-bottom: 80px;
	text-align: right;
	font-size: 12px;
	color: #000000;
	line-height: 1.8em;
}

#main_contents .left_contents .name .link {
	padding-left: 20px;
	background-image: url("../images/about_common/mark.jpg");
	background-position: left center;
	background-repeat: no-repeat;
}

