@charset "utf-8";
body {
	background-color: #fcf6ec;
	background-image: url(../img/grd-bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
body,td,th {
	font-family: verdana;
	font-size: 12px;
	color: #000;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 784px;
}
.title-main {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bolder;
	color: #FFF;
}
.title-gray {
	font-family: verdana;
	font-size: 20px;
	color: #999;
}
.text-main {
	font-family: verdana;
	font-size: 12px;
	color: #000;
}
.text-dark {
	font-family: verdana;
	font-size: 12px;
	color: #666;
}
.text-gray {
	font-family: verdana;
	font-size: 12px;
	color: #999;
}
.text-orange {
	font-family: verdana;
	font-size: 12px;
	color: #F90;
}
.text-brown {
	font-family: verdana;
	font-size: 12px;
	color: #960;
}
.footnote-gray {
	font-family: verdana;
	color: #999;
	font-size: 10px;
}
.footnote-orange {
	font-family: verdana;
	color: #ff6600;
	font-size: 10px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
