@charset "utf-8";
/* CSS Document */


#mainimage{
width:920px;
height:600px;
position:absolute;
top:100px;
left:0px;
z-index:10;
background-image:url("../../img/contents_bg.gif");
background-position:center;
}
#mainimage2{
width:920px;
height:600px;
position:absolute;
top:100px;
left:0px;
z-index:9;
background-image:url("../../img/contents_bg.gif");
background-position:center;
}

#nextbt{
position:absolute;
top:580px;
left:675px;		
}

#footer #footerBox{
position:absolute;
top:40px;
left:600px;	
}
#footerBox li{
float:left;
margin-right:15px;
}


/* 雨の音が聞こえる家 */
#house1{
  width:920px;
  height:1970px;
  background-image:url("../img/house1.png");
  background-position:top center;
  background-repeat:no-repeat;
  position:relative;
  margin:0 auto;
}

#house1 #myBody{
width:258px;
height:64px;
position:absolute;
top:985px;
left:0px;
}

#house1 #myBody h2{
position:absolute;
top:0px;
left:280px;
}

#house1 #myBody p{
width:310px;
position:absolute;
top:88px;
left:225px;	
}

#house1 #contactbt{
position:absolute;
top:680px;
left:12px;	
}

#house1 #footer{
height:85px;
position:absolute;
top:1970px;
left:10px;	
}

/* チーズのような家 */

#house2{
  width:920px;
  height:1970px;
  background-image:url("../img/house2.png");
  background-position:top center;
  background-repeat:no-repeat;
  position:relative;
  margin:0 auto;
}
#house2 #myBody{
width:258px;
height:64px;
position:absolute;
top:985px;
left:0px;
}

#house2 #myBody h2{
position:absolute;
top:0px;
left:280px;
}


#house2 #myBody p{
width:310px;
position:absolute;
top:68px;
left:225px;	
}

#house2 #contactbt{
position:absolute;
top:680px;
left:12px;	
}

#house2 #footer{
height:85px;
position:absolute;
top:1970px;
left:10px;	
}



