#cnt_box {
	background-image: url('../images/cnt-box-bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	width: 819px;
	height: 315px;
}

.cnt_menu {
	display: block;
	position: absolute;
	width: 210px;
	height: 290px;
	top: 0;
	left: 0;
}

.cnt_menu li {
	height: 31px;
}

.cnt_city_link {
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	/*font-weight: bold;*/
	text-decoration: none;
	background-image: url('../images/cnt-city-link-bg.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.cnt_menu li a.act {
	color: white;
	background-position: 0 -140px; 
}

#cnt_content_box {
	margin-left: 210px;
	height: 10px;
	overflow: hidden;
}

.cnt_content_city {
	position: relative;
	width: 609px;
	height: 310px;
}

.cnt_city_link:hover {
	color: #333;
	background-position: 0 -70px;
}

.cnt_city_link span {
	display: block;
	padding: 7px 10px;
	line-height: 17px;
}

.cnt_info {
	position: absolute;
	top: 46px;
	left: 223px;
	width: 416px;
	height: 231px;
}

.cnt_image_box {
	float: left;
	width: 250px;
}

.cnt_img {
	border: 0;
	width: 250px;
	height: 188px;	
}

.cnt_path_line {
	position: absolute;
	top: 7px;
	left: 223px;
	width: 576px;
	height: 30px;
	overflow: hidden;
}

.cnt_map_link {
	display: block;
	position: absolute;
	top: 253px;
	left: 233px;
}

.cnt_path_line li {
	float: left;
	padding: 0 10px;
	line-height: 27px;
	background-image: url('../images/cnt-path-link-bg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.cnt_path_line li a {
	font-size: 13px;
	/*font-weight: bold;*/
	font-style: italic;
	color: #4d4d4d;
	text-decoration: none;
}

.cnt_path_line li.act {
	background-position: -2000px 0;
}

.cnt_path_line li.act a {
	font-size: 15px;
	color: #A70E13;
}

.cnt_path_line li.lileft {
	background-position: bottom left;
}

.cnt_path_line li.liright {
	background-position: bottom right;
}

.cnt_info {
	position: absolute;
	top: 47px;
	left: 223px;
	width: 415px;
	height: 231px;
	overflow: hidden;
	background-color: #ebebeb;
}

.cnt_info_addrs {
	margin-left: 257px;
	height: 231px;
}

.cnt_info_addrs b {
	color: #a70e13;
	font-style: italic;
	font-size: 13px;
}

.cnt_info_addrs p {
	color: #6b6b6b;
	/*font-style: italic;*/
	font-size: 11px;
	padding:5px 0 10px 0;
}

.cnt_open_hour {
	position: absolute;
	left: 649px;
	top: 47px;
	width: 150px;
	height: 231px;
	background-color: #efe5e0;
}

.cnt_open_hour b {
	color: #a70e13;
	font-size: 13px;
	font-style: italic;
	display: block;
	padding: 5px 10px 5px 10px;
	cursor: pointer; 
}

.cnt_open_hour b span {
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: #6c6c6c;
	padding-top: 3px;
}

.cnt_open_hour p.daycont span {
	display: block;
	padding: 0 15px 5px 15px;
	color: #6c6c6c;
}

.cnt_open_hour .mod2 {
	background-color: #f6f1ee;
}
