/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover { background-color: #CCFFFF; }
a:active { background-color: #CCFFFF; }

body {
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	background-color: #000033;
}
#bace {
	width: 100%;
	background-color: #000033;
	text-align: center;
}
#top {
	padding: 20px 0px;
}
#wrapper {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	text-align: center;
	background-color: #FFFFFF;
	height: 90px;
}
#headertop {
	width: 740px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0px 0px;
}
#headertop img {
 display: inline;
}
#headertop img a {
 display: block;
}
#menu {
	float: left;
	width: 140px;
	margin: 20px 0px;
}
#menu ul {
	list-style: none;
	border-top: 1px solid #FFFFFF;
	margin: 20px 0px 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	background: #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #999999;
	font-weight: bold;
}
#main {
	float: right;
	text-align: left;
	width: 530px;
	padding: 15px 0px 35px;
}
#main ul {
	padding: 15px 0px;
}
#main li {
	color: #FFFFFF;
	list-style: outside;
	padding: 0px 0px 5px;
	margin: 0px 0px 0px 40px;
}
#main dl {
	padding: 15px 0px;
}
#main dt {
	color: #FFFFFF;
	list-style: url(none) none outside;
	padding: 0px 0px 5px 20px;
	margin: 0px 0px 0px 30px;
	background: url(../img/dt.gif) no-repeat;
}
#main dd {
	color: #FFFFFF;
	list-style: url(none) none outside;
	padding: 0px 0px 5px 20px;
	margin: 0px 0px 0px 70px;
	background: url(../img/dd.gif) no-repeat;
}
.contents {
	width: 530px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.left {
	float: left;
	width: 250px;
}
.right {
	float: right;
	width: 250px;
}
.one {
	float: left;
	width: 160px;
	margin: 10px 25px 10px 0px;
}
.two {
	float: left;
	width: 160px;
	margin: 10px 0px;
}
.three {
	float: right;
	width: 160px;
	margin: 10px 0px;
}
.short {
	float: right;
	width: 160px;
	margin: 10px 0px;
}
.long {
	float: left;
	width: 355px;
	margin: 10px 0px;
}
#footer {
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px 0px 20px;
}
#footer p {
	margin: 0px;
	padding: 5px 25px;
	font-size: 10px;
	line-height: 150%;
	color: #000000;
}
/* text */
h2, h3, h4, p {
	margin: 0px;
	padding: 5px 0px;
	color: #FFFFFF;
}
h1 {
	font-size: 10px;
	line-height: 150%;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	line-height: 150%;
}
h3 {
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
}
h4 {
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	font-weight: bold;
}
p {
	font-size: 12px;
	line-height: 150%;
}
/*table */
.line table {
	width: 530px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;	
}
.line td {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #000033;
	color: #FFFFFF;
}
.line th {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.caption {
	font-size: 10px;
}
strong {
	font-size: 14px;
	font-weight: bold;
	color: #00CCFF;
}

