#ef{
	text-align: center;
	background-image: url(images/back.png);
	background-position: 50%;
	background-repeat: repeat-y;
	background-color: #d9e4c5;
	font-size: 80%;
	color: #323232;
}
/*-- header --*/
#header{
	margin-left:auto;
	margin-right:auto;
	/*margin-top: 20px;*/
	background-image: url(images/header_background.png);
	background-repeat: repeat-x;
	height: 120px;
	width: 820px;
	/*
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	*/
	text-align: left;
}
h1 img{
	margin-left:10px;
}
h1{
	width: 350px;
	float:left;
}
#site_search{
	width:450px;
	float: right;
	text-align: right;
}
#site_search table{
	margin-top:15px;
	margin-left:auto;
	margin-right:20px;
	color: #5f5f5f;
}
#site_search h2{
	color: #ababab;
}
/*-- article all --*/
#line{
	margin-left:auto;
	margin-right:auto;
	width: 820px;
	text-align:left;
}
#line ul,#line ul li{
	list-style: none;
}
/*-- article column --*/
#article{
	clear: both;
}
#left_column{
	width:580px;
	float: right;
}
#right_column{
	width: 220px;
	float: left;
}
#right_column .section{
	/*border: 1px solid;*/
	margin: 20px 0 20px 20px;
}
#banner ul{
	margin:0;
	padding:0;
}
#right_column .section{border: 1px solid silver;}
#weather .center{
	margin: 20px 0 20px 0;
}
#banner{
	margin: 20px 0 20px 15px;
}
#left_column .section{
	border: 1px solid silver;
	margin: 20px 20px 20px 0;
	clear: both;
}
.news_ta{
background-image: url(./border/border_1_bottom.png);
}
ul.inline li a{text-decoration: none;}
/*#news_left_column,#news_right_column{border:1px solid;}*/
#news_left_column{
	float:right;
	width: 150px;
	text-align: right;
	padding-top:80px;
}
#news_right_column ul li{list-style: disc;}
#news_right_column{
	margin-right: 150px;
}
/*
#map{
	background-image: url(images/back_map.png);
	background-repeat: no-repeat;
	background-position: 190px 25px;
}
*/
#left_column .section h2,#right_column .section h2{
	background-image: url(./border/line_1.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	font-weight: bold;
	font-size: 120%;
	color: #3f73a0;
	border-bottom: 1px solid silver;
	padding-left: 10px;
}
.scroll{
	overflow: auto;
	height: 150px;
	_scrollbar-base-color:#ffffff;
	_scrollbar-face-color:#ffffff;
	_scrollbar-arrow-color:#aaaaaa;
}
.scroll dl {
	margin: 0 15px 0 15px;
	padding: 0;
}
.scroll dl dt {
	margin: 0;
	padding: 5px;
	font-weight: bold;
	list-style: none;
}
.scroll dl dd {
	margin: 0;
	padding: 5px;
	line-height: 1.4em;
	border-bottom: 1px dotted #999;
}
#ef #map #category{
	clear: both;
	margin:0 20px 0 20px;
}
#town{
	width:150px;
	float: left;
}
#town ul{
	margin-left:15px;
	border-top: 1px dashed #96c096;
}
#town li{
	padding: 5px;
	border-bottom: 1px dashed #96c096;
}
#map_image{
	margin-left: 150px;
}
#information{
	background-color: #f3f3f3;
	border: 1px dashed #bababa;
	padding: 0 20px 0 0px;
	margin: 0 20px 20px 20px;
}
#information ul li{list-style: disc;}
/*-- top_table --*/
#ef #map table{
	text-align:left;
	border-collapse: collapse;
}
#ef #map table td,#ef table th{
	border: 1px solid silver;
	_font-size:80%;
}
#ef #map table th{
	width:25%;
	background-color: #f1f1f1;
}
#ef #map table td{
	width:75%;
	margin-left:0;
	padding-left:0;
}
#ef #map table td ul{
	margin:0;
	padding:0;
}
#ef #map table td ul li{
	display: inline;
	margin-right: 7px;
}
input{
	vertical-align:middle;
	margin-right:5px;
}
label{
	white-space:nowrap;	
}
/*-- breadcrumbs --*/
#breadcrumbs{
	margin-left:20px;
}
#breadcrumbs h2{
	font-size: 100%;
	border: 1px solid #a89e19;
	background-color: #fbf9e3;
	float: left;
	width:80px;
	text-align: center;
	color: #514c0c;
}
#breadcrumbs ul{
	margin: 0px 120px 0 0;
}
#breadcrumbs ul li{
	margin-left:10px;
	padding-left:15px;
	background: url(images/breadcrumb_icon.png) no-repeat 0 50%;
}

/*-- footer --*/
#footer{
	clear: both;
	border-top: 1px dashed #b8b8b8;
	margin: 0 30px 0 30px;
	text-align: center;
}