/* 全体レイアウト */
body                 { text-align: center;          background: none #ffffff; }
table#body           { width: 640px; height: 100% ; background: none #ffffff; margin: 0; }
td#head_l            { width:  10px; height:  80px; background: url(img/head_l.jpg) top    right  no-repeat; }
td#head_c            { width: 620px; height:  80px; background: url(img/head_c.jpg) top    center no-repeat; }
td#head_r            { width:  10px; height:  80px; background: url(img/head_r.jpg) top    left   no-repeat; }
td#head_l            { display: none; }
td#head_c            { display: none; }
td#head_r            { display: none; }
td#body_l            { width:  10px; height: 100% ; }
td#body_c            { width: 620px; height: 100% ; }
td#body_r            { width:  10px; height: 100% ; }
td#foot_l            { width:  10px; height:  50px; background: none; }
td#foot_c            { width: 620px; height:  50px; background: none; line-height: 15px; }
td#foot_r            { width:  10px; height:  50px; background: none; }
div#page-top         { display: none; }

/* ヘッダー */
table#header         { width: 620px; height:  80px; }
td#header_t          { width: 620px; height:  15px; background: url(img/header_t.jpg) top    center no-repeat; line-height: 15px;}
td#header_r          { width: 240px; height:  25px; background: url(img/header_r.jpg) top    left   no-repeat; }
td#header_b          { width: 620px; height:  10px; background: url(img/header_b.jpg) top    center no-repeat; line-height: 10px; }
div#mm_inquiry       { display: none; }
td#header_h2         { width: 460px; height:  30px; background: url(img/header_h2.jpg) top   left   no-repeat; }
h1                   { display: none; }
h2                   { display: none; }

/* メインメニュー ( Main Menu ) */
table#mm             { display: none; }

/* 製品メニュー ( Product Menu ) */
div#pm               { display: none; }

/* コンテンツ */
div#navigation       { display: none; }
div#contents         { margin: 10px 0 0 0; }

