body {
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFE9A6;
	color: #333333;
	font-size: 9pt;
	font-family: MS UI Gothic, OSAKA;
	line-height: 1.2;
}

h1{
	font-size: 14pt;
	font-family: MS UI Gothic, OSAKA;
	letter-spacing: 0.1em;
	color: #980F08;
}

h2{
	font-size: 8pt;
	font-family: MS UI Gothic, OSAKA;
	letter-spacing: 0.1em;
	color:#333333;
}

A:LINK{
	color: #980F08;
	text-decoration:none;
	font-family: MS UI Gothic, OSAKA;
	font-weight: normal;
}

A:ACTIVE{
	color: #980F08;
	text-decoration:none;
	font-family: MS UI Gothic, OSAKA;
}

A:VISITED{
	color: #980F08;
	text-decoration:none;
	font-family: MS UI Gothic, OSAKA;
}

A:HOVER{
	color:#CC9900;
	text-decoration:underline;
	font-family: MS UI Gothic, OSAKA;
}

hr {
	color: #666666;
	width: 100%;
	height: 1px;
}

table, td {
	color: #333333;
	font-size: 9pt;
	font-family: MS UI Gothic, OSAKA;
	line-height: 1.2;
}

.box1 {
	border:5px solid #980F08;
	width: 100%;
	background-color:#980F08;
	color:#FFFFFF;
}