style.css
1.29 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
body {
padding: 0px;
margin: 0px;
background: #ffffe6;
text-align: center;
}
a:link, a:visited, a:hover, a:active {
color: #06c;
text-decoration: none;
}
a:hover {
background-color: #fcc;
}
#container {
width: 700px;
text-align: left;
background: #fff;
border: 1px solid #ccc;
color: #333;
font-size: 90%;
line-height: 150%;
margin: 0px auto 0px auto;
}
#header {
text-align: center;
}
h1 {
width: 300px;
height: 100px;
background: url(../img/title.gif) no-repeat;
text-indent: -4999px;
}
#content {
padding: 0px 20px 20px 20px;
float: left;
}
ul, li {
padding: 0px;
margin: 0px;
}
ul li {
margin-left: 4px;
padding: 4px 0px 4px 16px;
background-image: url(../img/yajirusi.gif);
background-position: left;
background-repeat: no-repeat;
list-style-type: none;
}
.qBox {
width: 100%;
padding: 6px 2px 6px 40px;
background: url(../img/q.gif) no-repeat left center;
}
.qBox:hover {
background: #fff;
}
.aBox {
width: 100%;
padding: 2px 2px 2px 40px;
background: #FCEBEB url(../img/a.gif) no-repeat left center;
}
hr {
margin: 4px 0px 4px 0px;
}
address {
padding: 4px;
font-style: normal;
text-align: center;
/* background: #ffc; */
clear: both;
}
.attentionTxt {
color: #f36;
}
.btImg {
vertical-align: middle;
}
.yajirushi {
padding: 4px;
text-align: center;
}