source: branches/dev/html/css/layout/contact/index.css @ 17

Revision 17, 867 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/***±¦¥³¥ó¥Æ¥ó¥Ä***/
11#container #right #maintitle{
12border: 0;
13margin: 0 0 15px 0;
14padding: 0;
15width: 570px;
16}
17
18#container #right #subtitle01{
19border: 0;
20margin: 0 0 8px 0;
21padding: 0;
22width: 570px;
23}
24
25#container #right #subtitle02{
26border: 0;
27margin: 0 0 8px 0;
28padding: 0;
29width: 570px;
30}
31
32/*¥Æ¡¼¥Ö¥ë*/
33#container #right #frame{
34border: 0;
35margin: 0;
36padding: 0;
37width: 570px;
38background: #ccc;
39}
40
41#container #right #frame #left{
42background: #ecf5ff;
43width: 170px;
44}
45
46#container #right #frame #right{
47background: #fff;
48width: 357px;
49}
50
51/*¥Ü¥¿¥ó*/
52#container #right #button{
53border: 0;
54margin: 20px 0 35px 0;
55padding: 0;
56text-align: center;
57}
Note: See TracBrowser for help on using the repository browser.