@charset "utf-8";

/*
------------------------------------------------
Gloval Reset
------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,textarea,table,th,td,img{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;border: none;empty-cells:show;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var,strong{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
li,dl{list-style:none;}
hr {display: none;}
img {vertical-align:bottom;border: none;}
a{text-decoration:underline;color:#0000FF;outline:none;}
a:hover{text-decoration:none;color:#0000FF;}

/*
------------------------------------------------
Text SET
------------------------------------------------*/
dt,dd,li,pre,p,blockquote,th,td,address{font-size:75%;line-height:1.5;color:#333333;}
h1,h2,h3,h4,h5,h6{font-size:75%;font-weight:normal;line-height:1.5;color:#333333;}

/*
------------------------------------------------
Other SET
------------------------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
------------------------------------------------
Margin SET
------------------------------------------------*/

.mb5 {margin-bottom: 5px;}.mb10 {margin-bottom: 10px;}.mb15 {margin-bottom: 15px;}.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}.mb30 {margin-bottom: 30px;}.mb35 {margin-bottom: 35px;}.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}.mb50 {margin-bottom: 50px;}.mb55 {margin-bottom: 55px;}.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}.mb70 {margin-bottom: 70px;}.mb75 {margin-bottom: 75px;}.mb80 {margin-bottom: 80px;}


/*
------------------------------------------------
Common Layout
------------------------------------------------*/


body {
	background: url(../img/bg_body.gif) repeat-x left top;
}
#wrap {
	width: 960px;
	margin: 0px auto;
}
#wrap #header {
	background: url(../img/bg_top_mainimg.jpg) repeat-x left bottom;
	width: 960px;
	padding-bottom: 30px;
	position: relative;
}
#wrap #header h1 {
	padding: 38px 0px 14px 21px;
}
#wrap #header #heaer_info {
	position: absolute;
	height: 82px;
	width: 225px;
	left: 486px;
	top: 21px;
}
#wrap #header #header_add {
	position: absolute;
	height: 67px;
	width: 234px;
	left: 726px;
	top: 21px;
}
#wrap #header #header_contact {
	position: absolute;
	height: 17px;
	width: 130px;
	left: 726px;
	top: 88px;
}
#wrap #header #mainimg {
	background: url(../img/bg_headerimg.gif) repeat-x left top;
	width: 960px;
	padding-top: 3px;
}
#wrap #main {
	width: 960px;
	background: url(../img/bg_main.gif) repeat-y left top;
	margin-top: 20px;
	padding-bottom: 50px;
}
#wrap #main #contents {
	width: 720px;
	float: right;
	padding-top: 3px;
}
#wrap #main #sidearea {
	float: left;
	width: 220px;
}
#wrap #footer {
	width: 960px;
	clear: both;
}
#wrap #footer .gotop {
	text-align: right;
	width: 960px;
	margin-bottom: 15px;
	background: url(../img/bg_main.gif) repeat-y 0px 0px;
}
#wrap #footer #footnav {
	background: url(../img/bg_footer.gif) repeat-x left top;
	text-align:center;
	padding:15px 15px 0;
	color:#004675;
}
#wrap #footer #footnav a {
	white-space:nowrap;
	color:#004675;
}

#wrap #footer address {
	width: 960px;
	padding-top: 23px;
	padding-bottom: 30px;
	text-align: right;
}
#wrap #main #sidearea #sideunit {
	width: 220px;
	padding-top: 6px;
}
#wrap #main #sidearea #sideunit .navititle {
	margin: 0px auto 4px;
	width: 212px;
}
#wrap #main #sidearea #sideunit .sidenavi {
	width: 207px;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	margin-right: auto;
	margin-left: auto;
}
#wrap #main #sidearea #sideunit .sidenavi li {
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	width: 206px;
}
#wrap #main #sidearea #sideunit .sideinfo {
	background: #FFFFFF;
	width: 208px;
	padding-top: 12px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #main #sidearea #sideunit .sideinfo p {
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 9px;
}
#wrap #main #sidearea #sideunit .sideinfo .bgline {
	background: url(../img/line_dot.gif) repeat-x left bottom;
	margin-bottom: 9px;
}
#wrap #main #sidearea #sideunit .sideinfo p span {
	font-weight: bold;
	color: #0065A8;
}
#wrap #main #sidearea #sideunit .imgcenter {
	text-align: center;
	padding-bottom: 15px;
}
#wrap #main #sidearea .sidecontact {
	background: #FFFFFF;
	padding-bottom: 8px;
}
.imgcenter {
	text-align: center;
}

.bold {
	font-weight:bold;
}

