/* トップ・下層ページ用 */

body {
	margin: 0px;
	padding: 0px;
	font-size: 86%;
}
td,th,tr{
	color : #000000;
	font-size: 86%;
	line-height: 130%;
}
a {
	color : #333333;
	text-decoration: none;

}
a:link {
	text-decoration : none;
}
a:hover {
	color : #CC0000;
	text-decoration : underline;
}
a:active {
	color : #666666;
	text-decoration : none;
}
h1 {
	font-size: 12px;
	color: #990000;
	font-weight: normal;
	margin-top : 2px;
	margin-bottom : 0px;
}
.title {
	color: #000000;
	font-weight: bold;
}
form {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
