@charset "utf-8";

/* Table Of Contents
----------------------------------------

# reset
# wrap
# side
# header
# contents
# footer

----------------------------------------*/

/* reset
---------------------------------------------------------------------------- */

fieldset,
img {
	border:0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquort,
th,
td {
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

html,
body {
	margin:0;
	padding:0;
	background:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	color:#494949;
}

.cf:after {
	clear:both;
	content:" ";
	display:block;
	font-size:0.1em;
	height:0.1px;
	line-height:0px;
	visibility:hidden;
}

.cf {
	display:block;
}

/* # wrap
---------------------------------------------------------------------------- */
div#wrap_bs {

}

a {
	color:#0E3B8E;
	font-size:12px;
	text-decoration:underline;
}

a { line-height/*\**/: 18px\9; }
:root *> a { line-height: 18px\9;  }
a,  x:-moz-any-link  { line-height: 18px; }


a:hover { line-height/*\**/: 18px\9; }
:root *> a:hover { line-height: 18px\9;  }
a:hover,  x:-moz-any-link  { line-height: 18px; }

a:hover {
	color:#0E3B8E;
	font-size:12px;
	text-decoration:none;
}

a:hover img {
	opacity: 0.5;
	filter: alpha( opacity=50 );
	-ms-filter: "alpha( opacity=50 )";
}

/* # header
---------------------------------------------------------------------------- */
div#header_bs {
	width: 100%;
	height: 80px;
	background: url(../img/common/bg_top.jpg) repeat-x left top;
}

div.header_inner_bs {
	width: 1000px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

div.header_logo_bs {
	width: 124px;
	height: 59px;
	float: left;
	padding: 6px 0 0 0;
	margin: 0 0 0 0;
}

div.header_logo_bs a {
	display: block;
}

div.header_logo_bs a:hover img {
	opacity: 1;
	filter: alpha( opacity=100 );
	-ms-filter: "alpha( opacity=100 )";
}

div.header_info_bs {
	height: 74px;
}

div.header_info_bs_body {
	float: right;
}

div.hinfo_bs_top ul li {
	float: right;
	margin: 0 0 15px 10px;
}

div.hinfo_bs_top ul li a {
	display: block;
	height: 28px;
}


div.hinfo_bs_bottom ul li {
	float: right;
	margin: 0 0 0 10px;
}

div.hinfo_bs_bottom ul li a {
	display: block;
	height: 31px;
}

/* # main_area
---------------------------------------------------------------------------- */
div#main_area_bg {
	position:relative;
	width:100%;
	background-color:#ebebeb;
	height:381px;
	margin-bottom:49px;
}


div#main_area {
	position:absolute;
	left:50%;
	width:1400px;
	margin-left:-700px;
}

/* # content
---------------------------------------------------------------------------- */
div#content_bs {
	width: 1000px;
	margin: 0 auto 30px;
}

div#content_inner_bs {
	padding: 0 0 14px 0;
}

div#content_bs_underpage {
	width: 1000px;
	margin: 0 auto;
}

/* # footer
---------------------------------------------------------------------------- */
div#footer_bs {
	width: 100%;
	height: 78px;
	background: url(../img/common/bg_footer.jpg) repeat-x left top;
}


div.footer_inner_bs {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

div.footer_info_bs {
	height: 66px;
}

div.footer_logo_bs {
	width: 209px;
	height: 55px;
	float: right;
}

div.footer_logo_bs a {
	display: block;
}


div.footer_info_bs_body {
	float: left;
}

div.finfo_bs_top ul li {
	background: url(../img/common/icon_arrow02.jpg) no-repeat left 55%;
	float: left;
	padding: 0 0 0 15px;
	margin: 0 20px 0 0;
}


div.finfo_bs_top ul li a {
	display: block;
	color: #ffffff;
}

div.finfo_bs_bottom {
	margin: 19px 0 10px 0;
}

/* # underpage
---------------------------------------------------------------------------- */
h1#main_area02 {
	width:1000px;
	margin:10px auto;
}

div#lnav_body {
	width:200px;
	float:left;
	margin-bottom:40px;
}

div#content_main_under {
	width:780px;
	float:right;
}

h2.underpage_h2 {
	background: url(../img/common/bg_h1.jpg) no-repeat left center;
	width:762px;
	height:24px;
	font-size:13px;
	color:#675336;
	font-weight:bold;
	padding: 7px 0 0 18px;
	margin: 0 0 10px 0;
}

h2.underline_h2 {
	background: url(../img/common/bg_h2_title_s.jpg) no-repeat left center;
	width:352px;
	height:24px;
	font-size:13px;
	color:#675336;
	font-weight:bold;
	padding: 7px 0 0 18px;
	margin: 0 0 10px 0;
}




/* # topicpath
---------------------------------------------------------------------------- */

div#topicpath_body {
	background-color:#f7f5f5;
	border:1px solid #d2d2d2;
	width:1000px;
	margin:0 auto 15px auto;
	height:30px;
}

div.topicpath_home {
	float:left;
	width:40px;
	height:23px;
	padding: 3px 0px;
}

div.topicpath_txt {
	font-size:12px;
	color:#464545;
	background: url(../img/common/icon_arrow_topicpath.gif) no-repeat left center;
	float: left;
	padding: 0px 0 2px 20px;
	margin-top:3px;
}

div.topicpath_txt a {
	line-height:0px;
	*line-height:21px;
}