source: branches/comu/html/css/layout/login/complete.css @ 11730

Revision 11730, 754 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 @charset "<!--{$smarty.const.CHAR_CODE}-->";
7
8/***¥³¥ó¥Æ¥ó¥Ä***/
9#containerfull #maintitle{
10border: 0;
11margin: 0 0 15px 0;
12padding: 0;
13width: 700px;
14}
15
16#containerfull #subtitle02{
17border: 0;
18margin: 0 0 30px 0;
19padding: 0;
20width: 700px;
21}
22
23/**¥Æ¡¼¥Ö¥ë**/
24
25
26/*¥³¥ó¥Æ¥ó¥Ä¹Ô*/
27#containerfull #ichi{
28border: solid 1px #ccc;
29margin: 0 100px;
30padding: 0;
31width: 500px;
32height: 210px;
33text-align: center;
34}
35
36/*¥Ü¥¿¥ó*/
37#containerfull #button{
38border: 0;
39margin: 30px 0 15px 0;
40padding: 0;
41text-align: center;
42}
43
44/*¥Ù¥ê¥µ¥¤¥ó*/
45#containerfull #verisign{
46border: 0;
47margin: 35px 65px;
48padding: 0;
49width: 570px;
50}
Note: See TracBrowser for help on using the repository browser.