@charset "UTF-8";

/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */
@import url("reset.css");
@import url("exvalidation.css");


/* -----------------------------------------------------------
	Basic Settings
----------------------------------------------------------- */
body{
  background:url(../img/bg.png);
}

/* rollover */
.rollover a img:hover{
	filter: alpha (opacity=70);
	-moz-opacity: 0.70;
	-webkit-opacity: 0.70;
	opacity: 0.70;
}

/* Clearfix */
.clearfix:after,
#header:after,
#footer ul:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
}
h3{text-align:center;}
img{vertical-align:top;}


/* -----------------------------------------------------------
	Header
----------------------------------------------------------- */
header{
  height:39px;
  background:url(../img/bg_head.png) repeat-x;
}
#header{
  width: 900px;
  padding-top: 9px;
  margin: 0 auto;
}
#header h1{
  height:22px;
  float: left;
}
#header span{
  height:22px;
  display:block;
  float: right;
}

/* -----------------------------------------------------------
	Main
----------------------------------------------------------- */
#main{
  width:900px;
  margin:0 auto;
  padding:0 7px 60px;
  background:url(../img/bg_main.png) repeat-y;
}
#main .inner{
  width: 740px;
  margin: 0 auto;
}
#main ul{
  padding:0;
  list-style:none;
}
.sec_01{
  padding:20px 0 50px 0;
}
.sec_01 p{
  font-size: 14px;
  line-height: 24px;
  color:#4e4e4e;
  margin-bottom: 20px;
}
.sec_01 ul{
  margin:0 0 20px 0;
}
.sec_02 h4{
  padding:10px 0;
}
.sec_02 .image{
  margin-bottom: 70px;
}
.sec_03 table{
  width: 100%;
  border-collapse:separate;
  border-spacing:4px;
  margin-bottom: 15px;
}
.sec_03 th{
  font-size: 14px;
  background:#135275;
  padding:7px 0;
  color:#fff;
  -moz-box-shadow:0 0 3px #c5cdd2;
  -webkit-box-shadow:0 0 3px #c5cdd2;
  box-shadow:0 0 3px #c5cdd2;
}
.sec_03 td{
  font-size: 14px;
  line-height:24px;
  padding:7px 0;
  color:#4e4e4e;
  -moz-box-shadow:0 0 3px #c5cdd2;
  -webkit-box-shadow:0 0 13px #c5cdd2;
  box-shadow:0 0 3px #c5cdd2;
  vertical-align:middle;
  text-align:center;
}
.sec_03 p{
  font-size: 14px;
  font-weight: bold;
  line-height:24px;
  margin-bottom: 55px;
  color:#4e4e4e;
}
.sec_03 p span{
  color:#db5020;
}
.sec_03 .button{
  background:#fffad7;
  border:1px solid #faa680;
  padding:15px 0;
  text-align:center;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
}
.sec_contact p{
  font-size: 14px;
  line-height: 24px;
  color:#4e4e4e;
  margin-bottom: 20px;
}
.sec_contact table{
  width:630px;
  border-collapse:separate;
  border-spacing:4px;
  margin:0 auto 45px auto;
}
.sec_contact th{
  font-size: 14px;
  width: 195px;
  padding:5px 0;
  text-align:center;
  background:#135275;
  color:#fff;
  -moz-box-shadow:0 0 3px #c5cdd2;
  -webkit-box-shadow:0 0 3px #c5cdd2;
  box-shadow:0 0 3px #c5cdd2;
}
.sec_contact th span{
  color:#ffea04;
}
.sec_contact td{
  padding:5px;
  border:1px solid #89a8ba;
  -moz-box-shadow:0 0 3px #c5cdd2;
  -webkit-box-shadow:0 0 3px #c5cdd2;
  box-shadow:0 0 3px #c5cdd2;
}
.sec_contact td input{
  width: 96%;
  border:0;
  padding:7px;
}
.sec_contact textarea{
  width: 96%;
  border:0;
  padding:7px;
}
.send{
  text-align:center;
}
.empty{
  color:#b0b0b0;
}

/* -----------------------------------------------------------
	Footer
----------------------------------------------------------- */
#footer{
  width: 914px;
  margin:0 auto;
  background:url(../img/bg_footer.png) top center no-repeat;
}
#footer ul{
  width: 728px;
  margin: 0 auto;
  padding:40px 0 0 0;
  list-style:none;
}
#footer li{
  float:left;
  margin-right: 10px;
}
#footer small{
  padding:55px 0;
  display: block;
  text-align:center;
}