source: branches/comu/html/css/layout/contact/input.css @ 11730

Revision 11730, 880 bytes checked in by nanasess, 17 years ago (diff)

r11729 の変更を取消

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.