@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../1024bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.maininfo h2 {
	font-size: 18px;
	font-weight: bold;
}
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #F00;
}
a {
	color: #FFF;
	text-decoration: none;
}
.red {
	color: #BF0000;
}
.maintable {
	text-align: center;
	width: 540px;
	margin-left: 30px;
}
td.maininfo {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	white-space: normal;
	color: #000;
	line-height: 1.4;
	text-align: justify;
	vertical-align: top;
}
td.maininfo a {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
.materials {
	text-align: center;
	height: 44px;
	width: 120px;
	vertical-align: middle;
	padding: 10px;
}
.materials a {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	width: 110px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	background-color: #eee;
}
.materials a:hover {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	background-color: #F00;
	text-decoration: none;
}
