/*bodyのプロパティのスタイル*/body{ background-color: #FFFFFF; background-image:url("./images/back.gif"); background-repeat:repeat-y; margin: 0; padding: 0; color: #000000; font-size: 80%;}/*見出しのスタイル(トップ）*/H1 { position: absolute; font-size: 12px; color: #000000;} /*サイドメニューのスタイル*/#navi{ margin: 0px; padding: 0px; list-style: none;}.menu { color: #000000; font-size: 80%; margin: 0px 0px 4px 0px;}.menu a{ text-decoration: none; color: #000000;}.menu a:hover{ text-decoration: none; color: #FF0000;}/*リサイクル絵のスタイル*/p.head { margin: 4px }.head { font-size: 80% }.head { line-height: 1.3 }.head { color: #CC0000 }p.box { margin: 0px }.box { font-size: 80% }.box { line-height: 1.3 }/*行間のスタイルその1*/p.u { margin: 5px 0px 0px 0px }.u { font-size: small }.u { line-height: 1.3 }/*オーダーページへのスタイルその1*/A.order { text-align: center }A.order:link { color: #CC0000 }A.order:active { color: #FF0000 }A.order:visited { color: #CC0000 }A.order:hover { color: #FF0000 }/*オーダーページへのスタイルその2*/p.next { margin: 30px }.next { font-size: 14px }.next { text-align: center }.next { line-height: 1.3 }/*ページトップへ戻るのスタイルその1*/A.top { text-align: center }A.top { text-decoration: none }A.top:link { color: #666666 }A.top:active { color: #333333 }A.top:visited { color: #666666 }A.top:hover { text-decoration: underline }/*ページトップへ戻るのスタイルその2*/p.goto { margin: 30px }.gotop { font-size: 10px }.gotop { text-align: center }.gotop { line-height: 1.3 }/*フッターのスタイル*/p.foot { margin: 0px }.foot { font-size: 10px }.foot { text-align: center }.foot { line-height: 4 }/*写真のスタイル*/#phto_1{ float: left; margin: 0px 0px 10px 0px; padding: 0px 0px 10px 0px; height: 188px; width: 250px}#phto_2{ float: right; margin: 0px 0px 10px 0px; padding: 0px; height: 188px; width: 250px} /*リストナンバーのスタイル*/.c1{ list-style-image: url(./images/n1.gif); }.c2{ list-style-image: url(./images/n2.gif); }.c3{ list-style-image: url(./images/n3.gif); }.c4{ list-style-image: url(./images/n4.gif); }.c5{ list-style-image: url(./images/n5.gif); }.c6{ list-style-image: url(./images/n6.gif); }.c7{ list-style-image: url(./images/n7.gif); }.c8{ list-style-image: url(./images/n8.gif); }
