


body {
   color: #000000;
   background-color: #ffffff;
   font-family: "Hiragino Kaku Gothic ProN","メイリオ", "sans-serif";
 }



img {border-style: none;
}



h1, h2, h3, h4 {
   margin: 0px 0px 7px 0px;
}




h1 {
   font-size: 30px;
   font-weight: bold ;
   font-family: Verdana, Helvetica, Arial;
   text-align: left;
   color: #ffffff;
}



h2 {
   font-size: 32px;
   font-weight: bold ;
   font-family: Verdana, Helvetica, Arial;
   padding-top: 7px;
   text-align: left;
   color: #111111;
}


h3 {
   font-size: 28px;
   font-weight: bold;
   font-family: Verdana, Helvetica, Arial;
   text-align: left;
   color: #111111;
}


h4 {
   font-size: 24px;
   font-weight: bold;
   font-family: Verdana, Helvetica, Arial;
   text-align: left;
   color: #111111;
}




/* header */



#header {                       
   position: absolute;        
   top: 5px;
   left: 0px;
   width:400px;
   height: 95px;               
   margin-left: auto;
   margin-right: auto;
}



#logo-header {
   position: relative;
   top: 0px;
   left:120px;
  }





/* menu */


#menu{
  position: absolute;        
  list-style-type: none;
  top: 100px;
  left: 15px;
  width: 455px;
  height: 280px;
  font-size:22px;
  padding: 0;
  color: #111111;
 }


#menu li{
  position: relative;
  width: 48%;
  height: 50px;
  float: left;
  padding: 20px 1px 1px 1px;
  text-align: center;
  border: 2px solid #a9a9a9;
}



#menu li:hover > a{color: #0000ff;
}

a:link { color: #111111; }
a:visited { color: #111111; }

a {text-decoration: none;
}



/* image-resize */


.image-resize {
  width: 250px;
  height: 75px;
  -ms-interpolation-mode: bicubic;
}





/* image-resize1 */


.image-resize1 {
  width: 420px;
  height: 290px;
  -ms-interpolation-mode: bicubic;
}




/* image-resize2 */


.image-resize2 {
  width: 360px;
  height: 380px;
  -ms-interpolation-mode: bicubic;
}
  
   

#top-title1 {
   position: absolute;              /* top title */
   top: 375px;
   left: 0px;
   width: 425px;
   height: 50px;
   padding: 15px 10px 10px 40px;
   background-color: #ff0000;
    }
    
    




/* center */

#center {
   position: absolute;            
   top: 450px;
   left: -20px;
   width: 470px;
   height: 2000px;
   padding: 0px 0px 0px 5px;
   font-size: 22px;
   line-height: 180%;
   border: 0px solid #cccccc;
   }
