﻿#area_category {
	width:530px;
	font-size:14px;
	text-align:center;
}
#area_category h3 {
	background-image:url("/top_img/bg_green.jpg");
	font-size:14px;
	padding:10px 0 10px 15px;
	text-align:left;
}
.area{
	float:left;
	width:265px;
	margin-bottom:20px;
	line-height:1.8;
}
.area h4{
	margin-bottom:7px;
}
#area_leftbox{
	width:200px;
	float:left;
}
#area_rightbox{
	text-align:left;
	float:left;
	width:330px;
}
.country{
	margin-bottom:20px;
}
.country h4{
	background-image:url("/top_img/bg_utillity.jpg");
	font-size:14px;
	font-weight:normal;
	padding:3px 0 5px 3px;
	margin:0;
}
.country img{
	vertical-align:middle;
}
.country ul{
	list-style:none;
	margin:0;
	padding-left:45px;
}
.country li{
	line-height:1.8;
}

.country a:link {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.country a:visited {
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.country a:hover {
	color: #FF6633;
	text-decoration: none;
	border-bottom-style: none;
}

