@charset "utf-8";

/* style resset */

* {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, div, p, hr, blockquote, address, noscript {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}
	
table, textarea, input {font-size: 100%;}
ul, ol, dl, dt, dd {list-style: none;}

img  {
	border: none;
	vertical-align: top;
	}

em, strong {
	font-style: normal;
	font-weight: bold;
	}

a {
	color: #c3010a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	background-color: #FFF;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	text-align: center;

}

/* layout */

#wapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: none;
}
#main {
	font-style: normal;
	line-height: 18px;
	font-size: 14px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
#header {
	margin-top: 10px;
	clear: both;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 103px;
	text-align: center;
}
#header #header_box {
	width: 890px;
	clear: both;
	overflow: hidden;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	float: left;
	margin-right: 72px;
}
#header h2 {
	float: left;
	padding-top: 8px;
	margin-right: 10px;
}
#left_box {
	float: left;
	width: 195px;
	padding-top: 20px;
}
#right_box {
	float: right;
	width: 615px;
	padding-top: 20px;
	text-align: left;
}
#right_box .s_txt {
	color: #c50009;
	font-size: 12px;
	margin-bottom: 10px;
}
#right_box .s_txt strong {
	color: #202C71;
}
#right_box .map_txt {
	font-size: 12px;
	color: #202C71;
	margin-bottom: 10px;
}
#right_box .map_img {
	border: 1px solid #202C71;
	width: 615px;
}


#right_box #info_box {
	clear: both;
}
#info_txt  {
	height: 105px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1b2465;
	border-bottom-color: #1b2465;
	border-left-color: #1b2465;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	overflow: auto;
}
#info_txt dt  {
	margin-bottom: 5px;
	font-weight: bold;
	color: #c3010a;
}
#info_txt dd  {
	margin-bottom: 10px;
}
#info_txt p  {
	color: #1B2465;
	font-weight: bold;
}
#info_txt.about_info {
	height: 375px;
}
#info_txt.about_info h3 {
	color: #c50009;
	font-weight: bold;
	margin-bottom: 10px;
}
#info_txt.about_info p {
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 14px;
}
#info_txt.about_info span {
	font-weight: normal;
	color: #C50009;
	font-size: 10px;
}





#footer {
	height: 77px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#footer #footer_box {
	width: 950px;
	padding-top: 21px;
	clear: both;
	overflow: hidden;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer_box h3 {
	float: left;
	margin-left: 30px;
}
#footer_box p {
	float: right;
	font-size: 12px;
	color: #FFF;
	margin-right: 20px;
}


.txt_center {
	text-align: center;
}
.floot_right {
	float: right;
}
.floot_left {
	float: left;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_50 {
	margin-bottom: 50px;
}
