@charset "Shift_Jis"; /***************/ /* ページ */ /***************/ #PAGETOP{ width:720px; margin:0 auto; background-color :#000; background-image :url(img/pagetop.gif); background-position:100% 0; border-style:solid; border-width:1px; border-color:#000; } /*****************/ /* ヘッダー */ /*****************/ #HEADER{ height:170px; width:555px; float:left; background-image :url(img/top.gif); background-repeat :no-repeat; background-position:-40px 0; } ul#PAN{ margin:0 0 0 120px; } #PAN li{ margin-right:0.5em; display:inline; list-style:none; } #PAN li:after{content:" >";} /*****************/ /* メニュー */ /*****************/ #MENU{ width:165px; padding-top:200px; color:#ccc; background-image :url(img/top.gif); background-repeat :no-repeat; background-position:-595px 0; float:right; } #MENU h2{ display:none; } #MENU ul{ margin:0 5px 30px 25px; } #MENU li{ margin-right:0.5em; list-style:none; } #MENU a{ padding-left:15px; background-image :url(img/menu01.gif); background-repeat :no-repeat; background-position:0 50%; text-decoration:none; } #MENU a:link {color:#eee;} #MENU a:visited{color:#999;} #MENU a:hover {color:#f63; text-decoration:underline; background-image:url(img/menu02.gif); } #MENU li.menu-on a{ font-weight:bold; background-image:url(img/menu02.gif); } /*****************/ /* 記事部分 */ /*****************/ #KIZI{ width:555px; float:left; background-color:#fff; } .text{ margin:0 15px; } ul.modori{ margin:0 -5px 0 0; float:right; } .modori li{ list-style:none; } .modori li a{ display:block; width:22px; height:21px; background-image :url(img/modori.gif); background-repeat:no-repeat; font-size:1px; } /*****************/ /* フッター */ /*****************/ #FOOTER{ clear:both; width:720px; background-image :url(img/footer.gif); background-repeat:no-repeat; } #FOOTER h2{ display:none; } #FOOTER ul{ margin:0; padding:60px 170px 20px 0; text-align:right; } #FOOTER li{ display:inline; margin:0 0.3em; } #FOOTER address{ display:inline; } #FOOTER a {text-decoration:none;} #FOOTER a:link {color:#eee;} #FOOTER a:visited{color:#999;} #FOOTER a:hover {color:#f63; text-decoration:underline; }