﻿#city_detail {
	width:530px;
	font-size:14px;
}
#city_detail h3 {
	background-image:url("/top_img/bg_orange.jpg");
	font-size:14px;
	padding:9px 0 9px 5px;
	margin:0;
}

#img_box{
	width:100px;
	float:left;
}
#img_box img{
	padding:5px;
}
#etc_city{
	width:430px;
	float:left;
	line-height:1.5;
	padding-top:5px;
	margin-bottom:6px;
}
#etc_city ul{
	display:table;
	width:426px;
	list-style:none;
	margin:0;
	padding:0;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#etc_city li{
	border-right:1px solid #CCCCCC;
	width:135px;
	padding:3px;
	float:left;
	margin:0;
	text-align:center;
	background-image:url("/top_img/bg_utillity.jpg");
}

#detail_area{
	width:530px;
	border-top:1px solid #CCCCCC;
	clear:left;
}
#photo_link{
	font-size:14px;
	margin:0;
	background-color:#F1F1F1;
	padding:8px 0 8px 5px;
	margin: 5px 0;
}
.detail_sub{
	padding-top:5px;
}
.detail_sub div{
	width:525px;
	background-image:url("/top_img/bg_utillity.jpg");
	font-size:14px;
	font-weight:bold;
	padding:6px 0 6px 6px;
	margin:0;
}
.detail_sub p{
	margin:8px 0 4px 6px;
}
#country_detail a:link {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#country_detail a:visited {
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#country_detail a:hover {
	color: #FF6633;
	text-decoration: none;
	border-bottom-style: none;
}