body {
	margin: 0;
	background-attachment: fixed;
}

.article_ttl {
	border-bottom:1px solid #999;
	background:#FFFFFF;
	color:#0066CC;
	font-size:18px;
	font-weight: bolder;
	margin-bottom: 1px;
	margin-top: 2px;
}

td{
	background:#FFFFFF;
}

#footer{
	font-size:11px; line-height: 130%;
}

#footer a:link,#footer a:visited,#footer a:visited{
	color:#333333;
	text-decoration:none;
}
#footer a:hover{
	color:#FF3300;
	text-decoration:underline;
}


.article {font-size: 12px;  color: #363636; line-height: 150%;}
.caution {font-size: 11px;  color: #666666;}

div#map{

	border-left:#666 1px solid;
	border-right:#666 1px solid;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
}

#map a:link,#map a:visited,#map a:visited{
	color:#0000ff;
	text-decoration:underline;
}
#map a:hover{
	color:#FF3300;
	text-decoration:underline;
}

#recent{
	width:230px;
	height:550px;
	overflow: auto;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
	font-size:12px;
	background:#eee;
}

#recent td{
	background:#eee;
}

#post{
	font-size:12px;
}
