﻿#country_detail {
	width:530px;
	font-size:14px;
}
#country_detail h3 {
	background-image:url("/top_img/bg_orange.jpg");
	font-size:14px;
	padding:9px 0 9px 5px;
	margin:0;
}

#img_box{
	width:110px;
	float:left;
}
#img_box img{
	padding:10px;
}
#e_detail{
	width:420px;
	float:left;
	line-height:1.5;
	padding-top:5px;
}
#detail_area{
	width:530px;
	border-top:1px solid #CCCCCC;
	clear:left;
}
.detail_sub{
	padding-top:5px;
}
.detail_sub div{
	width:530px;
	background-image:url("/top_img/bg_utillity.jpg");
	font-size:14px;
	font-weight:bold;
	padding:6px 0 6px 6px;
	margin:0;
	line-height:160%;
}
.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;
}