html, body {
	height: 100%;
}
html, body, address, blockquote, div, p, pre, h1, h2, h3, h4, h5, h6, hr,
dd, dl, dt, ul, ol, li,
a, abbr, acronym, b, big, br, cite, code, del, dfn, em, i,
ins, kbd, q, samp, small, span, strong, sub, sup, tt, var,
img, object,
caption, table, tbody, td, tfoot, th, thead, tr,
input, textarea, select, button, form, fieldset, legend, label,
u, font, s, center, dir, menu, strike, xmp {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	font-size: 1em;
	text-align: left;
	text-indent: 0px;
}
a {
	outline: none;
}
hr, img, object {
	border: 0px;
}
input, select, button {
	vertical-align: middle;
}
ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
textarea, caption, td, th, tr {
	vertical-align: top;
}


/* =global
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
html {
    font-size: 100.01%;
}
body {
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	color: #292929;
	background: #a0594e;
	text-align:center;
}
a:link, a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: #ae4f54;
}
a:hover {
	text-decoration: none;
}
a:active {
}
h1 {
	height: 39px;			/* original: 45px; */
	font-size: 2.1em;
	font-weight: normal;
	color: #8a2328;
	margin: 6px 0px 0px 55px;
}
h2 {
	font-size: 1.8em;
	color: #8a2328;
	margin: 30px 0px 0px 42px;
}


/* =wrap
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.wrap {
	width: 1000px;
	margin: 0px auto;
	background: #fff;
}


/* =header
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.header {
	height: 230px;
	background: transparent url("header-bg.gif") repeat-x 0px 0px;
}
.header-left-shad {
	width: 37px;
	height: 100%;
	background: transparent url("header-left-shad.gif") no-repeat 0px 0px;
	float: left;
}
.company-block {
	width: 325px;
	height: 100%;
	float: left;
}
.logo-block {
	width: 151px;
	height: 79px;
	margin: 37px 0px 0px 88px;
}
.tel-block {
	width: 259px;
	height: 69px;
	_height: 66px;
	background: transparent url("tel-block-bg.png") no-repeat 0px 0px;
	margin-left: 27px;
}
.tel-block p {
	font-size: 1.2em;
	font-weight: bold;
	color: #5e4545;
	padding: 13px 0px 0px 82px;
}
.tel-block p span {
	font-size: 1.2em;
	font-weight: bold;
	position: relative; right: 15px;
}
.header-image-block {
	width: 601px;
	height: 100%;
	float: left;
}
.image-block-bg {
	width: 576px;
	height: 174px;
	background: transparent url("image-block-bg.png") no-repeat 0px 0px;
	margin-top: 28px;
}
.image-block-bg img {
	width: 552px;
	height: 150px;
	margin: 12px 0px 0px 12px;
}
.path-block {
	height: 22px;			/* original: 28px; */
	font-size: 1.1em;
	color: #ae4f54;
	padding: 6px 0px 0px 5px;
}
/* --- !!! --- */
.path-block a:link, .path-block a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: #ae4f54;
}
.path-block a:hover {
	text-decoration: none;
}
.path-block a:active {
}
/* --- !!! --- */
.header-right-shad {
	width: 37px;
	height: 100%;
	background: transparent url("header-right-shad.png") no-repeat 0px 0px;
	float: left;
}


/* =separate
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.separate-1 {
	width: 1000px;
	height: 2px;
	background: transparent url("separate-1-bg.gif") no-repeat 0px 0px;
	overflow: hidden;
}
.separate-1-right {
	width: 68px;
	height: 2px;
	background: transparent url("separate-1-right-bg.gif") no-repeat 3px 0px;
	float: right;
}
.separate-2 {
	width: 1000px;
	height: 3px;
	background: transparent url("separate-2-bg.gif") no-repeat 0px 0px;
	overflow: hidden;
}
.separate-2-right {
	width: 68px;
	height: 3px;
	background: transparent url("separate-2-right-bg.gif") no-repeat 3px 0px;
	float: right;
}


/* =content-block
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.content-block {
	width: 100%;
	background: #fff;
}
.content-left {
	width: 64px;
	background: transparent url("content-left-bg.gif") repeat-y 0px 0px;
}
.content-menu {
	width: 259px;
	background: transparent url("content-menu-bg.png") repeat-y 0px 0px;
}
.menu-list {
	margin: 2px 0px 0px 25px;
}
.menu-list li {
	width: 212px;
	height: 40px;
	line-height: 34px;
	background: transparent url("menu-list-bg.png") no-repeat 0% 100%;
	font-size: 1.3em;
}
/* --- !!! --- */
.menu-list a:link, .menu-list a:visited {
	font-size: 1em;
	text-decoration: none;
	color: #8a2328;
	background: transparent url("list-bg.png") no-repeat 3px 5px;
	padding-left: 15px;
}
.menu-list a:hover {
	text-decoration: underline;
}
.menu-list a:active {
}
/* --- !!! --- */
.counter-block {
	margin: 64px 0px 60px 0px;
	text-align: center;
	font-size: 1.3em;
}
.info-block {
	width: 259px;
	vertical-align: bottom;
	background: transparent url("content-menu-bg.png") repeat-y 0px 0px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #8a2328;
	padding-bottom: 37px;
}
.content-text {
	margin: 30px 65px 30px 42px;
}
.content-text p {
	font-size: 1.3em;
}
.content-right {
	background: transparent url("content-right-bg.gif") repeat-y 100% 0%;
}


/* =footer
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.footer {
	height: 51px;
	background: transparent url("footer-bg.gif") repeat-x 0% 0%;
}
.footer-left-shad {
	width: 37px;
	height: 100%;
	background: transparent url("footer-left-shad.gif") no-repeat 0% 0%;
	float: left;
}
.footer-menu-shad {
	width: 259px;
	height: 100%;
	background: transparent url("footer-menu-shad.png") no-repeat 0% 0%;
	_background: transparent url("footer-menu-shad.gif") no-repeat 0% 0%;
	float: left;
	margin-left: 27px;
}
.footer-txt-block {
	width: 640px;
	height: 100%;
	float: left;
}
.footer-txt-block p {
	font-size: 1.1em;
	color: #8a2328;
	margin: 11px 42px;
}
.p-left {
	float: left;
}
.p-right {
	float: right;
	margin-right: 22px !important;
}
.footer-right-shad {
	width: 37px;
	height: 100%;
	background: transparent url("footer-right-shad.png") no-repeat 0% 0%;
	float: left;
}
/* --- !!! --- */
.footer-txt-block a:link, .footer-txt-block a:visited {
	font-size: 1em;
	text-decoration: none;
	color: #8a2328;
}
.footer-txt-block a:hover {
}
.footer-txt-block a:active {
}
/* --- !!! --- */
