source: branches/rel/html/css/layout/contact/complete.css @ 12157

Revision 12157, 667 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#container #right #maintitle{
11border: 0;
12margin: 0 0 15px 0;
13padding: 0;
14width: 570px;
15}
16
17/*¥Æ¡¼¥Ö¥ë*/
18#container #right #frame{
19border: 0;
20margin: 0;
21padding: 0;
22width: 570px;
23background: #ccc;
24}
25
26#container #right #ichi{
27border: solid 1px #ccc;
28margin: 35;
29padding: 0;
30width: 500px;
31height: 210px;
32text-align: center;
33}
34
35/*¥Ü¥¿¥ó*/
36#container #right #button{
37border: 0;
38margin: 30px 0 15px 0;
39padding: 0;
40text-align: center;
41}
Note: See TracBrowser for help on using the repository browser.