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

Revision 17, 811 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#containerfull #maintitle{
12border: 0;
13margin: 0 0 30px 0;
14padding: 0;
15width: 700px;
16}
17
18#containerfull #comment{
19border: 0;
20margin: 0 0 30px 0;
21padding: 0;
22width: 700px;
23text-align: center;
24}
25
26/**¥Æ¡¼¥Ö¥ë**/
27/*ÏÈ*/
28#containerfull #frame{
29border: 0;
30margin: 0 100px;
31padding: 0;
32width: 500px;
33background: #ccc;
34}
35
36/*¥¿¥¤¥È¥ë¹Ô*/
37#containerfull #frame #left{
38width: 150px;
39background: #ecf5ff;
40}
41
42#containerfull #frame #right{
43width: 350px;
44background: #fff;
45}
46
47
48/*¥Ü¥¿¥ó*/
49#containerfull #button{
50border: 0;
51margin: 40px 0 20px 0;
52padding: 0;
53text-align: center;
54}
55
Note: See TracBrowser for help on using the repository browser.