@charset "utf-8";
/* CSS Document */

div#stay_layer_top {
	position: relative;
	float: left;
	width: 215px;
	height: 39px;
	background: url(/images/stay_top.jpg) no-repeat top;
	padding: 0;
	
	}
	
div#stay_layer_bottom {
	position: relative;
	float: left;
	width: 215px;
	height: 12px;
	background: url(/images/stay_bottom.jpg) no-repeat top;
	margin: 0 0 13px 0;
	
	}

/* 스테이 배너 */	
div#stay_banner {
	position: relative;
	float: left;
	width: 215px;
	height: 155px;
	margin: 0;
	padding: 0;
	}
	
div#stay_layer {
	position: relative;
	float: left;
	width: 215px;
	height: auto;
	background: url(/images/stay_line.jpg) repeat-y top;
	}
	
div#stay_layer_01 {
	position: relative;
	float: left;
	width: 215px;
	height: 75px;
	}
	
/* 베이직 모델 */

div#stayimg_01 {
	position: relative;
	float: left;
	width: 91px;
	height: 75px;
	
	margin: 0 9px 0 12px;
	}
	
	
div#stayimg_02 {
	position: relative;
	float: left;
	width: 91px;
	height: 75px;
	
	margin: 0;
	}
	
div#stayimg_03 {
	position: relative;
	float: left;
	width: 91px;
	height: 75px;
	
	margin: 0 9px 0 12px;
	}
	
	
div#stayimg_04 {
	position: relative;
	float: left;
	width: 91px;
	height: 75px;
	
	margin: 0;
	}
	
/* 링크 걸린 상태 */

div#stayimg_01 a {
	display: block;
	width: 91px;
	height: 75px;
	background: url(/images/stay_hotspring.jpg) no-repeat center;
	}
	
	
div#stayimg_02 a {
	display: block;
	width: 91px;
	height: 75px;
	background: url(/images/stay_motel.jpg) no-repeat center;
	}
	
div#stayimg_03 a {
	display: block;
	width: 91px;
	height: 75px;
	background: url(/images/stay_camp.jpg) no-repeat center;
	}
	
	
div#stayimg_04 a {
	display: block;
	width: 91px;
	height: 75px;
	background: url(/images/stay_hotel.jpg) no-repeat center;
	}
	
/* 마우스 오버 */

div#stayimg_01 a:hover {
	background: url(/images/stay_hotspring_.jpg) no-repeat center;
	}
	
	
div#stayimg_02 a:hover {
	background: url(/images/stay_motel_.jpg) no-repeat center;
	}
	
div#stayimg_03 a:hover {
	background: url(/images/stay_camp_.jpg) no-repeat center;
	}
	
	
div#stayimg_04 a:hover {
	background: url(/images/stay_hotel_.jpg) no-repeat center;
	}
