body{
    width:100%;
    min-width: 1000px;
    background-color:#ffeac9;
    border-top:6px solid #007130;
    background: url("../images/back.jpg")repeat top center;
    margin:0;
    padding: 0;
}

header{
    width:1000px;
    padding:0;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

header section{
    float: left;
    margin-right:70px;
}

h1{
    display: block;
    width:280px;
    height:92px;
    background: url("../images/logo.png")no-repeat center center;
    background-size:280px 92px;
    text-indent:100%;
    white-space:nowrap; 
    overflow:hidden;
    margin:25px 0 20px 0;
    padding:0px;
}

header a{
    display:inline-block;
    margin:0;
    height:24px;
    padding: 2px 0px 2px 20px;
    text-align: center;
    font-size:14px;
    font-weight:bold;
    color:#593d14;
    text-decoration: none;
    box-sizing: border-box;
}

#link_home{
    width:80px;
    background:url("../images/yazi_b.png")no-repeat 9px 3px;
    background-size:16px 16px;
}

#link_otherlanguage{
    background:#f6d190;
    background-image:url("../images/language.png");
    background-repeat: no-repeat;
    background-position: 15px 4px;
    background-size:17px 17px;
    border-radius: 5px;
    line-height : 25px;
    padding:0 20px 0 35px;
}

a:hover#link_home,a:hover#link_english{
    color:#e18f01;
}
header ul{	
    float : right;
    list-style: none;
    border-left:1px solid #cdbd98;
    padding:0;
    margin:20px 0 0 0;
}

header ul li{
    float: left;
    width:100px;
    border-right: 1px solid #cdbd98;
    box-sizing: border-box;
    text-align: center;
}

header ul li a{
    font-size:13px;
    font-weight:bold;
    color:#593d14;
    text-align: center;
    padding:100px 10px 0 10px;
}

header ul li a:hover{
    color:#e18f01;
}

header ul li:nth-child(1){
    background:url("../images/menu1.png") no-repeat center 10px;
    background-size:80px 80px;
}

header ul li:nth-child(1):hover{
    background: url("../images/menu1_o.png")no-repeat center 10px;
    background-size: 80px 80px;
}

header ul li:nth-child(2){
    background:url("../images/menu2.png") no-repeat center 10px;
    background-size:80px 80px;
}

header ul li:nth-child(2):hover{
    background: url("../images/menu2_o.png")no-repeat center 10px;
    background-size: 80px 80px;
}

header ul li:nth-child(3){
    background:url("../images/menu3.png") no-repeat center 10px;
    background-size:80px 80px;
}

header ul li:nth-child(3):hover{
    background: url("../images/menu3_o.png")no-repeat center 10px;
    background-size: 80px 80px;
}

header ul li:nth-child(4){
    background:url("../images/menu4.png") no-repeat center 10px;
    background-size:80px 80px;
}

header ul li:nth-child(4):hover{
    background: url("../images/menu4_o.png")no-repeat center 10px;
    background-size: 80px 80px;
}

header ul li:nth-child(5){
    background:url("../images/menu5.png") no-repeat center 10px;
    background-size:80px 80px;
}

header ul li:nth-child(5):hover{
    background: url("../images/menu5_o.png")no-repeat center 10px;
    background-size: 80px 80px;
}

header ul li:nth-child(6){
    background:url("../images/menu6.png") no-repeat center 10px;
    background-size:80px 80px;
}

header ul li:nth-child(6):hover{
    background: url("../images/menu6_o.png")no-repeat center 10px;
    background-size: 80px 80px;
}

main{
    width:1000px;
    margin:0 auto;
}

footer{
    width:100%;
    position: relative;
    background:#197c30;
    margin-top: 100px;
}
footer a{
	color:#f9ea68;
	text-decoration: underline;
}

#footer_illust{
    position: absolute;
    width:100%;
    height:116px;
    background:url("../images/footer_illust.png")no-repeat center bottom;
    background-size:1300px 116px;
    top:-55px;
    margin:0 auto;
}

#footer_content{
    width:1000px;
    margin: 0 auto;
    padding:30px 0;
}

#footer_logo{
    width:310px;
    height:102px;
    background:url("../images/footer_logo.png")no-repeat;
    background-size:310px 102px;
    margin:50px 0 0 0;
    float: left;
    text-indent:100%;
    white-space:nowrap; 
    overflow:hidden;
}

#footer_sentence{
    color:#f9ea68;
    margin:50px 0 20px 500px;
}

#footer_sentence h4{
    font-size:20px;
    margin:0;
}

#footer_sentence p,#footer_sentence h5{
    font-size:14px;
    font-weight: normal;
    margin:10px 0;
    line-height:150%;
}

#copyright{
    width:100%;
    height:40px;
    padding-top:11px;
    background: #00561f;
    text-align: center;
    color:#ffffff;
    font-size:13px;
    box-sizing: border-box;
}

#title{
    width:100%;
    height:200px;
    background: #6dd1e8;
    position: relative;
}

#title #title_image{
    width:100%;
    height:128px;
    background: url("../images/yama_illust.png")no-repeat center bottom;
    background-size:1300px 128px;
    position: absolute;
    bottom: -12px;
    z-index: 100;
}

#title #title_bottom{
    width:100%;
    height:53px;
    background: #a9cd36;
    position: absolute;
    bottom:0;
    z-index: 50;
}

#title h2{
    line-height: 150px;
    font-size:30px;
    text-align: center;
    color:#fff;
    padding:0;
    margin:0;
}

.corner1{
    margin-top:100px;
}

.corner2{
    margin-top:50px;
}

#bread_crumb{
    list-style: none;
    overflow: hidden;
    padding:0;
    margin:20px 0 0 0;
}

#bread_crumb li{
    float: left;
    padding:0;
    margin:0;
}

#bread_crumb li,#bread_crumb li a{
    color:#6d522a;
	font-size : 90%;
}

#bread_crumb li::after{
    content: ">";
	margin: 0 .5em;
}

#bread_crumb li:last-child::after{
    content: "";
}

.large_title{
    text-align: center;
    border-bottom: 1px solid #8c6b19;
    padding-bottom:20px;
    letter-spacing: 5px;
}

.large_title span:nth-child(odd){
    color:#593d14;
}

.large_title span:nth-child(even){
    color:#8c640a;
}

.button{
    display: block;
    margin:0 auto;
    border:none;
    line-height: 270%;
    border-radius: 3px;
    color:#fff;
    background:#e18f01;
}

.button:hover{
    background:#e16501;
}

.s_title{
    background:#c2a86a;
    color:#fff;
    font-weight:normal;
    line-height: 200%;
    padding:7px 0;
    margin-top:30px;
}