source: temp/trunk/html/admin/css/contents.css @ 4248

Revision 4248, 6.4 KB checked in by kakinaka, 20 years ago (diff)

blank

  • Property svn:mime-type set to application/octet-stream
Line 
1@charset "euc-jp";
2
3body {
4    background: #fff url(/img/common/bg.jpg);
5    background-repeat: repeat-x;
6    font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯","Hiragino Maru Gothic Pro","¥Ò¥é¥®¥Î´Ý¥´ Pro W4",Osaka,sans-serif;
7    font-size: 13px;
8}
9
10input,select,option,textarea {
11    font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯","Hiragino Maru Gothic Pro","¥Ò¥é¥®¥Î´Ý¥´ Pro W4",Osaka,sans-serif;
12    font-size: 13px;
13}
14
15/*LINK*/
16a:link { color: #006699; text-decoration: none; }
17a:visited { color: #006699; text-decoration: none; }
18a:hover { color: #f9a406; text-decoration: underline; }
19
20
21/*FORM*/
22.box3 { width: 33px; }  /*W3*/
23.box6 { width: 54px; }  /*W6*/
24.box10 { width: 82px; } /*W10*/
25.box20 { width: 152px; }    /*W20*/
26.box25 { width: 187px; }    /*W25*/
27.box30 { width: 222px; }    /*W30*/
28.box33 { width: 243px; }    /*W33*/
29.box35 { width: 257px; }    /*W35*/
30.box40 { width: 292px; }    /*W40*/
31.box45 { width: 341px; }    /*W45*/
32.box50 { width: 362px; }    /*W50*/
33.box60 { width: 432px; }    /*W60*/
34.box65 { width: 467px; }    /*W65*/
35.box76 { width: 544px; }    /*W76*/
36
37.area40 { width: 302px; height: 134px; }    /*W40¡ßH8*/
38.area45 { width: 337px; height: 290px; }    /*W40¡ßH20*/
39.area46 { width: 337px; height: 134px; }    /*W40¡ßH8*/
40.area50 { width: 372px; height: 82px; } /*W50?H4*/
41.area55 { width: 407px; height: 82px; } /*W50?H4*/
42.area59 { width: 432px; height: 134px; }    /*W59¡ßH8*/
43.area60 { width: 433px; height: 134px; }    /*W60?H8*/
44.area61 { width: 433px; height: 82px; } /*W60?H4*/
45.area65 { width: 444px; height: 290px; }    /*W65¡ßH20*/
46.area70 { width: 512px; height: 186px; }    /*W70?H12*/
47.area75 { width: 547px; height: 186px; }    /*W75?H12*/
48.area80 { width: 572px; height: 134px; }    /*W80¡ßH8*/
49.area96 { width: 694px; height: 420px; }    /*W80¡ßH30*/
50.area96_2 { width: 694px; height: 160px; }  /*W80¡ßH10*/
51.area99 { width: 715px; height: 523px; }    /*W99?H40*/
52
53/*COLOR*/
54.ast { color: #cc0000; font-size: 90%; }
55.darkred { color: #cc0000; }
56.gray { color: #b6b7ba; }
57.white { color: #ffffff; }
58.whitest { color: #ffffff; font-weight: bold; }
59.white10 { color: #ffffff; font-size: 62.5%;}
60.red { color: #ff0000; }
61.red10 { color:#ff0000; font-size: 10px; }
62.red12 { color:#cc0000; font-size: 12px; }
63.reselt { color: #ffcc00; font-size: 120%; font-weight: bold; }
64
65.infodate {
66    color: #cccccc; font-size: 62.5%; font-weight: bold;
67    padding: 0 0 0 8px;
68}
69
70.infottl {
71    color: #ffffff;
72    font-size: 62.5%;
73    line-height: 150%;
74}
75
76.info {
77    padding: 0 4px;
78    display: block;
79}
80
81.title {
82    padding: 0px 0px 20px 25px;
83    color: #ffffff;
84    font-weight: bold;
85    line-height: 120%;
86}
87
88.mainbg {
89    background: #fff url(/img/contents/main_bg.jpg);
90    background-repeat: repeat-x;
91}
92
93.infobg {
94    background: #fff url(/img/contents/home_bg.jpg);
95    background-repeat: no-repeat;
96    background-color: #e3e3e3;
97}
98
99
100/*navi*/
101#menu_navi {
102    table-layout: fixed;
103    padding: 0px 0px;
104    background-repeat: no-repeat;
105    margin-top: 0px;
106    padding-top: 0px;
107    height: auto;
108    padding-bottom: 0px;
109    margin-bottom: 0px;
110    margin-left: 0px;
111    padding-left: 0px;
112    height: auto;
113    padding-right: 0px;
114    margin-right: 0px; 
115}
116
117.navi a{
118    background: url(/img/contents/navi_bar.gif);
119    background-repeat: repeat-y;
120    background-color: #636469;
121    width:140px;
122    padding: 10px 5px 10px 12px;
123    color:#ffffff;
124    text-decoration:none;
125    display:block ;
126}
127
128.navi a:visited {
129    color:#ffffff;
130    text-decoration:none;
131}
132
133.navi a:hover {
134    background-color: #a5a5a5;
135    color:#000000;
136    text-decoration:none;
137}
138
139.navi_text {
140    font-size: 75%;
141    padding: 0 0 0 8px;
142}
143
144.navi-on a{
145    background: url(/img/contents/navi_bar.gif);
146    background-repeat: repeat-y;
147    background-color: #a5a5a5;
148    width:140px;
149    padding: 10px 5px 10px 12px;
150    color:#000000;
151    text-decoration:none;
152    display:block;
153}
154
155.navi-on a:visited {
156    color:#000000;
157    text-decoration:none;
158}
159
160.navi-on a:hover {
161    background-color: #a5a5a5;
162    color:#000000;
163    text-decoration:none;
164}
165
166
167/*subnavi*/
168.subnavi a{
169    background-color: #818287;
170    width:140px;
171    padding: 6px 5px 4px 5px;
172    color:#ffffff;
173    text-decoration:none;
174    display:block;
175}
176
177.subnavi a:visited {
178    color:#ffffff;
179    text-decoration:none;
180}
181
182.subnavi a:hover {
183    background-color: #b7b7b7;
184    color:#000000;
185    text-decoration:none;
186}
187
188.subnavi_text {
189    font-size: 71%;
190    padding: 0 0 0 8px;
191}
192
193.subnavi-on a{
194    background-color: #b7b7b7;
195    width:140px;
196    padding: 6px 5px 4px 5px;
197    color:#000000;
198    text-decoration:none;
199    display:block;
200}
201
202.subnavi-on a:visited {
203    color:#000000;
204    text-decoration:none;
205}
206
207.subnavi-on a:hover {
208    background-color: #b7b7b7;
209    color:#000000;
210    text-decoration:none;
211}
212
213
214
215/*icon*/
216.icon_edit{
217    background: url(/img/contents/icon_edit.jpg);
218    background-repeat: no-repeat;
219    padding: 0 0 0 15px;
220}
221
222.icon_mail {
223    background: url(/img/contents/icon_mail.jpg);
224    background-repeat: no-repeat;
225    padding: 0 0 0 15px;
226}
227
228.icon_delete {
229    background: url(/img/contents/icon_delete.jpg);
230    background-repeat: no-repeat;
231    padding: 0 0 0 15px;
232}
233
234.icon_class {
235    background: url(/img/contents/icon_class.jpg);
236    background-repeat: no-repeat;
237    padding: 0 0 0 15px;
238}
239
240.icon_confirm {
241    background: url(/img/contents/icon_confirm.jpg);
242    background-repeat: no-repeat;
243    padding: 0 0 0 15px;
244}
245
246
247/*send-page*/
248.number a{
249    background: url(/img/contents/number_bg.jpg);
250    background-repeat: repeat-x;
251    background-color: #505468;
252    padding: 8px;
253    color:#ffffff;
254    font-size: 65%;
255    line-height: 160%;
256    font-weight: bold;
257    text-decoration:none;
258}
259
260.number a:visited {
261    color:#ffffff;
262    text-decoration:none;
263}
264
265.number a:hover{
266    background: url(/img/contents/number_bg_on.jpg);
267    background-repeat: repeat-x;
268    background-color: #f7c600;
269    padding: 8px;
270    color:#ffffff;
271    font-size: 65%;
272    line-height: 160%;
273    font-weight: bold;
274    text-decoration:none;
275}
276
277.number-on a{
278    background: url(/img/contents/number_bg_on.jpg);
279    background-repeat: repeat-x;
280    background-color: #f7c600;
281    padding: 8px;
282    color:#ffffff;
283    font-size: 65%;
284    line-height: 160%;
285    font-weight: bold;
286    text-decoration:none;
287}
288
289.number-on a:visited {
290    color:#ffffff;
291    text-decoration:none;
292}
293
294.number-on a:hover{
295    background: url(/img/contents/number_bg_on.jpg);
296    background-repeat: repeat-x;
297    background-color: #f7c600;
298    padding: 8px;
299    color:#ffffff;
300    font-size: 65%;
301    line-height: 160%;
302    font-weight: bold;
303    text-decoration:none;
304}
305
306/*IMG*/
307img {
308border: 0;
309}
Note: See TracBrowser for help on using the repository browser.