source: branches/rel/html/css/layout/mypage/new_deliv_complete.css @ 12157

Revision 12157, 763 bytes 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@charset "<!--{$smarty.const.CHAR_CODE}-->";
7/***¿·¤·¤¤¤ªÆϤ±Àè¤ÎÅÐÏ¿(´°Î»)***/
8
9/***Á´ÂÎ***/
10#layout{
11border: 0;
12margin: 0 auto; /*¥»¥ó¥¿¡¼Â·¤¨*/
13padding: 0;
14text-align: center;
15}
16
17/***¥³¥ó¥Æ¥ó¥Ä***/
18#layout #maintitle{
19border: 0;
20margin: 15px auto 0 auto;
21padding: 0;
22width: 570px;
23}
24
25#layout #comment{
26border: 0;
27margin: 15px auto;
28padding: 0;
29width: 600px;
30text-align: left;
31}
32
33/*¥Æ¡¼¥Ö¥ë*/
34#layout #ichi{
35border: solid 1px #ccc;
36margin: 20px auto;
37padding: 0;
38width: 500px;
39height: 210px;
40text-align: center;
41}
42
43/*¥Ü¥¿¥ó*/
44#layout #button{
45border: 0;
46margin: 30px 0 15px 0;
47padding: 0;
48text-align: center;
49}
Note: See TracBrowser for help on using the repository browser.