@charset "utf-8"; /* CSS Document */ /* CSS Infomation ============================== File name: shop.css Description: layout base, 2col Editors: (´'ω'`) Last Editor: (´'ω'`) Date: 2009.12.5 Table of Contents: * structure * header * main * footer ============================================= */ /* フロート */ #shop-main { position: relative; height: 506px; width: 780px; } #shop-left { float: left; position: absolute; height: 506px; width: 200px; top: 0px; left: 0px; } #shop-content { float: left; position: absolute; height: 506px; width: 780px; top: 0px; left: 0px; } /* maim */ #cake { position: absolute; height: 123px; width: 580px; top: 17px; left: 200px; } #meron { position: absolute; height: 113px; width: 580px; top: 152px; left: 200px; } #ninki { position: absolute; height: 227px; width: 580px; top: 277px; left: 200px; } #ninki-manyuu { position: absolute; height: 37px; width: 580px; top: 277px; left: 200px; } #ninki-main { position: aboslute; border-right: 1px solid #cc0115; border-left: 1px solid #cc0115; border-top-color: #cc0115; border-bottom-color: #cc0115; height: 180px; width: 578px; top: 39px; left: 0px; } #ninki-border { position: absolute; height: 10px; width: 580px; top: 217px; left: 0px; } #mikan { position: absolute; height: 118px; width; 132px; top: 42px; left: 44px; } #itiosi-mikan { position: absolute; height: 12px; width: 145px; top: 175px; left: 39px; } #mikan-nedan { position: absolute; height: 11px; width: 89px; top: 196px; left: 66px; } #ringo { position: absolute; height: 122px; width: 127px; top: 40px; left: 224px; } #souryou-ringo { position: absolute; height: 12px; width: 126px; top: 178px; left: 225px; } #ringo-nedan { position: absolute; height: 11px; width: 108px; top: 199px; left: 239px; } #mango { position: absolute; height: 120px; width: 160px; top: 40px; left: 392px; } #souryou-mango { position: absolute; height: 11px; width: 138px; top: 178px; left: 408px; } #mango-nedan { position: absolute; height: 11px; width: 84px; top: 199px; left: 432px; } /* アコーディオンメニュー */ #shop-kodawari { position: absolute; height: 297px; width: 188px; top: 17px; left: 0px; } ul.acc, ul.acc li ul { margin: 0; padding: 0; list-style: none; } ul.acc a{ display: block; height: 22px; line-height: 30px; color: #feffff; } ul.acc { background-color: #ffffff; border-bottom: 1px solid #cccccc; } ul.acc li ul { background-color: #A6B5E2; }