/* Side */
.prp_pro {
	float:left;
	width:264px;	
}
.prp_pro .title {
	color:#59a126;
	font-weight:700;
	background:url(../img/index/dot01.gif) no-repeat 0 50%;
	padding-left:11px;
	margin-bottom:12px;
}
.prp_pro dl {
	width:264px;
	height:69px;
	margin-bottom:11px;
	color:#424242;	
}
.pro_img {
	float:left;
	width:125px;
	height:69px;
	margin-right:12px;
}
.prp_pro dt {
	font-weight:bold;
	float:right;
	width:125px;
	margin:5px 0;
}
.prp_pro dd {
	float:right;
	width:125px;
	line-height:130%;
}

/* contents right */
#contents_right {
	float:right;
	position:relative;
	width:680px;	
}
.meta_visual {
	float:left;
	margin-top:50px;
}
#content {
	float:left;
	width:680px;
	height:124px;
	background-color:#5b5d5f;
}
#content dl{
	width:482px;
	height:99px;
	padding:25px 0 0 35px;
	color:#ffffff;
	line-height:150%;
	float:left;
}
#content dt{
	font-weight:bold;
	letter-spacing:normal;
}
#content dt span{
	color:#ff8b6b;
}
#content dd{
	float:left;
	padding-left:12px;
	background:url(../img/index/dot02.gif) no-repeat 0 15%;
}
.inquiry_bt {
	float:right;	
	margin:60px 20px 0 0;	
	width:140px;
	height:26px;
}
.inquiry_bt a {
	display:block;
	text-indent:-99999em;
	width:140px;
	height:26px;
	background:url('../img/index/inquiry_bt.gif') no-repeat left top;
	transition: all 0.2s ease-out 0s;
}
.inquiry_bt a:hover {
	background:url('../img/index/inquiry_bt.gif') no-repeat left bottom;
}
