/*** メイン全体の枠の幅を1200pxから1350pxへ変更 ***/
/*** 右メニューをメニューの下へ配置 ***/
/*** 主コンテンツの幅を778pxから1128px、右のマージンを200pxから0pxへ変更 ***/
 
/* メイン全体の枠 */
#container{
    min-width: 1350px;
    _width: 1350px;
}
 
 
/* ----- Contents ----- */
/* コンテンツの配置 */
 
#menubar2{
    float:left;
    clear:both;
}
 
 
/* ----- Center ----- */
 
#contents{
    margin: 0 0 0 200px;
    min-width: 1128px;
}
最終更新:2016年03月06日 19:52