@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 62.5%/1.125em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat;
}
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, address {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.h_title {
	font-size: 3em;
	line-height: 1.2em;
	font-weight: bold;
	color: #990000;
	margin-left: 300px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
.h_desc {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #333333;
	margin-left: 300px;
	text-align: center;
}
#h_content {
	margin-left: 300px;
	position: relative;
	margin-top: 50px;
	margin-right: 20px;
}
#h_content .h_logo {
	text-align: center;
}
#content {
	background-color: #FFFEFB;
	position: relative;
	width: auto;
	margin-left: 265px;
	padding: 2em;
}
#content .title {
	font-size: 3em;
	line-height: 1.2em;
	font-weight: bold;
	color: #990000;
	margin-bottom: .5em;
}
#content .desc {
	font-size: 1.8em;
	line-height: 2em;
	font-weight: normal;
	color: #B07544;
	margin-bottom: 1em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EBDACB;
}
#content .subtitle {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 0.2em;
	color: #990000;
}
#content .subtitle2 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 0.2em;
	color: #990000;
}
#content .subtitle3 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 0.2em;
	color: #990000;
	padding-top: 3em;
}
#content .f_right {
	float: right;
	margin-left: 1em;
	border: 2px solid #000000;
}
#content .f_left {
	float: left;
	margin-right: 1em;
	border: 2px solid #000000;
}
#content p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}
th, td {
	font-size: 1.6em;
	line-height: 1.2em;
}

#content .clear {
	clear: both;
	margin-bottom: 2em;
}

#content #footer {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
}
#content #footer p {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	color: #996600;
	text-align: center;
}
#content #footer table, #h_footer table {
	margin-right: auto;
	margin-left: auto;
}



#left {
	border-right-width: 5px;
	border-right-style: double;
	border-right-color: #664500;
	position: fixed;
	height: 100%;
	width: 250px;
	left: 10px;
	top: 0px;
	padding-top: 30px;
}
#left #left-logo {
	height: auto;
	width: 210px;
	margin-bottom: 30px;
	position: relative;
	margin-left: 15px;
}

#left p {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #990000;
	text-align: center;
}

#left ul {
	margin-top: 20px;
	margin-left: 15px;
}
#left li {
	list-style-position: inside;
	list-style-type: square;
	font-size: 1.6em;
	line-height: 2em;
	color: #990000;
}
#left #wx {
	position: relative;
	height: auto;
	width: 144px;
	margin-top: 35px;
	margin-left: 40px;
}
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#h_footer {
	position: absolute;
	padding-left: 50px;
	left: 50%;
	bottom: 35px;
	margin-left: -125px;
}
#h_footer p {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	color: #996600;
}
