@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}
body {
	background:#E1E1E1;
	font-family:Verdana, "lr oSVbN", sans-serif;
	font-size:14px;
	color:#000;
	text-align: center;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
img{
	border: 0px;
	vertical-align: bottom;
}
input{
	vertical-align:middle;
}
h1,h2,h3,h4,h5,h6 {
	line-height:1.3;
}
p,li,dt,dl {
	line-height:1.5;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
.clear {
	clear:both;
}
button {
	background-color: transparent;
	border: none;
	width: 438px;
	height: 78px;
}
/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/
a {	color:#8986FF;}
a:link {}
a:visited {}
a:hover {}
a:active {}
/*-----------------------------------------------
 __container
-----------------------------------------------*/
#wrapper {
	width:720px;
	margin:0 auto;
	text-align: left;
	background: url(../images/bg1.gif) repeat-y left top;
}
#main {
	width: 660px;
	margin: 0 20px;
}
#main h3 {
	margin-bottom: 20px;
}
#main #zone1 h4,
#main #zone2 h4,
#main #zone3 h4 {
	font-size: 16px;
	margin: 10px 0 0;
	padding: 5px 5px 0;}
#main #zone1 h4 {color: #133568; border-left: 5px solid #133568;}
#main #zone2 h4 {color: #006600; border-left: 5px solid #006600;}
#main #zone3 h4 {color: #9B0B0B; border-left: 5px solid #9B0B0B;}
.zone1-sb,
.zone2-sb,
.zone3-sb{
	margin: 0 0 10px;
	font-size: 12px;
	padding: 0 5px 5px;
}
.zone1-sb {color: #133568; border-left: 5px solid #133568;}
.zone2-sb {color: #006600; border-left: 5px solid #006600;}
.zone3-sb {color: #9B0B0B; border-left: 5px solid #9B0B0B;}
#main #zone1 h5,
#main #zone2 h5,
#main #zone3 h5 {
	font-size: 14px;
	margin: 10px 0;
}
#main #zone1 h5 {color: #2368CF;}
#main #zone2 h5 {color: #51C21B;}
#main #zone3 h5 {color: #9B0B0B;}
.zone-sub {
	background-color: #EDEDED;
	border: 1px solid #CCC;
	font-size: 10px;
	color: #333;
	padding: 10px;
	margin: 0 0 50px;
}
.zone-sub p {
	margin-bottom: 0!important;
}
.zone-sub ul {
	margin-left: 1em;
	margin-bottom: 0!important;
}
.line-b {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px!important;
}
.inquiry-tb {
	width: 600px!important;
	margin-left: 20px;
	border-top: 1px solid #969696;
	margin-bottom: 30px;
	font-size: 85%;
}
.inquiry-tb th,.inquiry-tb td {
	padding: 10px;
	border-bottom: 1px solid #969696;
}
.inquiry-tb th {
	text-align: left;
	white-space: nowrap;
	background: #EDEDED;
	padding-right: 20px;

}
.inquiry-tb input,.inquiry-tb select {
	padding: 2px 3px;
	margin: 0 3px;
}

.inquiry-tb textarea {
	padding: 2px 3px;
	width: 370px;
}
/*-----------------------------------------------
 __header
-----------------------------------------------*/
#header {
	width: 720px;
	margin-bottom: 20px;
}
/*-----------------------------------------------
 __footer
-----------------------------------------------*/
#footer-link a:link,#footer-link a:visited {
	color: #333333;
	text-decoration: underline;
}
#footer-link a:hover {
	color: #CC0000;
	text-decoration: none;
}


#footer-link ul {
	list-style: none;
	text-align: center;
}
#footer-link ul li {
	display: inline;
	margin-right: 2em;
}




#footer {
	background: #000000 url(../images/footer_bg.gif) no-repeat left top;
	margin: 10px 30px 10px 10px;
	color: #FFFFFF;
	padding: 20px 15px;
	height: 150px;
}
#footer-address {
	margin: 0;
	float: right;
	width: 400px;
} 
#footer h3 {
	font-size: 85%;
	float: left;
	margin-right: 10px;
}
#footer-address p {
	float: left;
	font-size: 77%;
	line-height: 1.3em!important;
}
#footer-address p a {color:#FFFFFF!important;}
address {
	clear: both;
	text-align: right;
	font: normal 70% Arial, Helvetica, sans-serif;
}
