.detail_box{
	width:940px;
	margin-bottom:30px;
}
.detail_contents { padding:0 30px 0 20px; }
.detail_contents dl { margin-left:430px; }

.detail_contents dd {
	margin:10px 0;
	padding-right:35px;
}

.detail_contents strong {
	font-weight:bold;
	color:#502c82;
}

img.detail_box_img{ float:left; }

.linkarea{
	height:36px;
	padding-top:30px;
	position:relative;
	overflow:hidden;
}
a.info_btn{
	width:176px;
	height:36px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	left:90px;
	background:url(../../images/info_btn.png) no-repeat 0 0;
}
a.info_btn:hover{ background:url(../../images/info_btn.png) no-repeat 0 -36px; }

a.rsv_btn{
	width:176px;
	height:36px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	right:0;
	background:url(../../images/res_btn.png) no-repeat 0 0;
}
a.rsv_btn:hover{ background:url(../../images/res_btn.png) no-repeat 0 -36px; }

