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

Revision 4307, 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.area90 { width: 600px; height: 420px; }
50.area96 { width: 694px; height: 420px; }    /*W80¡ßH30*/
51.area96_2 { width: 694px; height: 160px; }  /*W80¡ßH10*/
52.area99 { width: 715px; height: 523px; }    /*W99?H40*/
53
54/*COLOR*/
55.ast { color: #cc0000; font-size: 90%; }
56.darkred { color: #cc0000; }
57.gray { color: #b6b7ba; }
58.white { color: #ffffff; }
59.whitest { color: #ffffff; font-weight: bold; }
60.white10 { color: #ffffff; font-size: 62.5%;}
61.red { color: #ff0000; }
62.red10 { color:#ff0000; font-size: 10px; }
63.red12 { color:#cc0000; font-size: 12px; }
64.reselt { color: #ffcc00; font-size: 120%; font-weight: bold; }
65
66.infodate {
67    color: #cccccc; font-size: 62.5%; font-weight: bold;
68    padding: 0 0 0 8px;
69}
70
71.infottl {
72    color: #ffffff;
73    font-size: 62.5%;
74    line-height: 150%;
75}
76
77.info {
78    padding: 0 4px;
79    display: block;
80}
81
82.title {
83    padding: 0px 0px 20px 25px;
84    color: #ffffff;
85    font-weight: bold;
86    line-height: 120%;
87}
88
89.mainbg {
90    background: #fff url(/img/contents/main_bg.jpg);
91    background-repeat: repeat-x;
92}
93
94.infobg {
95    background: #fff url(/img/contents/home_bg.jpg);
96    background-repeat: no-repeat;
97    background-color: #e3e3e3;
98}
99
100
101/*navi*/
102#menu_navi {
103    table-layout: fixed;
104}
105
106.navi a{
107    background: url(/img/contents/navi_bar.gif);
108    background-repeat: repeat-y;
109    background-color: #636469;
110    width:140px;
111    padding: 10px 5px 10px 12px;
112    color:#ffffff;
113    text-decoration:none;
114    display:block ;
115}
116
117.navi a:visited {
118    color:#ffffff;
119    text-decoration:none;
120}
121
122.navi a:hover {
123    background-color: #a5a5a5;
124    color:#000000;
125    text-decoration:none;
126}
127
128.navi_text {
129    font-size: 75%;
130    padding: 0 0 0 8px;
131}
132
133.navi-on a{
134    background: url(/img/contents/navi_bar.gif);
135    background-repeat: repeat-y;
136    background-color: #a5a5a5;
137    width:140px;
138    padding: 10px 5px 10px 12px;
139    color:#000000;
140    text-decoration:none;
141    display:block;
142}
143
144.navi-on a:visited {
145    color:#000000;
146    text-decoration:none;
147}
148
149.navi-on a:hover {
150    background-color: #a5a5a5;
151    color:#000000;
152    text-decoration:none;
153}
154
155
156/*subnavi*/
157.subnavi a{
158    background-color: #818287;
159    width:140px;
160    padding: 6px 5px 4px 5px;
161    color:#ffffff;
162    text-decoration:none;
163    display:block;
164}
165
166.subnavi a:visited {
167    color:#ffffff;
168    text-decoration:none;
169}
170
171.subnavi a:hover {
172    background-color: #b7b7b7;
173    color:#000000;
174    text-decoration:none;
175}
176
177.subnavi_text {
178    font-size: 71%;
179    padding: 0 0 0 8px;
180}
181
182.subnavi-on a{
183    background-color: #b7b7b7;
184    width:140px;
185    padding: 6px 5px 4px 5px;
186    color:#000000;
187    text-decoration:none;
188    display:block;
189}
190
191.subnavi-on a:visited {
192    color:#000000;
193    text-decoration:none;
194}
195
196.subnavi-on a:hover {
197    background-color: #b7b7b7;
198    color:#000000;
199    text-decoration:none;
200}
201
202
203
204/*icon*/
205.icon_edit{
206    background: url(/img/contents/icon_edit.jpg);
207    background-repeat: no-repeat;
208    padding: 0 0 0 15px;
209}
210
211.icon_mail {
212    background: url(/img/contents/icon_mail.jpg);
213    background-repeat: no-repeat;
214    padding: 0 0 0 15px;
215}
216
217.icon_delete {
218    background: url(/img/contents/icon_delete.jpg);
219    background-repeat: no-repeat;
220    padding: 0 0 0 15px;
221}
222
223.icon_class {
224    background: url(/img/contents/icon_class.jpg);
225    background-repeat: no-repeat;
226    padding: 0 0 0 15px;
227}
228
229.icon_confirm {
230    background: url(/img/contents/icon_confirm.jpg);
231    background-repeat: no-repeat;
232    padding: 0 0 0 15px;
233}
234
235
236/*send-page*/
237
238.number a{
239    background: url(/img/contents/number_bg.jpg);
240    background-repeat: repeat-x;
241    background-color: #505468;
242    padding-top: 5px;
243    padding-bottom: 5px;
244    padding-left: 8px;
245    padding-right: 8px;
246    color:#ffffff;
247    font-size: 65%;
248    line-height: 160%;
249    font-weight: bold;
250    text-decoration:none;
251}
252
253
254.number a:visited {
255    color:#ffffff;
256    text-decoration:none;
257}
258
259.number a:hover{
260    background: url(/img/contents/number_bg_on.jpg);
261    background-repeat: repeat-x;
262    background-color: #f7c600;
263    padding-top: 5px;
264    padding-bottom: 5px;
265    padding-left: 8px;
266    padding-right: 8px;
267s   color:#ffffff;
268    font-size: 65%;
269    line-height: 160%;
270    font-weight: bold;
271    text-decoration:none;
272}
273
274.number-on a{
275    padding-top: 5px;
276    padding-bottom: 5px;
277    padding-left: 8px;
278    padding-right: 8px;
279    background: url(/img/contents/number_bg_on.jpg);
280    background-repeat: repeat-x;
281    background-color: #f7c600;
282    color:#ffffff;
283    font-size: 65%;
284    line-height: 160%;
285    font-weight: bold;
286    text-decoration:none;
287   
288}
289
290.number-on a:visited {
291    color:#ffffff;
292    text-decoration:none;
293}
294
295.number-on a:hover{
296    background: url(/img/contents/number_bg_on.jpg);
297    background-repeat: repeat-x;
298    background-color: #f7c600;
299    padding-top: 5px;
300    padding-bottom: 5px;
301    padding-left: 8px;
302    padding-right: 8px;
303    color:#ffffff;
304    font-size: 65%;
305    line-height: 160%;
306    font-weight: bold;
307    text-decoration:none;
308}
309
310/*IMG*/
311img {
312    border: 0;
313}
Note: See TracBrowser for help on using the repository browser.