@charset "UTF-8";

body{
	background-image: url("img/body.png");
	background-repeat: repeat-y;
    width: 100%;
	background-position: center;
	margin: 0 auto;
}


#top
        {  
         margin: 0 auto;
         width : 950px ;
        }

#left
        {
         float: left;
         width : 250px ;
        }

#right
        {
         float: right;
         width : 700px ;
        }

#top2
        {  
         margin: 0 auto;
         width : 950px ;
        }


#left2
        {
         float: left;
         width : 475px ;
        }

#right2
        {
         float: right;
         width : 475px ;
        }

#box {
float: left;
overflow: hidden;
width: 475px;
height: 260px;
}

#box iframe {
float: left;
overflow: scroll;
width: 475px; /*PC版の幅−5pxくらい*/
height: 260px;
}

#footer
        {
       }


