/* kayagreen トップページのcss*/

/* 基本設定 */
body{
 text-align:center; 
　　background:url(./img/top.jpg)no-repeat center;  
   margin: 0 auto; 
    padding:0px;
}

h1{
   text-align:center; 
    margin: 0 auto; 
    padding:0px;
}

a{
  text-decoration:none;
}
#wrapper {
   width: 926px;
   margin: 0 auto;   /* 幅固定（926px）でセンタリングします。*/

 
}


#main{
   width: 926px;
   height:525px;
   margin-top:5px;
   margin-bottom:5px;
   clear: both;      /* float をクリアしています。*/
   background-color: #ffffff;
   background:url(./img/entrance.jpg)no-repeat center;
   color:#ffffff;
   text-align:center; 
}

.info-a{
   	width: 150px;
   	height:55px;
	float:left;
	color:#000000;
	font-size:14px;
        text-align:left;
	margin-left:100px;

}

.info-b{
   	width: 676px;
   	height:55px;
	float:left;
	color:#000000;
	font-size:14px;
        text-align:left;
	margin:0 auto;
}


.main-sp{
   	width: 258px;
   	height:30px;
	float:left;
	color:#ffffff;
	font-size:14px;
        text-align:center;
}

#main-jp{
   	width:200px;
   	height:30px;
	float:left;
	color:#ffffff;
	font-size:14px;
        text-align:right;	
	text-decoration:none;
        margin:0 5 0 0px;
}

#main-jp a{
	text-decoration:none;
}
#main-en{
	color:#ffffff;
   	width:200px;
   	height:30px;
	float:left;
	font-size:14px;
        text-align:left;
	text-decoration:none;
	margin:0 5 0 0px;
}

#main-en a{
	text-decoration:none;
}

#main-cojp{
   width: 926px;
   height:325px;
   clear: both;      /* float をクリアしています。*/
   background:url(./img/ajuga.jpg)no-repeat center;
   margin-bottom: 15px;

}

#main-coen{
   width: 926px;
   height:325px;
   clear: both;      /* float をクリアしています。*/
   background-color: #ffffff;
   background:url(./img/ajugae.jpg)no-repeat center;
   margin-bottom: 15px;
	}


#main-access{
   width: 926px;
   height:325px;
   clear: both;      /* float をクリアしています。*/
   background:url(./img/access.jpg)no-repeat center;
   color:#ffffff;
   text-align:left;
   margin: 0 auto;  
}
#main-contact{
   width: 926px;
   height:325px;
   clear: both;      /* float をクリアしています。*/
   font-family:herculanum;
   font-size:50px;
   background-color: #ffffff;
   background:url(./img/contact.jpg)no-repeat center;
   color:#ffffff;
   text-align:center;
   text-indent:2.0em;
　　text-shadow: 5px 5px 5px #ffff00;
   text-transform:capitalize;
   margin: 0 auto;  
}

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

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

#contact-contents a{
		color:#003399;
		text-decoration:none;
		}
#jyunbi {
   width: 926px;
   height:325px;
   clear: both;      /* float をクリアしています。*/
   background-color: #ffffff;
   background:url(./img/jyunbi.jpg)no-repeat center;
   color:#ffffff;
   text-align:center;
   margin: 0 auto; 
    clear: both;      /* float をクリアしています。*/
 }
 

 #footer {
   clear: both;      /* float をクリアしています。*/
   width: 926px;
   height: 40px;
   background:#ffffff;
   text-align:center;
   margin: 0 auto;  
}
 