@charset "utf-8";

body{	
	margin: 0px;
	padding: 0px;
    background: #f7f7f7;
	background-attachment: fixed;
}
h6{
    width: 100%;
    max-width: 700px;
    font-family: メイリオ;
    font-size: 11pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
}

header{
	max-width: 700px;
	height: 108px;
	margin-left: auto;
    margin-right: auto;
    background-color: #7f949e;
}

h1{
	font-family: メイリオ;
    font-size: 18pt;
	font-weight: normal;
	color: #ffffff;
    margin-top: 25px;
}

main{
	margin-left: auto;
    margin-right: auto;
	max-width: 700px;
	background: #ffffff;
    overflow: hidden;
}

h2{
	font-size: 20pt;
	font-weight: normal;
	color: #001f5f;
	margin-left: 120px;
}

h3{
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	margin-left: 30px;
	margin-right: 20px;
}

P{
    font-size: 11pt;
    line-height: 1.5;
    color: #000000;
    margin-left: 120px;
}

a{
    color: #097db6;
}
a:link{
    text-decoration: none;
}
a:hover{
    color: #9c0000;
    text-decoration: underline;
}

footer{
    max-width: 700px;
    height: 75px;
    margin-left: auto;
	margin-right: auto;
    background-color: #7f949e;
    overflow: hidden;
}

h5{
	font-size: 15pt;
	font-weight: normal;
	color: #ffffff;
    margin-top: 27px;
}

@media screen and (max-width: 500px){
  header{
         height: 120px
      }
         
     h1{
        font-size: 18pt;
        line-height: 50px;
      }
      
      h2{
         font-size: 14pt;
         margin-left: 20px;  
      }  

     p{
        font-size:11pt;
        margin:0 auto;
     }
     
     footer{
            height: 70px;
     }
} 
