global.css
4.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
@charset "utf-8";
@import url("common.css");
/* =====================================================================
global
====================================================================== */
* {
margin : 0;
padding : 0;
border : none;
background : transparent;
font : normal normal 100% arial,helvetica,sans-serif;
font-family : "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", Geneva, Arial, Verdana, sans-serif;
}
body {
color : #333;
font-size : 62.5%;
text-align : center;
letter-spacing : 1px;
}
/* =====================================================================
definition
====================================================================== */
/* ___________________________________________________________ anchor */
a {
text-decoration : underline;
}
a:link {
color : #126EE1;
}
a:visited {
color : #126EE1;
}
a:hover {
color : #F99839;
}
a:active {
color : #126EE1;
}
a:focus{
outline : none;
}
/* =====================================================================
header
====================================================================== */
/* =====================================================================
intro
====================================================================== */
/* =====================================================================
core
====================================================================== */
ul.topic_path {
background : none;
}
.more a {
padding : 0.4em 0 0.4em 20px;
_background-position : 0 0.3em;
}
*+html .more a {
background-position : 0 0.3em;
}
*+html>/**/body .more a {
background-position : 0 0.45em;
}
/* =====================================================================
contents
====================================================================== */
/* ___________________________________________________________ detail */
.sitemap ul li {
border-bottom : 1px dotted #dfdfdf;
}
ul.summary li {
background : none !important;
margin : 0 0 10px 0;
padding : 0 0 0 5px;
line-height : 1.0 !important;
height : 100%;
}
/* ___________________________________________________________ active */
p.active {
margin-top : 5px;
padding : 0 0 0 18px;
height : 14px;
line-height : 14px;
}
ul.active {
padding : 5px 0 0 0;
border-top : 1px dotted #dddddd;
text-align : right;
}
/* ___________________________________________________________ apply */
p.apply a,
a.apply {
display : block;
width : 250px;
height : 55px;
color : #fff;
line-height : 54px;
letter-spacing : 0px;
}
a.apply {
text-indent : 35px;
}
p.apply a:visited,
p.apply a:hover,
a.apply:visited,
a.apply:hover {
color : #fff;
}
/* =====================================================================
utilities
====================================================================== */
div#utilities h4 {
margin : 0;
border : 1px solid #ddd;
border-top : 2px solid #F58603;
background : none;
}
div#utilities ul {
padding : 0 5px 8px 5px;
border : 1px solid #ddd;
border-top : none;
}
div#utilities ul li {
padding : 0.6em 0 0.6em 18px;
border-bottom : 1px dotted #ddd;
background-position : 0 0.7em;
}
div#utilities div.banner {
margin-top : 0 !important;
}
div#utilities div.banner p {
margin-bottom : 10px;
}
/* =====================================================================
footer
====================================================================== */
div#footer {
position : relative;
}
div#footer p.return_top {
overflow : hidden;
margin : 0;
padding : 0;
text-align : left;
height : 40px;
}
div#footer p.return_top a {
position : absolute;
right : 0;
display : block;
background : url(../images/option/return_top.gif) no-repeat 0 0;
text-indent : -2000px;
width : 140px;
height : 30px;
}
div#footer p.return_top a:hover {
background-position : 0 -30px;
}
div#footer ul.navigation {
margin : 0;
padding : 8px 0;
background : #f1f1f1;
text-align : center;
}
div#footer ul.navigation li {
display : inline;
margin : 0;
padding : 0 4px;
border-right : 1px solid #ccc;
background : none;
}
div#footer ul.navigation li.break {
border : 0;
}
div#footer address {
clear : both;
padding : 10px 0 0 0;
border : none;
font-size : 12px;
text-align : center;
}
div#footer address a,
div#footer address {
text-decoration : none;
color : #666666;
line-height : 10px;
}
/* =================================================================== coding by systec. */