@charset "utf-8";

div#contents {background:#fff; padding:15px 0 30px;}

a:link{
	text-decoration: none;
	color: #006699;
}
a:link:hover{
	text-decoration: underline;
	color: 0099CC;
}
a:visited{
	text-decoration: none;
	color: #003366;
}
a:visited:hover{
	text-decoration: underline;
	color: 0099CC;
}
a:active{
	text-decoration: none;
	color: #66CCFF;
}
.small {  font-size: 10px}
.body {  font-size: 12px}
.button {  font-size: 12px; color: #CCCCCC}
