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