source: branches/version-2/html/user_data/packages/default/css/index.css @ 18561

Revision 18561, 1.3 KB checked in by kajiwara, 14 years ago (diff)

Ver2.4.3にアップデート

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    width: 400px;
40    margin: 0 auto;
41}
42
43div.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
51div.recomendleft {
52    float: left;
53    width: 190px;
54    margin: 0 5px 0 0;
55}
56
57div.recomendleft p {
58    margin: 0 0 5px 0;
59}
60
61div.recomendright {
62    float: right;
63    width: 190px;
64    position: relative;
65}
66
67div.recomendleft img, div.recomendright img {
68    display: block;
69    float: left;
70    margin: 0 5px 0 0;
71}
72
73div.recomendright p {
74    margin: 0 0 5px 0;
75}
76
77div.recomendleft h3 {
78    font-size: 100%;
79}
80
81div.recomendright h3 {
82    font-size: 100%;
83}
Note: See TracBrowser for help on using the repository browser.