@charset "utf-8";
/* CSS Document */

.r_photo {
	float: left;
	width: 120px;
	text-align: right;

}
.r_right_block {
	float: left;
	width: 509px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bebebe;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height:130px;
}
.r_name {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bolder;
	color: #C82113;
}
.list {
	background-image: url(../images/r_list.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}
.list a {
	text-decoration: none;
	color: #6C857F;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #6C857F;
}
