source: branches/comu/html/css/layout/order/index.css @ 12197

Revision 12197, 907 bytes checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

Line 
1/*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6@charset "<!--{$smarty.const.CHAR_CODE}-->";
7
8/***±¦¥³¥ó¥Æ¥ó¥Ä***/
9#container #right #maintitle{
10border: 0;
11margin: 0 0 15px 0;
12padding: 0;
13width: 570px;
14}
15
16/*¥Æ¡¼¥Ö¥ë*/
17#container #right #frame{
18border: 0;
19margin: 0;
20padding: 0;
21width: 570px;
22background: #ccc;
23}
24
25#container #right #frame #left{
26background: #ecf5ff;
27width: 140px;
28}
29
30#container #right #frame #right{
31background: #fff;
32width: 387px;
33}
34
35/*¥Æ¡¼¥Ö¥ë(Æþ¤ì»Ò¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤â¤Î)*/
36#container #right #frame #right #history{
37border: 0;
38margin: 0;
39padding: 0;
40width: 387px;
41}
42
43#container #right #frame #right #history #left02{
44width: 120px;
45}
46
47#container #right #frame #right #history #spacer{
48width: 10x;
49}
50
51#container #right #frame #right #history #right02{
52background: #fff;
53width: 257px;
54}
55
Note: See TracBrowser for help on using the repository browser.