body {
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/back_10.gif);
	background-attachment: fixed;
	background-repeat: repeat;
}
a:link {	color: #0000ff;}
a:visited {color: #0000ff;}
a:hover {color: #FF0000;}

#container {
width:780px;
height:auto;
background-color:#fff;
}
#top-box {
	width: 780px;
	height: 60px;
	margin: 0px auto;
	padding: 30px 0px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
border-top:2px solid #060;
border-bottom:2px solid #060;
}
h1 a:link,h1 a:visited,h1 a:hover {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #D56A00;
	line-height: normal;
}
h2 {
width:480px;
height:25px;
	font-size: medium;
line-height:25px;
	margin: 10px 0 0 20px;
	padding: 0px 0px 0 30px;
	color: #663300;
	background-image: url(../img/h2.png);
	background-repeat: no-repeat;
}
p.right {
	font-size: medium;
	margin: 5px 0px;
	padding: 0px 0px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	text-align: center;
width:230px;
height:20px;
	background-image: url(../img/right.png);
	background-repeat: no-repeat;
}
h3 {
	font-size: small;
	color: #FFFFFF;
	padding: 3px 3px 3px 7px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	background-color: #395210;
}
#contents {
	margin: 0px;
	padding: 0px 0 30px 0;
	width: 550px;
	float: left;
	text-align: left;
}
#contents p {
	font-size: small;
	line-height: 160%;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
}

#right-menu {
	margin: 0px;
	padding: 0px 0 30px 0;
	width: 230px;
	float: right;
	font-size: small;
	line-height: 160%;
	text-align: left;
}
.list {
	margin: 2px 1px 0px;
	border: 1px solid #C04C89;
	height: 18px;
	text-align: left;
	text-indent: 10px;
}
a.list:link,a.list:visited {
	margin: 2px 0px 0px 5px;
	display: block;
	width: 221px;
height:25px;
line-height:25px;
	color: #46463C;
font-size:12px;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 0px 0 0px 0;
	border: 1px solid #999;
	text-indent: 5px;
}

a.list:hover {
	background-image: url(../img/list-h.png);
	background-repeat: no-repeat;
	border: 1px solid #46463C;
color:#00f;
}

.footer {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 9px 0px;
	clear: both;
	width: 780px;
height:12px;
	background: url(../img/foot.png) no-repeat;
}