

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.nostyle:link,a.nostyle:visited,a.nostyle:active{
	color: #212121;
	text-decoration: none;
}
a.nostyle:hover{
	color: #212121;
	text-decoration: none;
}
a.link:link,a.link:active,a.link:visited{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
}

a.link:hover{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
}
body {
	background-color: #a0a242 ;
	margin-top: -15px;
	margin-left: 0px;
	margin-right: 0px;
}

#main{
	background: url(../images/bg.jpg) no-repeat 50% -1px;
	padding-top: 240px;
	margin-top: 35px;
}
#map_area{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid rgba(68,68,68,0.5);
}
*+html #map_area{
	border: 5px solid #555555;
}
*html #map_area{
	border: 5px solid #555555;
}
#map_canvas{
	width: 800px;
	height: 350px;
	padding-top: 0;
	float: left;
	
}
#map_note{
	background:rgba(68,68,68,0.5);
	width: 70px;
	height: 350px;
	margin-left: 730px;
	display: none;
}

#map_note li{
	list-style-type: none;
	padding: 10px 5px 5px;
	height: 50px;
}
.clear{
	clear: both;
}
#col_body{
	width: 800px;
	background-color: #fff;
	border: 5px solid #d1d1d1;
	margin: 10px auto 20px;
	
}

#column1{
	width: 220px;
	float: left;
	padding: 10px;
	height: auto;
	background-color: #eeeeee;
}
#column1 li{
	list-style-type: none;
	padding: 3px;
	text-indent: 10px;
}
#column1 li.title{
	margin-bottom: 5px;
	font-size: 14px;
	height: 25px;
	width: 205px;
	background: url(../images/col_bg.jpg) no-repeat 0 0;
	padding-top: 9px;
	letter-spacing: 1px;
	text-indent: 10px;
}

#column2{
	width: 530px;
	margin-left: 240px;
	padding: 15px;
	background-color: #ffffff;
}
#column2 .post{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 30px;
	color: #666666;
	
}
*html #column2{
	margin-top:-275px;
}
.post_title{
	background: url(../images/col_title_bg.jpg) no-repeat 0 0;
	text-indent: 21px;
	margin-bottom: 2px;
	margin-left: 100px;
}
.post_title a{
	text-decoration: none;
	color: #e33a00;
	font-size: 15px;
	font-weight: bold;
}
.datetime{
	font-size: 10px;
	text-decoration: none;
	color: #aaaaaa;
	letter-spacing: 0;
	margin-bottom: 10px;
}

#post_image{
	width: 80px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#post_image img{
	border: 1px solid #d4d4d4;
}
.page_nav{
		width: 530px;
	margin-left: 240px;
	padding: 15px;
	background-color: #ffffff;
	height: 20px;
}

