| Line | |
|---|
| 1 | @charset "utf-8"; |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | /* FLASH |
|---|
| 5 | ----------------------------------------------- */ |
|---|
| 6 | div#flasharea { |
|---|
| 7 | width: 400px; |
|---|
| 8 | margin: 0 auto; |
|---|
| 9 | } |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | /* ニュース |
|---|
| 13 | ----------------------------------------------- */ |
|---|
| 14 | div#newsarea { |
|---|
| 15 | width: 400px; |
|---|
| 16 | margin: 0 auto; |
|---|
| 17 | font-size: 90%; |
|---|
| 18 | } |
|---|
| 19 | |
|---|
| 20 | div#newsarea dl { |
|---|
| 21 | padding: 10px 0; |
|---|
| 22 | background: url("../img/common/line_400.gif") no-repeat bottom; |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | div#newsarea dl.end { |
|---|
| 26 | padding: 10px 0; |
|---|
| 27 | background: url("") no-repeat bottom; |
|---|
| 28 | } |
|---|
| 29 | |
|---|
| 30 | div#newsarea dl dt { |
|---|
| 31 | padding: 0 0 0 20px; |
|---|
| 32 | background: url("../img/top/news_icon.gif") no-repeat; |
|---|
| 33 | } |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | /* おすすめ |
|---|
| 37 | ----------------------------------------------- */ |
|---|
| 38 | div#recomendarea { |
|---|
| 39 | width: 400px; |
|---|
| 40 | margin: 0 auto; |
|---|
| 41 | } |
|---|
| 42 | |
|---|
| 43 | div.recomendblock { |
|---|
| 44 | clear: both; |
|---|
| 45 | width: 400px; |
|---|
| 46 | padding: 10px 0; |
|---|
| 47 | overflow: auto; |
|---|
| 48 | background: url("../img/common/line_402.gif") no-repeat bottom; |
|---|
| 49 | } |
|---|
| 50 | |
|---|
| 51 | div.recomendleft { |
|---|
| 52 | float: left; |
|---|
| 53 | width: 190px; |
|---|
| 54 | margin: 0 5px 0 0; |
|---|
| 55 | } |
|---|
| 56 | |
|---|
| 57 | div.recomendleft p { |
|---|
| 58 | margin: 0 0 5px 0; |
|---|
| 59 | } |
|---|
| 60 | |
|---|
| 61 | div.recomendright { |
|---|
| 62 | float: right; |
|---|
| 63 | width: 190px; |
|---|
| 64 | position: relative; |
|---|
| 65 | } |
|---|
| 66 | |
|---|
| 67 | div.recomendleft img, div.recomendright img { |
|---|
| 68 | display: block; |
|---|
| 69 | float: left; |
|---|
| 70 | margin: 0 5px 0 0; |
|---|
| 71 | } |
|---|
| 72 | |
|---|
| 73 | div.recomendright p { |
|---|
| 74 | margin: 0 0 5px 0; |
|---|
| 75 | } |
|---|
| 76 | |
|---|
| 77 | div.recomendleft h3 { |
|---|
| 78 | font-size: 100%; |
|---|
| 79 | } |
|---|
| 80 | |
|---|
| 81 | div.recomendright h3 { |
|---|
| 82 | font-size: 100%; |
|---|
| 83 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.