html , body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	background-image: url(../_img/main-bg-01.gif);
}

.fantom {
	clear: both;
}

li {
	vertical-align: bottom;
}

img {
	border: none;
}

.MainOuter {
	background-image: url(../_img/main-bg-02.gif);
	background-position: left top;
	background-repeat: repeat-x;
	min-height: 250px;
}

* html .MainOuter {	
	height: 250px;
}

.Main {
	margin: 0px auto;
	width: 782px;
	text-align: left;
	background-image: url(../_img/main-bg-03.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.Header {
	height: 202px;
}

.Header p {
	margin: 0px;
	padding: 0px;
	height: 50px;
	background-position: left top;
	background-repeat: no-repeat;
}

.Header .Level01 {
	background-image: url(../_img/hdr-img-01.jpg);
}

.Header .Level02 {
	background-image: url(../_img/hdr-img-02.jpg);
}

.Header .Level03 {
	background-image: url(../_img/hdr-img-03.jpg);
}

.Header .Level04 {
	background-image: url(../_img/hdr-img-04.jpg);
	height: 52px;
}

.HeaderMenu {
	position: relative;
	width: 782px;
	height: 35px;
	padding-top: 5px;
	background-image: url(../_img/hdr-menu-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.HeaderMenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.HeaderMenu .TopLink {
	position: relative;
	float: left;
}

.HeaderMenu li a {
	display: block;
	line-height: 18px;
	height: 18px;
	background-position: left top;
	background-repeat: no-repeat;
}

.HeaderMenu li a:hover {
	background-position: right top;
}

.HeaderMenu ul ul {
	position: absolute;
	left: 0px;
	top: 18px;
	width: 130px;
	display: none;
}

.HeaderMenu ul ul li {
	width: 136px;
	border: solid 1px #938054;
}

.HeaderMenu ul ul a {
	height:auto;
	display: block;
	line-height: 18px;
	color: #7d642e;
	background: none;
	background-color: #cfbe95;
	width: 130px;
	font-size: 15px;
	padding: 3px;
	text-align: center;
}

.HeaderMenu ul ul a:hover {
	background-color: #d9c89d;
	text-decoration: none;
}

.HdrLink01 {
	padding-left: 249px;
}

.HdrLink01 a {
	width: 42px;
	background-image: url(../_img/hdr-btn-01.gif);
}

.HdrLink02 {
	padding-left: 40px;
	width: 49px;
}

.HdrLink02 a {
	width: 49px;
	background-image: url(../_img/hdr-btn-02.gif);
}

.HdrLink03 {
	padding-left: 40px;
	width: 73px;
}

.HdrLink03 a {
	background-image: url(../_img/hdr-btn-03.gif);
}

.HdrLink04 {
	padding-left: 40px;
	width: 115px;
}

.HdrLink04 a {
	background-image: url(../_img/hdr-btn-04.gif);
}

.HdrLink05 {
	padding-left: 40px;
	width: 66px;
}

.HdrLink05 a {
	background-image: url(../_img/hdr-btn-05.gif);
}

.IndexContent {
	margin: 0px auto;
	padding-left: 4px;
}

.IndexContent p {
	float: left;
	margin: 0px;
	padding: 0px;
}

.IndexContent .Left {
	background-image: url(../_img/index-img-01.jpg);
	width: 249px;
	height: 416px;
}

.IndexContent .Right {
	background-image: url(../_img/index-img-02.jpg);
	width: 525px;
	height: 416px;
}

.InnerContent {
	margin: 0px auto;
	min-height: 416px;
	padding-left: 4px;
	padding-right: 4px;
	background-image: url(../_img/inner-bg-02.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

* html InnerContent {
	height: 416px;
}

.InnerContent .Inner1 {
	min-height: 416px;
	padding-left: 275px;
	padding-right: 43px;
	font-size: 14px;
	color: #2f240c;
	background-image: url(../_img/inner-bg-01.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

* html InnerContent .Inner1 {
	height: 416px;
}

.InnerContent .PageContent1 {
	padding-bottom: 45px;
	height: 378px;
	padding-top: 0px;
}

.T1 {
	background-color: blue;
	height: 2px;
}

.TextBlock01  {
	float: left;
}

.TopOnament {
	margin: 0px;
	height: 20px;
	padding: 0px;
	padding-bottom: 10px;
	background-image: url(../_img/orn-02.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.BottomOrnament {
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	background-image: url(../_img/orn-01.gif);
	height: 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.TwoCells .Left {
	padding-right: 10px;
}

.TwoCells .Right {
	padding-left: 10px;
	text-align: justify;
}

.Gallery img {
	width: 90px;
	cursor: pointer;
}

.Gallery td {
	background-image: url(../_img/bg-02.gif);
	border: solid 1px #7a6d4d;
}

.PageList {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
}

.PageList a {
	font-weight: bold;
	color: #FFFFFF;
}

/* ----- Mail Form ----- */

.ContactForm {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
	font-weight: bold;
	color: #544b2e;
	list-style-type: none;
}

.ContactForm td {
	vertical-align: top;
	padding-bottom: 3px;
}

.ContactForm span {
	display: block;
	padding-bottom: 3px;
}

.ContactForm input {
	width: 210px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #716639;
	background-color: #ece3ba;
	border: none;
}

.ContactForm textarea {
	width: 210px;
	height: 51px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #716639;
	background-color: #ece3ba;
	border: none;
}

.ContactForm .Comment textarea {
	height: 179px;
}

.SubmitMail {
	margin: 0px;
	margin-right: 12px;
	padding: 0px;
	text-align: right;
	cursor: default;
}

.SubmitMail input {
	color: #716639;
	background-color: #ece3ba;
	border: solid 2px #716639;
	cursor: pointer;
}

.Footer {
	margin: 0px auto;
	width: 774px;
	height: 16px;
	padding-top: 10px;
	padding-bottom: 17px;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../_img/footer-bg-01.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.Footer a {
	color: #fff;
}
