body {
	background: #c10001;
	color: #000;
	margin: 0;
	padding: 0;
	font: 14px/21px Georgia, Times, "Times New Roman", serif;
}
div {
	margin: 0;
	padding: 0;
}
div#top {
	width: 100%;
	text-align: center;
	background: #fff;
}
div#bottom {
	background: #c10001 url(/images/sub_bg.gif) repeat-x 0 0;
	width: 100%;
	text-align: center;
}
div#main, div#sub {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	padding: 0 0 40px 0;
}
div#main {
	background: url(/images/main_bg.jpg) no-repeat 0 100%;
	position: relative;
}
div#head {
	width: 900px;
	background: url(/images/head_bg.jpg) no-repeat 100% 0;
	height: 100px;
}
div#navi {
	width: 600px;
	padding: 40px 0 0 40px;
}
div#main_navi a{
	font: 22px Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
	color: #c10001;
}
div#main_navi a:hover, div#main_navi a.sel{
	color: #000;
}
div#sub_navi a{
	font: 14px Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
	color: #6A6A6A;
}
div#sub_navi a:hover, div#sub_navi a.sel{
	color: #000;
}
div#logo {
	position: absolute;
	right: 80px;
	top: 90px;
	width: 248px;
	height: 64px;
}
img {
	border: 0;
	margin: 0;
}
div#content {
	margin: 10px 0 0 40px;
	position: relative;
}
div#text h1, div#image1 h1 {
	font: 30px Georgia, Times, "Times New Roman", serif;
	margin: 0;
	padding: 40px 40px 0 40px;
}
div#image1 h1 {
	font-size: 25px;
	padding: 0px 40px 20px 40px;
}
div#text h2 {
	font: 20px Georgia, Times, "Times New Roman", serif;
	margin: 0;
	padding: 0px 40px 0 40px;
}
div#text label {
	font: 11px Georgia, Times, "Times New Roman", serif;
	margin: 10px 0 10px 0;
	padding: 0;
    color: #000;
    text-align: left;
}
div#text p, div#image1 p {
	font: 14px/21px Georgia, Times, "Times New Roman", serif;
	color: #c10001;
	margin: 20px 40px 40px 40px;
	padding: 0;
}
div#text p.comment {
    border-bottom: 1px dotted #c10001;
	margin: 5px 40px 20px 40px;
	padding: 0 0 20px 0;
}
div#sub {
    color: #fff;
    text-align: center;
    padding: 0;
}
a {
    text-decoration: underline;
    color: #fff;
}
a:hover {
    text-decoration: none;
}
#text a {
    color: #c10001;
}
div#image {
	float: right;
    background: url(/images/img_border.png) no-repeat 0 0;
    margin: 90px 40px 20px 0;
    padding: 0 0 30px 0;
	padding: 11px 0 0 11px;
}
div#image_container {
	width: 420px;
	height: 300px;
}

div#image1 {
	float: right;
    background: url(/images/trans.png) repeat 0 0;
    margin: 90px 40px 20px 0;
    padding: 0 0 30px 0;
}
div#text {
	background: url(/images/trans.png) repeat 0 0;
	width: 370px;
	float: left;
}
div#sub1, div#sub2, div#sub3 {
    float: left;
    margin: 0;
    padding: 25px 0 0 40px;
    text-align: left;
}
div.subcontent {
    width: 247px;
}
div#sub4 {
    clear: both;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 16px;
}
#sub2 a {
    display: block;
    background: none;
    text-decoration: none;
    padding: 3px;
    font-size: 16px;
}
#sub2 a:hover {
    background: #d44e4f;
    color: #000;
}
label {
	font: 11px Georgia, Times, "Times New Roman", serif;
	margin: 0 0 0 20px;
	padding: 0;
	display: block;
}
input, textarea {
	background: #fff;
	margin: 3px 40px 3px 40px;
	border: 1px #616161 solid;
	width: 320px;
	color: #616161;
	padding: 4px;
	font: 11px/13px Georgia, Times, "Times New Roman", serif;
}
textarea {
	height: 100px;
}
a.send {
	font: 11px/13px Georgia, Times, "Times New Roman", serif;
	background: #fff;
	color: #616161;
	border: 1px solid #970F00;
	padding: 3px 5px;
	margin: 10px 0 35px 40px;
	text-decoration: none;
}
a.send:hover {
	background: #616161;
	color: #fff;
}
div#clear {
    clear: both;
}
div#image1 img {
    margin: 5px 0 0 40px;
}
