source: branches/rel/html/css/layout/common/container.css @ 12157

Revision 12157, 466 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#container{
10border: 0;
11margin: 0;
12padding: 0;
13width: 570px;
14}
15
16#container #left{
17width: 190px;
18text-align: left;
19}
20
21#container #right{
22width: 570px;
23}
24
25/***Á´ÂΥơ¼¥Ö¥ë²£¥Ê¥Ó¤Ê¤·***/
26#containerfull{
27border: 0;
28margin: 0;
29padding: 0;
30width: 700px;
31height: 550px;
32}
Note: See TracBrowser for help on using the repository browser.