/**全体のサイズ指定**/
#rap{
width:760px;
height:auto;
margin:0px;
padding:0px;
}


/**divの背景画像指定**/

/**ロゴ部分**/
#header{
width:760px;
height:70px;
margin:0px;
padding:0px;
}
/**コンテンツ部分**/
#center{
background-color:#FFFFFF;
background-image:url(img/side.gif);
background-repeat:repeat-y;
width:760px;
height:auto;
margin:0px;
}
/**フッター部分**/
#footer{
background-color:#FFFFFF;
background-image:url(img/footer.gif);
background-repeat:no-repeat;
width:760;
height:40px;
margin:0px;
}


/**center内のdiv指定**/

/**コンテンツ全体の指定**/
#contents{
margin-top:10px;
margin-left:30px;
margin-right:30px;
margin-bottom:10px;
width:720px;
height:auto;
}
/**フラッシュ部分**/
#flash{
width:700px;
height:290px;
margin:0px;
text-align:center;
}

/**メニュー部分**/
#menu{
width:700px;
height:70px;
margin:0px;
padding-top:10px;
text-align:center;
}




