source: branches/comu-utf8/html/css/layout/contact/input.css @ 15099

Revision 15099, 903 bytes checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

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
10
11/***右コンテンツ***/
12#container #right #maintitle{
13border: 0;
14margin: 0 0 15px 0;
15padding: 0;
16width: 570px;
17}
18
19#container #right #comment{
20border: 0;
21margin: 0 0 15px 0;
22padding: 0;
23width: 480px;
24}
25
26#container #right #comment02{
27border: 0;
28margin: 25px 0 15px 0;
29padding: 0;
30width: 480px;
31}
32
33/*テーブル*/
34#container #right #frame{
35border: 0;
36margin: 0;
37padding: 0;
38width: 570px;
39background: #ccc;
40}
41
42#container #right #frame #left{
43background: #ecf5ff;
44width: 170px;
45}
46
47#container #right #frame #right{
48background: #fff;
49width: 357px;
50}
51
52/*ボタン*/
53#container #right #button{
54border: 0;
55margin: 20px 0 35px 0;
56padding: 0;
57text-align: center;
58}
Note: See TracBrowser for help on using the repository browser.