@charset "utf-8"; /*utf-8の場合*/
.odd{
width:882px;
background-image:url(../images/introduction_img/introduction_room_back01.jpg);
background-position:left;
background-repeat:no-repeat;
overflow:hidden;
margin:8px 9px 0 9px;
}
.odd p{
margin:80px 0 0 45px;
width:310px;
float:left;
display:inline;
}
.odd img{
float:left;
}
.even{
width:882px;
background-image:url(../images/introduction_img/introduction_room_back02.jpg);
background-position:right;
background-repeat:no-repeat;
overflow:hidden;
margin:8px 9px 0 9px;
}
.even p{
margin:80px 0 0 45px;
width:310px;
float:left;
}
.even img{
float:left;
}
#contents{
padding-bottom:9px;
}


#p3{
margin-top:70px;
}
#p4{
margin-top:46px;
}