a:link {
	color: #3399FF;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #FF6600;
}
body {
	background-image: url(body_back.gif);
	background-repeat: repeat-y;
	background-position: 20px 0px;
	background-color: #E5E5CC;
	color: #333333;
	margin: 0px;
	font-size: 85%;
}
table {
	font-size: 100%;
}
.clear {
	clear: both;
}
img {
	border: none;
}





#jump {
	position: absolute;
	top: 0px;
	left: 0px;
}
#main {
	width: 740px;
	margin-left: 20px;
}





#menu {
	width: 200px;
	float: left;
}
#menu img {
	margin-left: 50px;
}
#menu a {
	background-image: url(btn_back.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
}
#menu a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
#menu a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}





#contents {
	width: 530px;
	float: right;
}
#contents img {
	text-align: center;
}
#contents h1 {
	font-size: 120%;
	color: #003366;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	text-align: right;
}
#contents h2 {
	font-size: 110%;
	background-image: url(h2_back.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #003366;
	margin: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
}
#contents h3 {
	font-size: 100%;
	background-image: url(h3_back.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #003366;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#contents h4 {
	font-size: 100%;
	color: #003366;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 20px;
}
#contents p {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
	margin-right: 20px;
	line-height: 150%;
}
#contents ul, dl,table {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
	margin-right: 20px;
}
#contents th, td {
	padding: 5px;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
}
#contents th {
	background-color: #E5E5CC;
}
#contents th.r, td.r {
	border-right: #003366 1px solid;
}
#contents td.nr {
	border-right: #003366 1px solid;
	text-align: right;
}
#contents th.b, td.b {
	border-bottom: #003366 1px solid;
}
#contents td.br {
	border-right: #003366 1px solid;
	border-bottom: #003366 1px solid;
}
#contents td.bn {
	border-right: #003366 1px solid;
	border-bottom: #003366 1px solid;
	text-align: right;
}





#footer {
	text-align: center;
	clear: both;
	margin-top: 10px;
}
