

/*コンテンツ全体枠の設定*/

#frame{
 width:640px;
 margin:40px auto;
 padding:40px 80px;
 border:#000000 1px solid;
 background-color:#ffffff;
}
