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

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