@charset "utf-8";
/* CSS Document */

.title {
	font-size: 16px;
	font-weight: bolder;
	margin-top: 40px;
	color: #900;
}
.name {
	color: #665C67;
}
.line {
	height: 5px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #330936;
	margin-top: 5px;
	text-align: right;
	color: #330936;
}
.line a {
	color: #330936;
	text-decoration: none;
}
.line a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #330936;
}
.pro_pic_block {
	float: left;
	width: 180px;
	margin-right: 20px;
	margin-left: 20px;
}
.pro_pic_line {
	height: 5px;
	width: 100%;
	margin-top: 5px;
	text-align: right;
	color: #330936;
	float: left;
}
.pro_pic_contect {
	float: left;
	width: 200px;
}
