body {
	margin-top: 0;
	margin-left: 10;
	margin-bottom: 0;
	background-attachment: fixed;
	background-image: url(img/background.gif);
}

.article_ttl {
	border-bottom:1px solid #999;
	background:#FFFFFF;
	color:#0066CC;
	font-size:18px;
	font-weight: bolder;
	margin-bottom: 1px;
	margin-top: 2px;
}

#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:#333 1px solid;
	border-right:#333 1px solid;
	border-top:#333 1px solid;
	border-bottom:#333 1px solid;
}

#map a:link,#map a:visited,#map a:visited{
	color:#0000ff;
	text-decoration:underline;
}
#map a:hover{
	color:#FF3300;
	text-decoration:underline;
}



