@charset "utf-8";
/************  contents style   ************/
#contents_resthouse {
	padding: 0px;
	height: 396px;
	width: 815px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	position: relative;
}
/* CSS Document */


#main_box_resthouse {
	padding: 0px;
	height: 322px;
	width: 815px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/resthouse/resthouse_contents.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#back_btn {
	background-color:#FFF;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 109px;
	position: absolute;
	left: 692px;
	top: 61px;
}

#back_btn a:hover img{
		/* IE */
    filter: alpha(opacity=50);
	/* Safari Opera */
    opacity:0.5;
	/* Firefox Netscape */
    -moz-opacity:0.5;
}
