-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
113 lines (113 loc) · 2.04 KB
/
style.css
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
body {
background-color: #e6e6e6;
color: #600000;
font-size: 80%;
font-family: verdana,sans-serif;
line-height: 160%;
}
div#page{
width: 900px;
margin: 0 auto;
text-align: left;
background-color: white;
}
div#mainContents{
width: 820px;
margin: 0 auto;
padding: 40px 40px 15px;
text-align: left;
min-height: 500px;
height: auto !important;
font-size: small;
}
h2{
margin: 0 0 14px 0;
padding: 0;
color: #28776a;
font-size: 150%;
font-weight: bold;
line-height: 120%;
}
h3{
margin: 25px 0 5px;
color: #28776a;
font-size: 120%;
font-weight: bold;
}
div#headerArea{
height: 252px;
}
div#topColorArea{
height: 42px;
background-color: #28776a;
}
div#logoArea{
height: 150px;
}
div#gnaviArea{
height: 60px;
margin: 0;
padding: 12px 0;
background: url(/jnlc.jp/img/bg_navi.gif) repeat-x left top;
}
li#gnaviAbout a {
background: url(/jnlc.jp/img/gnavi_about.gif);
background-repeat: no-repeat;
background-position: left top;
}
li#gnaviLocation a {
background: url(/jnlc.jp/img/gnavi_location.gif);
background-repeat: no-repeat;
background-position: left top;
}
li#gnaviLink a {
background: url(/jnlc.jp/img/gnavi_link.gif);
background-repeat: no-repeat;
background-position: left top;
}
ul{
margin: 0;
padding: 0 40px;
}
li.gnaviButton{
overflow: hidden;
list-style-type: none;
float: left;
height: 36px;
width: 140px;
margin: 0 10px 0 0;
}
.gnaviImage{
display: block;
height: 36px;
text-indent: -9999px;
}
div#footerArea{
height: 115px;
text-align: center;
}
div#bottomColorArea{
height: 33px;
padding: 15px 0;
background-color: #28776a;
border-top: 1px solid #135b4f;
font-size: 90%;
color: #ffffff;
line-height: 140%;
}
p#copyright{
margin: 0;
}
p#support{
margin: 0;
font-size: 90%;
}
div#bannerArea{
height: 26px;
padding: 13px 0;
display: flex;
justify-content: center;
}
a.bannerIcon{
margin: 0 9px;
}