@charset "utf-8";

body{
    margin: 0;
	padding: 0;
	background: #f7f7f7;
	background-attachment: fixed;
}
h6{
    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: #a6a5bd;
    }

h1{
	font-family: メイリオ;
    font-size: 15pt;
	font-weight: normal;
	color: #ffffff;
    margin-bottom: 10px;
	margin-top: 28px;
}

main{
    max-width: 700px;
	background-color: #ffffff;
    overflow: hidden;
    margin-left: auto;
	margin-right: auto;
    }

img {
    max-width: 100%;
    height: auto;
}


h2{ 
    font-family: メイリオ;
    font-size: 15pt;
	font-weight: normal;
	color: #001f5f;
	margin-left: 30px;
}

p{
	font-family: メイリオ;
    font-size: 12pt;
    line-height: 2;
	font-weight: normal;
	color: #000000;
    margin-left: 20px;
    margin-right: 20px;
}

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: #a6a5bd;
    overflow: hidden;
}

h5{
   font-family: メイリオ;
   font-size: 18pt;
   font-weight: normal;
   color: #ffffff;
   margin-top: 23px;
}

@media screen and (max-width: 500px){
  header{
         height: 120px
      }
         
     h1{
        font-size: 18pt;
        line-height: 50px;
      }
      
      h2{
         font-size: 14pt;
      }  

     p{
        font-size:11pt;
     }
     
     footer{
            height: 70px;
     }
} 
