@charset "utf-8";
/* CSS Document */

#r_right {
	float: right;
	width: 675px;
	padding-left: 50px;
	text-align: left;
	background-image: url(images/r_bg.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height:400px;
	*height:400px;
	_height:400px;


}
#r_right ul li {
	line-height: 20px;
	text-indent: 15px;
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 5px;
	font-size: 12px;
}

#r_right ul li a {
	color: #282828;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #282828;
}
#r_right ul li a:hover {
	color: #500;
	text-decoration: none;
}
