body {
    background-image: url(../images/common/body_bg.jpg);
}
#header {
	width: 100%;
	position: relative;
}
.header_wrap {
    background-color: #FFF;
    width: 100%;
    height: 47px;
    -moz-box-shadow: 0px 0px 5px #cccccc;
    -webkit-box-shadow: 0px 0px 5px #cccccc;
    box-shadow: 0px 0px 5px #cccccc;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #BEA78A;
}

#header .logo {
    background-image: url(../images/common/logo.png);
    background-size: 70px 47px;
    height: 47px;
    width: 70px;
    float: left;
    text-indent: -9999px;
    position:absolute;
    left:50%;
    margin-left:-35px;
}
#header .logo a {
	height: 47px;
	width: 70px;
	display: block;
}
.h_right  {
    float: right;
    height: 35px;
    width: 35px;
    margin-top: 7px;
    margin-right: 12px;
}
.h_right a {
    height: 35px;
    width: 35px;
    display: block;
    float: right;
}

.main_img img {
	width: 100%;
}
.wrap300 {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}



.top_info {
  width: 100%;
  max-width: 300px;
  margin: 15px auto;
}

.top_info a {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  color: white;
  display: block;
  box-sizing: border-box;
  background-color: #cf7f26;
}


.h2_box {
    height: 40px;
    width: 300px;
    background-color: #967653;
    margin-right: auto;
    margin-left: auto;
}

.h2_box h2 {
    font-size: 16px;
    line-height: 16px;
    height: 14px;
    width: 200px;
    padding-top: 13px;
    color: #FFFFFF;
    float: left;
    padding-left: 13px;
}


.h2_box2 {
	height: 38px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c993a6;
	border-bottom-color: #000000;
	background: #71170b; /* Old browsers */
}
h2.page_title {
    font-size: 18px;
    color: #967653;
    width: 282px;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}
h2.page_title span {
    font-size: 7px;
    color: #967653;
    font-weight: normal;
}
.content_box {
    border: 1px solid #C5B19A;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 19px;
    padding-left: 19px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #FFF;
}

.ban_box {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	margin-bottom: 20px;
}
.to_menu_ban {
    height: 58px;
    width: 298px;
    margin-bottom: 10px;
    background-image: url(../images/common/menu_ban_bg.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    background-size:300px 60px;
    border:solid 1px #C5B19A;
}
.to_contact_ban {
    height: 58px;
    width: 298px;
    margin-bottom: 10px;
    background-image: url(../images/common/contact_ban_bg.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    background-size:300px 60px;
    border:solid 1px #C5B19A;
}
.to_facebook_ban {
    height: 58px;
    width: 143px;
    margin-bottom: 10px;
    background-image: url(../images/common/facebook_ban_bg.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    background-size:145px 60px;
    border:solid 1px #C5B19A;
    float:left;
}
.to_blog_ban {
    height: 58px;
    width: 143px;
    margin-bottom: 10px;
    background-image: url(../images/common/blog_ban_bg.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    background-size:145px 60px;
    border:solid 1px #C5B19A;
    float:right;
}
.to_insta_ban {
    width: 300px;
    height: 60px;
    margin-bottom: 10px;
    background-image: url(../images/common/insta_bg.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-size:300px 60px;
    border:solid 1px #C5B19A;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer {
    background-image: url(../images/common/footer_bg.png);
}

.f_menu {
    width: 100%;
    border-top: solid 1px #c9bdb7;
    border-bottom: solid 1px #c9bdb7;
    overflow: hidden;
    height: auto;
    position: relative;
}


.f_menu .left a{
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #967653;
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 12px;
    padding-left: 0;
}
.vertical_line {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 2px;
}
.f_menu .right a{
    display: block;
    width: 50%;
    float: right;
    text-align: center;
    font-size: 12px;
    color: #967653;
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 12px;
    padding-left: 0;
}
.to_pc_btn {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 85px;
    padding-bottom: 0;
    padding-left: 85px;
}
.to_pc_btn a {
    display: block;
    height: 19px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #C9BDB7;
    text-align: center;
    padding-top: 6px;
    font-size: 12px;
    color: #967653;
    background: url(../images/common/to_pc_btn_bg.png) center no-repeat;
    background-size:148px 25px;
}
.copy  {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 9px;
    color: #967653; /* Old browsers */
    width: 100%;
    text-align: center;
    background:url(../images/common/copy_bg.png);
}
