@charset "UTF-8";
/* --------------------------------------------

nav

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

main

-------------------------------------------- */
.main_wrap{
  width: 960px;
  margin: auto;  
}

.main_contents{
  margin-bottom: 26px;
}

.main_wrap .h2_title{
  width: 960px;
  height: 95px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 40px;
  text-align: center;
}

.main_wrap .h2_title h2 {
  margin-top: 40px;
}

.main_wrap .h2_title h2{
  display: inline-block;
}
/* --------------------------------------------

advicewrap

-------------------------------------------- */
.advicewrap{
  width: 800px;
  margin: 93px auto 80px;
}
h3{
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.h3_title{
  background: url("../img/h3_bg.png") no-repeat 0 100%;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 16px;
  /*  overflow-x: hidden;*/
}
.main_left{
  width: 500px;
  margin-right: 80px;
  float: left;
}

.main_left p{
  margin-bottom: 30px;
  text-align: justify;
}
.main_right img{
  margin-top: 40px;
  margin-bottom: 50px;  
}
.back_index p{
  text-align: center;
  margin-bottom: 80px;
}
.back_index a{
  font-weight: bold;
  color: #00873f;
  font-size: 17px;
  text-decoration: none;
  border: 1px solid #00873f;
  padding: 10px 20px;
}
.back_index a:hover{
  -ms-filter: "alpha( opacity=70 )";filter: alpha( opacity=70 );opacity: 0.7;
}
/* --------------------------------------------

contact

-------------------------------------------- */
.contact_wrap{
  background: url("../../../images/common/contact_bg.png") repeat-x;
  height: 200px;
}

.contact_wrap .contact_banner{
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

.contact_wrap .contact_banner a:hover{
  -ms-filter: "alpha( opacity=70 )";filter: alpha( opacity=70 );opacity: 0.7;
}

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

footpoint

-------------------------------------------- */
.footpoint_wrap {
  width: 100%;
  height: 50px;
  border-top: 1px #eee solid;
  background-color: #fff;
}

.footpoint_wrap a{
  text-decoration: none;
  color: #333;
}

.footpoint_wrap a:hover{
  text-decoration: underline;
}

.footpoint {
  width: 960px;
  margin: 0 auto;
  background: url("/images/common/footpoint_home.png") no-repeat 0 80%;
}

.footpoint_home {
  margin-top: 13px;
  margin-left: 30px;
  display: inline-block;
}

.footpoint_1 {
  background: url("/images/common/footpoint_arrow.png") no-repeat 0 70%;
  margin-left: 10px;
  padding-left: 20px;
  padding-top: 13px;
  display: inline-block;
}
