
h1 {
	float:	left;
	width:	400px;
}


header{
padding:8px 20px 5px;
height:40px;
background:url(../img/bg_header.jpg) no-repeat;
border-bottom:#98ca98 solid 2px;
}

header .right{
	float: right;
	width: 350px;
	margin-top: 20px;
}


footer{
border-top:#98ca98 solid 2px;
padding:15px 0px;
text-align:center;
clear:both;
}

footer p{
margin:15px;
}




.menu-btn {

/*
    display: inline-block;
    width: 160px;
    height: 48px;

    line-height: 48px;
    padding-left: 10px;

    color: #3d7d29;
    font-size: 18px;

*/


    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 180px;
    height: 60px;
    padding-left: 15px;   /* 線の分だけ少し余裕を作る */


    text-decoration: none;

    border: 1px solid #999;

    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #f7f7f7 45%,
        #ececec 100%
    );

    box-shadow:
        inset 0 1px 0 #ffffff,
        0 1px 2px rgba(0,0,0,.2);

    box-sizing: border-box;
}


.menu-btn2 {

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 180px;
    height: 60px;
    padding-left: 15px;   /* 線の分だけ少し余裕を作る */

    text-decoration: none;

    border: 1px solid #999;

    background: linear-gradient(
        to bottom,
        #ffffff,
        /* #f7f7f7 45%, */
		/* #90CE9C, */
		#93CA76,
        /* #7DBD5D */
		#8AC75A
    );

    box-shadow:
        inset 0 1px 0 #7DBD5D,
        0 1px 2px rgba(0,0,0,.2);

    box-sizing: border-box;
}


.menu-btn:hover {
    background: linear-gradient(
        to bottom,
        #ffffff,
        #f2f2f2,
        #dddddd
    );
/*
    color: #2d6a1f;
*/


    left: 1px;
    top: 1px;

    width: 5px;
	height: 56px;

    /* color: #008800; */
	/* background: #008800; */


}


.menu-btn2:hover {

	/*
    background: linear-gradient(
        to bottom,
        #ffffff,
	*/
        /* #f2f2f2, */
	/*
		#90CE9C,
        #7DBD5D
    );
	*/

    background: linear-gradient(
        to bottom,
        #ffffff,
		#93CA76,
		#8AC75A
    );

    left: 1px;
    top: 1px;

    width: 5px;
	height: 56px;

}


.menu-btn::before {
    content: "";
    position: absolute;

    left: 1px;
    top: 1px;

    width: 5px;
    /* height: calc(100% - 16px); */
	height: 56px;

    /* background: #3d7d29; */
	background: #7DBD5D;
    /* border-radius: 2px; */
}


.menu-btn2::before {
    content: "";
    position: absolute;

    left: 1px;
    top: 1px;

    width: 5px;
	height: 56px;

	background: #008800;
}



.menu-btn .jp {
	display: block;
    margin-top: 20px;
    color: #000000;
    /* font-size: 22px; */
    font-size: 14px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-weight: bold;
    line-height: 1.1;
}

.menu-btn .en {
	display: block;
    margin-top: 4px;
    color: #3d7d29;
    font-size: 9px;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    margin-top: 8px;

  letter-spacing: -0.01em; /* 文字間を狭める */

}


.menu-btn2 .jp {
	display: block;
    margin-top: 20px;
    color: #000000;
    /* font-size: 22px; */
    font-size: 14px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-weight: bold;
    line-height: 1.1;
}

.menu-btn2 .en {
	display: block;
    margin-top: 4px;
    color: #008800;
    font-size: 9px;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    margin-top: 8px;

  letter-spacing: -0.01em; /* 文字間を狭める */

}



a:hover{
text-decoration:none;
}




.page-title {
    display: flex;
    align-items: center;

    /* width: 540px; */
    width: 570px;
    height: 32px;

    /* padding: 0 12px; */

    border: 1px solid #8fb96a;
    border-radius: 4px;

/*

    background: linear-gradient(
        to bottom,
        #f8fbf1 0%,
        #e9f4d8 45%,
        #d8eab5 100%
    );

*/

    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #8fb96a 50%,
        #008800 100%
    );



    color: #ffffff;
    font-size: 18px;
    font-family: "Yu Gothic", sans-serif;
    font-weight: bold;

/*
    text-shadow:
        -1px -1px 0 #5f8d3b,
         1px -1px 0 #5f8d3b,
        -1px  1px 0 #5f8d3b,
         1px  1px 0 #5f8d3b;
*/

    text-shadow:
        -1px -1px 0 #008800,
         1px -1px 0 #008800,
        -1px  1px 0 #008800,
         1px  1px 0 #008800;


}


.arrow {

	margin-left: 8px;

    width: 0;
    height: 0;

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #ff8a00;

    margin-right: 6px;
}



.emphasis{

	font-size: 36px;
	/* font-weight: bold; */
	color: red;
	padding-top: 16px;
	padding-bottom: 16px;

}


.link-banner{
    width: 192px;
    height: 48px;
}



