source: tmp/version-2_5-test/html/user_data/packages/default/css/index.css @ 18609

Revision 18609, 1.2 KB checked in by kajiwara, 16 years ago (diff)

正式版にナイトリービルド版をマージしてみるテスト

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