	@charset "Shift_JIS";
body{
  background-color : #eff5fe;
}

div{
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  width : 1000px;
  background-color : white;
}

.header_frame{
	text-align: left;
	text-indent: 3px;
	margin-top: 10px;
	width: 1000px;
	height: 100px;
	vertical-align: baseline;
	background-image : url(../../image/all_title-01.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1000px 100px;
}



.menu1{
    width : 150px;
    line-height : 2.5em;
    text-decoration: none;
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #f7f7f7;
    border-left : 6px solid #87cefa;/*左線*/
    color : blue;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    font-family : メイリオ;
  text-align : center;
}
.menu1a{
 display:block;
    　width:100%;
    　height:100%;
}

.menu1:active{
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

.menu1:hover{
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #c0efff;
    color: white;
}

.menu_frame{
  width : 1000px;
  position : relative;
  top : 20px;
  float : none;
  vertical-align : top;
}

.menu2{
  width : 180px;
  height : 50px;
display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #668ad8;/*繝懊ち繝ｳ濶ｲ*/
    color : #ffffff;
    border-bottom : 4px solid #627295;
    border-radius: 3px
;
  font-size : medium;
  font-family : メイリオ;
  text-align : center;
  vertical-align : middle;
}
.menu2:active{
	/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

a:visited{
  color : navy;
}

.footer_frame{
	background-color: #c0efff;
	width: 1000px;
	height: 180px;
	background-image : url(../../image/footer-01.png);
	background-repeat: no-repeat;
}

.footer_frame_En{
  background-color : #c0efff;
  width : 1000px;
  height : 220px;
  background-image : url(../image/footer_English-01.png);
  background-repeat : no-repeat;
  background-size: contain;
}

h2{
  font-size : x-large;
  font-family : メイリオ;
  font-weight : bold;
  background-image : url(../image/bar-01.png);
  background-repeat : no-repeat;
  background-position : left bottom;
  padding : 0px 0px 0px 10px;
}

.p1{
  font-size : midium;
  font-family : メイリオ;
  text-align : left;
}

.p2{
  font-size : midium;
  font-family : メイリオ;
  font-weight : bold;
  text-align : left;
}

.jikkenwaku{
  text-align : left;
  width : 700px;
}
