#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(assets/web/background.jpg);
	height: 500px;
	width: 800px;
	position: relative;
	background-repeat: no-repeat;
	border: thin solid #999999;
	margin: auto;
}
#address {
	margin-left: 590px;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: right;
	margin-top: 15px;
	width: 200px;
}
#japanese {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	width: 590px;
	position: absolute;
	left: 205px;
	top: 49px;
	padding-bottom: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #655D36;
}
#navi {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	position: absolute;
	top: 120px;
	text-align: center;
	height: 335px;
	padding-top: 40px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #665E37;
	line-height: 25px;
}
#music {
	position: absolute;
	width: 130px;
	left: 10px;
	top: 445px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #716942;
	text-align: center;
}

#footer {
	position: relative;
	width: 800px;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: auto;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
h6 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#navi a:link {
	text-decoration: none;
	color: #635B34;
}
#navi a:visited {
	color: #635B34;
	text-decoration: none;
}
#navi a:hover {
	color: #D13A1D;
	text-decoration: underline;
}
#edit {
	margin-top: 17px;
	margin-left: 150px;
	height: 408px;
	width: 650px;
}
a:link {
	text-decoration: none;
	color: #635B34;
}
a:visited {
	color: #635B34;
	text-decoration: none;
}
a:hover {
	color: #C03E35;
	text-decoration: none;
}
