﻿body {
	font-family: Verdana, Tahoma, Georgia, Arial;
	color: #ebe1d2;
	text-align: justify;
	background: #090502;
}
#containerMain {
	position: absolute;
	top: 50%;
	left: 0px;
	height: 600px;
	width: 100px;
	margin-top: -300px;
	background: #000000 url('../images/bg.jpg') repeat-x;
}
#containerBird {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 600px;
	width: 825px;
	background: #000000 url('../images/bg_bird1.jpg') no-repeat;
}
#containerMenu {
	position: absolute;
	background: #090502 url('../images/menu1.jpg') no-repeat;
	top: 0px;
	left: 50px;
	width: 225px;
	height: 625px;
}
#menu {
	position: absolute;
	top: 125px;
	left: 10px;
	width: 190px;
	height: 100px;
}
#containerBody {
	position: absolute;
	top: 50px;
	left: 275px;
	width: 70%;
	height: 525px;
}
#footer {
	position: absolute;
	bottom: 5px;
	left: 275px;
	font-size: xx-small;
	color: #e88222;
}
#contentBlock8 {
	position: relative;
	top: 170px;
	margin: 0px;
	padding-bottom: 0px;
}
#contentBlock10 {
	position: relative;
	top: 75px;
	margin: 0px;
	padding-bottom: 0px;
}
#addressInfo {
	position: relative;
	top: 40px;
}
#officeHours {
	position: relative;
	top: -25px;
}
#officeMap {
	position: relative;
	background: #4b301d;
	border: thin #b31e00 solid;
	top: -30px;
	left: 200px;
	width: 412px;
	height: 322px;
}
.containerMainContent {
	position:absolute;
	top: 20px;
	padding: 0px;
	margin: 0px;
}
.containerSubContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
.containerSubContentText {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
}
.contentText {
	height: 505px;
	font-size: small;
}
#header {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 50px;
	width: 550px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
.menuItem {
	color: #4b301d;
	font-family: Meiryo, "Mongolian Baiti", "Microsoft JhengHei", Tahoma;
	cursor: pointer;
	left: 20px;
	width: 160px;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	vertical-align: middle;
}
.subMenuItem {
	color: #4b301d;
	font-family: Meiryo, "Mongolian Baiti", "Microsoft JhengHei", Tahoma;
	cursor: pointer;
	width: 155px;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin: 5px 0px 5px 30px;
	padding: 0px;
	vertical-align: middle;
}
blockquote {
	background-color: #4b301d;
	border: thin #b31e00 solid;
	margin: 0px;
	padding: 10px;
	font-size: x-small;
}
h1 {
	font-weight: bold;
	font-size: xx-large;
	color: #e6d4ac;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-weight: bold;
	font-size: medium;
	color: #e6d4ac;
	padding: 0px;
	margin: 0px;
}
hr {
	border: thin #e6d4ac solid;
	margin: 5px 20% 5px 0px;
}
ul {
	margin: 10px 15px 20px 15px;
}
li {
	color: #e6d4ac;
	list-style-position: outside;
	list-style-type: square;
}
.doubleColumn1 {
	position: relative;
	top: 0px;
	width: 0px;
	left: 0px;
}
.doubleColumn2 {
	position: absolute;
	top: 0px;
	width: 0px;
	left: 0px;
}
.tripleColumn1 {
	position: relative;
	top: 0px;
	width: 0px;
	left: 0px;
}
.tripleColumn2 {
	position: absolute;
	top: 0px;
	width: 0px;
	left: 0px;
}
.tripleColumn3 {
	position: absolute;
	top: 0px;
	width: 0px;
	left: 0px;
}
.faq {
	cursor: pointer;
	line-height: 1em;
	font-size:medium;
	font-weight:bold;
	color: #f6ba8e;
}
a:link {
	color: #da620b;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #da620b;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #b31e00;
	cursor: pointer;	
}
a:active {
	color: #da620b;
	font-weight: bold;
}

