*{
	margin : 0;
	padding : 0;
	font-style: normal;
	font-weight: normal;
}
html{
	overflow: scroll;
}
body{
	background: url(../img/common/body_bg.jpg);
	text-align: center;
}
table{
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
img{
	border: 0;
	vertical-align: bottom;
}
td,th{
	vertical-align: top;
}


/* -------------------- container -------------------- */
#container{
	width: 780px;
	background: url(../img/common/container_bg.gif) repeat-y;
	margin: 0 auto;
}

/* -------------------- header -------------------- */
#header_bg{
	background: url(../img/common/header_bg.gif) repeat-x;
}
#header{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/common/header_bg.gif) repeat-x;
	color: #888;
}
#header h1,#header p{
	font-size: 12px;
	margin: 3px;
	display: inline;
}
#header table{
	width: 780px;
}
#header td{
	vertical-align: bottom;
	padding: 5px;
}
#header_contact p{
	text-align: right;
}
#header_menu{
	clear: both;
	text-align: center;
	background: url(../img/common/menu_bg.jpg) repeat-x;
}
#header_menu ul{
	padding-top: 2px;
	list-style: none;
}
#header_menu li{
	display: inline;
}

/* -------------------- left_column -------------------- */
#left_column{
	width: 190px;
	padding: 10px 0;
	text-align: center;
}
#left_column a:link,#left_column a:visited{
	color: #7d5500;
	text-decoration: none;
}
#left_column a:hover,#left_column a:active{
	color: #f00;
	text-decoration: underline;
}
#left_column div{
	margin: 0 auto 10px;
}
#left_column ul{
	list-style: none;
	width: 164px;
	margin: 0 auto;
}
#side_map{
	background: url(../img/common/map_bg.jpg) no-repeat;
	width: 165px;
	height: 211px;
	margin: 0 auto 10px;
}
#side_map p{
	padding: 155px 5px 0;
	text-align: left;
	font-size: 10px;
	line-height: 150%;
}
#side_image{
	background: url(../img/common/left_image01.jpg) no-repeat;
	width: 165px;
	height: 178px;
	margin: 0 auto 10px;
}
#side_image p{
	padding: 115px 5px 0;
	text-align: left;
	font-size: 11px;
	line-height: 160%;
}

#side_information{
	width: 164px;
	margin: 0 auto;
	border: 1px solid #764b26;
}
#side_information ul{
	margin: 5px 0;
	text-align: left;
}
#side_information ul li{
	background: url(../img/common/bg_side_information.gif) left 4px no-repeat;
	margin: 5px;
	padding-left: 14px;
	font-size: 12px;
	line-height: 150%;
	border-bottom: 1px dashed #aaa;
}
#side_calendar{
	width: 164px;
	margin: 0 auto;
	border: 1px solid #764b26;
}
#side_calendar table{
	margin: 5px auto;
}
#side_calendar th,#side_calendar td{
	border: 1px solid #aaa;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

/* -------------------- right_column -------------------- */
#right_column{
	padding: 10px;
	text-align: center;
}
#topic_path{
	list-style: none;
	margin: 0 3px 10px;
	text-align: left;
}
#topic_path li{
	display: inline;
	font-size: 12px;
	line-height: 150%;
}
#topic_path a:link,#topic_path a:visited{
	color: #00f;
	text-decoration: none;
}
#topic_path a:hover,#topic_path a:active{
	color: #f00;
	text-decoration: underline;
}

/* -------------------- footer -------------------- */
#footer{
	background: #fff;
	text-align: right;
	margin-top: 5px;
	padding: 5px;
	border-top: 1px solid #ccc;
}
#footer h3{
	text-align: left;
}
#footer p{
	text-align: left;
	font-size: 10px;
	line-height: 150%;
	
}
/* -------------------- footer link -------------------- */
#footer ul{
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
}
#footer li{
	display: inline;
	background: url(../img/index/bg_news.gif) left 3px no-repeat;
	padding-left: 8px;
	margin: 0 3px 5px 0;
}
#footer li a:link,#footer li a:visited{
	color: #333;
	text-decoration: none;
}
#footer li a:hover,#footer li a:active{
	color: #f00;
	text-decoration: underline;
}
/* -------------------- footer link -------------------- */
#footer_text h3{
	padding: 0 20px;
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #E6FFE6;
}
#footer_text p{
	padding: 5px 20px;
	font-size: 10px;
	color: #999;
}
/* -------------------- footer link -------------------- */
#footer_group h3{
	border-top: 1px solid #ccc;
}
#footer_group p{
	margin-bottom: 10px;
	padding: 0 20px 10px;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
}
#footer_group a:link,#footer_group a:visited{
	color: #9e8d61;
	text-decoration: underline;
}
#footer_group a:hover,#footer_group a:active{
	color: #c5bba1;
	text-decoration: none;
}
