@charset "utf-8";
/* CSS Document */

.product_box {
	clear:both;
	width:660px;
	margin:0 auto 20px auto;
	padding:5px 10px;
}

.product_title {
	font-size:large;
	font-weight:bold;
	text-align:center;
	margin:10px auto;
}

.product_text {
	margin:0;
	padding:10px;
}

.product_box2 {
	width:768px;
	height:auto;
	margin:10px 0 10px 0;
	padding:0;
}

.left_img {
	width:386px;
	height:240px;
	margin:0;
	padding:0;
	float:left;
}

.right_text {
	float:right;
	width:355px;
	margin:0 0 0 7px;
	padding:0;
}

.line {
	clear:both;
	border-bottom:1px #999999 dotted;
}

.small_txt {
	font-size:small;
}
