source: branches/dev/html/install/user_data/templates/default1/css/contents.css @ 17

Revision 17, 2.1 KB checked in by uehara, 17 years ago (diff)
Line 
1/*
2 * Copyright (c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6 
7@charset "<!--{$smarty.const.CHAR_CODE}-->";
8
9/*FORM*/
10.box3 { width: 33px; }  /*W3*/
11.box6 { width: 54px; }  /*W6*/
12.box10 { width: 82px; } /*W10*/
13.box12 { width: 96px; } /*W12*/
14.box18 { width: 138px; }    /*W18*/
15.box19 { width: 145px; }    /*W19*/
16.box20 { width: 152px; }    /*W20*/
17.box30 { width: 222px; }    /*W30*/
18.box33 { width: 243px; }    /*W30*/
19.box40 { width: 292px; }    /*W40*/
20.box47 { width: 341px; }    /*W47*/
21.area40 { width: 302px; height: 134px; }    /*W40¡ßH8*/
22.area45 { width: 337px; height: 290px; }    /*W40¡ßH20*/
23.area46 { width: 337px; height: 134px; }    /*W40¡ßH8*/
24.area50 { width: 372px; height: 290px; }    /*W50¡ßH20*/
25.area55 { width: 407px; height: 290px; }    /*W55¡ßH20*/
26.area65 { width: 444px; height: 290px; }    /*W65¡ßH20*/
27.area68 { width: 498px; height: 134px; }    /*W68¡ßH8*/
28.area80 { width: 572px; height: 134px; }    /*W80¡ßH8*/
29.area80_2 { width: 572px; height: 420px; }  /*W80¡ßH30*/
30.area92 { width: 666px; height: 160px; }    /*W92¡ßH10*/
31.area96 { width: 694px; height: 420px; }    /*W80¡ßH30*/
32.area96_2 { width: 694px; height: 160px; }  /*W80¡ßH10*/
33
34/*LINK*/
35a:link { color: #3a75af; text-decoration: underline; }
36a:visited { color: #3a75af; text-decoration: underline; }
37a:hover { color: #3a75af; text-decoration: none; }
38
39/*OVER*/
40a.over:link{ color:#4a6fa6; text-decoration: none; }
41a.over:visited { color:#4a6fa6; text-decoration: none; }
42a.over:hover { color:#4a6fa6; text-decoration: underline; }
43
44/*COLOR*/
45.white { color: #ffffff; }
46.whitest { color: #ffffff; font-weight: bold; }
47.red { color: #ec0000; }
48.redst { color: #ec0000; font-weight: bold; }
49.blue { color: #3a75af; }
50.bluest { color: #3a75af; font-weight: bold; }
51.black { color: #000000; }
52.blackst { color: #000000; font-weight: bold; }
53.orange { color: #ff6600; }
54.orangest { color: #ff6600; font-weight: bold; }
55
56/*PHOTO*/
57.picture {
58    border-width: 1px;
59    border-style: solid;
60    border-color: #cccccc;
61}
62
63/*PHOTO*/
64img {
65    border: 0px;
66}
67
68
69#container #right #contents #right #price{
70border-width: 1px;
71border-style: solid;
72border-color: #ccc;
73padding: 0;
74margin: 0;
75padding: 0;
76width: 295px;
77background: #ecf5ff;
78}
Note: See TracBrowser for help on using the repository browser.