/* kayagreenのcss*/

/* 基本設定 */
body{
    background:#ffffff;
    margin: 0; 
    padding:0;
}

a {
  color:#003399;
  text-decoration:none;
  }

img{
    border:none;
}

#wrapper {
   width: 926px;
   margin: 0 auto; 
   padding:0px; /*  */
　　background-color:#ffffff;
}
#headerjps {
   width: 926px;
   height:150px;
   margin-top:15px;
   margin-bottom:15px;
   background:url(./img/sora.jpg)no-repeat center;
    }

#headerjp {
   width: 926px;
   height:325px;
   margin-top:5px;
   margin-bottom:15px;
   background:url(./img/top_jp.jpg)no-repeat center;
   }

#headeren {
   width: 926px;
   height:325px;
   margin-top:5px;
   margin-bottom:15px;
   background:url(./img/top_en.jpg)no-repeat center;
   }

#sitemaphead {
   width: 926px;
   height:325px;
   margin-top:5px;
   margin-bottom:5px;
   background:url(./img/site.jpg)no-repeat center;
}

#contactjp {
   width: 926px;
   margin-top:5px;
   margin-bottom:5px;
   font-family:herculanum;
   background:url(./img/contact_jp.jpg)no-repeat center;
   font-size:36px;
   color:#ffffff;
   text-align:center;
   text-indent:20%;
　　text-shadow: 5px 5px 5px #ffff00;
   text-transform:capitalize;
}

#header p{
        font-family:arial;
	color:#ffffff;
	font-size:14px;
        text-indent:20%;
        text-transform:lowercase;
}
 

 


#menu1 {
   float: left;
   width: 230px;     /* floatに、width 指定は必須です。*/
   height: 150px; 
   margin-right:2px;
   margin-bottom:2px;
   color:#ffffff;
   list-style:none;
   line-height:9em;
   font-size:20px;
   text-align:center;
   text-decoration:none;
}


#menu2 {
   float: left;
   width: 230px;     /* floatに、width 指定は必須です。*/
   height: 150px;
   margin-bottom:2px; 
   margin-right:2px;
   color:#ffffff;
   list-style:none;
   line-height:9em;
   font-size:19px;
   text-align:center;
   text-decoration:none;
}

#menu4 {
   float: left;
   width: 230px;     /* floatに、width 指定は必須です。*/
   height: 150px; 
   margin-bottom:2px;
   margin-right:2px;
   color:#ffffff;
   list-style:none;
   line-height:9em;
   font-size:19px;
   text-align:center;
   text-decoration:none;

}

 
#menu3 {
   float: left;
   width: 230px;     /* floatに、width 指定は必須です。*/
   height: 150px; 
   margin-bottom:2px;
   margin-right:0px;
   color:#ffffff;
   list-style:none;
   line-height:1.5em;
   font-size:15px;
   text-align:center;
   text-decoration:none;
}

 

#menu9 {
   float: left;
   width: 230px;     /* floatに、width 指定は必須です。*/
   height: 150px; 
   margin-bottom:15px;
   margin-right:2px;
   color:#ffffff;
   list-style:none;
   line-height:9em;
   font-size:18px;
   text-align:center;
   text-decoration:none;}

#menu6 {
   float: left;
   width: 230px;     /* floatに、width 指定は必須です。*/
   height: 150px; 
   margin-bottom:15px;
   margin-right:2px;
   color:#ffffff;
   list-style:none;
   line-height:9em;
   font-size:18px;
   text-align:center;
   text-decoration:none;
}
#menu7 {
   float: left;
   width: 230px;     /* floatに、width 指定は必須です。*/
   height: 150px;
   margin-bottom:15px;
   margin-right:2px;
   color:#ffffff;
   list-style:none;
   line-height:8em;
   font-size:20px;
   text-align:center;
   text-decoration:none;
}

#menu8 {
   float: left;
   width: 230px;     /* floatに、width 指定は必須です。*/
   height: 150px; 
   margin-bottom:15px;
   margin-right:0px;
  /* background:url(./img/menu8.jpg)no-repeat center; */
   color:#ffffff;
   list-style:none;
   line-height:8em;
   font-size:20px;
   text-align:center;
   text-decoration:none;
}

#sitecontents{
   clear: both;      /* float をクリアしています。*/
   width: 926px;
   margin-top:30px;
   background:#ffffff;
  text-align:left;
}

#sitecontents a{
		color:#003399;
		text-decoration:none;
		}

#contact-contents{
   clear: both;      /* float をクリアしています。*/
   width: 926px;
   margin-top:30px;
   background:#ffffff;
  text-align:left;
}

#contact-contents a{
		color:#003399;
		text-decoration:none;
		}

 #footer {
   clear: both;      /* float をクリアしています。*/
   width: 926px;
   height: 40px;
   background:#ffffff;
   text-indent:2.0em;
  text-align:center;
}
#footer a{
	color:#000000;
}
 