#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(assets/pics_for_web/bg_logo.jpg);
	background-repeat: no-repeat;
	height: 118px;
	width: 188px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 70px;
}
#address {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	width: 475px;
	margin-left: 315px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F8941C;
	padding-top: 10px;
	height: 83px;
}
#subtitle {
	height: 23px;
	width: 600px;
	margin-left: 190px;
	font-family: "Comic Sans MS";
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
	color: #F8941C;
}
#navi {
	position: absolute;
	width: 144px;
	top: 200px;
	padding-left: 44px;
}
#content {
	width: 612px;
	margin-left: 188px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #F8941C;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #F8941C;
}
#footer {
	margin-top: 50px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F8941C;
	width: 612px;
	margin-left: 188px;
	position: relative;
}

#japanese {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	width: 200px;
	left: 150px;
	top: 85px;
}
#logo a:link {
	text-decoration: none;
	color: #000000;
}
#logo a:visited {
	color: #000000;
	text-decoration: none;
}
#logo a:hover {
	color: #FFFF00;
}
a:link {
	color: #F8941C;
	text-decoration: none;
}
a:visited {
	color: #F8941C;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #F8931D;
	color: #FFFF00;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FE8C8C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h5 {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 3px;
}
h6 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS";
}
