@charset "utf-8";

body{
	background: #f7f7f7;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

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: #a6a5bd;
}

h1{ 
    font-family: メイリオ;
	font-size: 18pt;
	font-weight: normal;
	color: #ffffff;
	margin-top: 25px;
}

main{
    max-width: 700px;
	background: #ffffff;
	overflow: hidden;
    margin-left: auto;
	margin-right: auto;
}

h2{
    font-family: メイリオ;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	margin-left: 70px;
	margin-right: 20px;
}

a{
    color: #0c6586;
}
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: 12pt;
          margin-left: 40px;
          margin-right: 40px;}
 }