@charset "utf-8";
body {
	background-color: #e7dfd3;
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
}
.menu {
	background-color: #c4b7a8;
	background-image: url(images/bg_menu.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 76px;
}
.body_space {
	color: #333;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.greeting_txt {
	width: 718px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 25px;
}
.schedule_table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
}
.schedule_td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFF;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #333;
	border-left-color: #333;
	text-align: center;
}
.schedule_td2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #F0EBE8;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #333;
	border-left-color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
}
.info_txt {
	width: 350px;
	float: right;
	margin-left: 10px;
	font-size: 14px;
	line-height: 25px;
}
h3 {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.address_bg {
	background-image: url(images/bg_menu.gif);
}
.address {
	float: right;
	width: 320px;
	text-align: right;
}
.address .name {
	font-size: 30px;
	line-height: 40px;
}


.top_back {
	text-align: right;
}







.greeting_img {
	width: 232px;
	float: right;
}
.greeting_img img {
	padding: 5px;
	border: 1px solid #666;
	background-color: #FFF;
}

h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #333;
	background-color: #FFF;
}



.layout {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	line-height: 25px;
}
.footer_layout {
	padding: 15px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	line-height: 25px;
}
.copyright {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	background-color: #958878;
	background-image: url(images/bg_copyright.gif);
	padding: 5px;
	text-align: center;
	font-weight: bold;
}


caption {
	font-size: 14px;
	line-height: 25px;
	padding: 5px;
}
