source: branches/dev/html/css/layout/mypage/change_complete.css @ 17

Revision 17, 1.1 KB 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/***************MY?????????????***************/
7
8@charset "<!--{$smarty.const.CHAR_CODE}-->";
9
10
11
12/***??????***/
13#container #right #maintitle{
14border: 0;
15margin: 0;
16padding: 0;
17width: 570px;
18}
19
20#container #right #plus{
21border: 0;
22margin: 0 0 15px 0;
23}
24
25/***MY?????***/
26
27#container #right #navi{
28border: 0;
29margin: 0;
30padding: 0;
31border-width: 0 0 1px 0;
32border-style: solid ;
33border-color: #c9ddf1;
34width: 570px;
35}
36
37/*??????*/
38#container #right #subtitle{
39border-width: 0 0 1px 0;
40border-style: dashed;
41border-color: #b3aa82;
42margin: 25px 0 15px 0;
43padding: 10px;
44text-align: left;
45width: 550px;
46background: #eeece3;
47voice-family: "\"}\"";
48voice-family: inherit;
49width: 570px;
50}
51
52html>body #container #right #subtitle{
53width:550px;
54}
55#container #right #ichi{
56border: solid 1px #ccc;
57margin: 20px;
58padding: 0;
59width: 500px;
60height: 210px;
61text-align: center;
62}
63
64/*???*/
65#container #right #button{
66border: 0;
67margin: 30px 0 15px 0;
68padding: 0;
69text-align: center;
70}
71
Note: See TracBrowser for help on using the repository browser.