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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: "돋움";
	font-size: 11px;
	color: #666;
	text-align: left;
}


/* 전체 레이아웃 */


div#reserve_layout {
	position: relative;
	float: left;
	width: 139px;
	height: auto;
	}



/* 날씨 */

div#weather_box {
	position: relative; 
	float: left; 
	width: 139px; 
	height: 188px; 
	border: #888 1px solid;
	
	background: url(/images/weather.jpg) center no-repeat;
	}


div#weather_data {
	position: relative;
	float: left;
	width: 128px;
	height: 40px;
	margin: 6px 0 0 5px;
	
	border: #888 1px solid;
	background: url(/images/weather_bg.jpg) no-repeat center;
	}
	
div#weather_img {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	}

div#weather_data_ {
	position: relative;
	float: left;
	margin: 0 0 0 6px;
	width: 82px;
	height: auto;
	}
	
div#weather_data_1 {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 82px;
	height: 20px;
	}
	
span#weather_date {
	position: relative;
	display: block;
	float: left;
	width: auto;
	height: 11px;
	margin: 3px 5px 0 0;
	padding: 2px 0 0 0;
	
	font-family: "돋움";
	font-size: 11px;
	color: #666;
	text-align: left;
	}
	

/* 카운터 */

div#counter_text {
	position: relative;
	float: left;
	width: 141px;
	height: 10px;
	margin: 12px 0 0 0;
	
	background: url(/images/counter_top.jpg) no-repeat center;
	}

div#counter {
	padding: 0;
	margin: 0;
	background: url(/images/counter_bg.jpg) no-repeat center;
	
	position: relative;
	float: left;
	width: 139px; 
	height: 50px; 
	border: #6c6d6d 1px solid;
	
	font-family: "돋움";
	font-size: 11px;
	color: #666;
	text-align: left;
	}
	
ul#today {
	position: relative;
	float: left;
	width: 139px;
	height: 25px;
	
	padding: 0;
	margin: 0;

	}


ul#total {
	position: relative;
	float: left;
	width: 139px;
	height: 25px;
	
	padding: 0;
	margin: 0;
	}

li.counter_text {
	display: block;
	width: auto;
	height: 12px;
	margin: 8px 5px 0 8px;
	float: left;
	list-style-type: none;
	
	font-family: "돋움";
	font-size: 11px;
	color: #666;
	text-align: left;
	}
	
li.counter_number {
	display: block;
	width: auto;
	height: 12px;
	margin: 8px 0 0 0;
	float: left;
	
	font-family: "돋움";
	font-size: 11px;
	color: #990000;
	text-align: left;
	font-weight: bold;
	list-style-type: none;
	}



