source: branches/comu/html/css/layout/entry/complete.css @ 12197

Revision 12197, 635 bytes checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

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 #right #maintitle{
10border: 0;
11margin: 0 0 15px 0;
12padding: 0;
13width: 570px;
14}
15
16/*¥Æ¡¼¥Ö¥ë*/
17#container #right #frame{
18border: 0;
19margin: 0;
20padding: 0;
21width: 570px;
22background: #ccc;
23}
24
25#container #right #ichi{
26border: solid 1px #ccc;
27margin: 35;
28padding: 0;
29width: 500px;
30height: 210px;
31text-align: center;
32}
33
34/*¥Ü¥¿¥ó*/
35#container #right #button{
36border: 0;
37margin: 30px 0 15px 0;
38padding: 0;
39text-align: center;
40}
Note: See TracBrowser for help on using the repository browser.