css.css
1.12 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
@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;}
#all{
width:100%;
margin:0 auto;
border:solid 1px #666;
-webkit-box-sizing: border-box;
height:100%}
#logo{
mardin:0;
padding:0;
width:100%;
margin-top:-2px;
}
#cont{
margin-top:6px;
width:100%;}
.images{
width:100%;
}
.text{
background-image:url(t_img/line.png);
background-repeat:no-repeat;
width:100%;
height:40px;
background-size:100% auto;
position:absolute;
margin-top:-40px;
}
.text p{
color:#FFF;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
margin-left:15px;
padding:0;
margin-top:11px;
font-weight:bold;
line-height:70%;}
a{
text-decoration:none;}
#futm{
height:35px;
background-color:#FFF;
width:100%;
background:#fff;
margin-bottom:5px;
text-align:center;
margin:0 auto;
}
#futm table{
background-color:#F8F8F8;
line-height:80% !important;
height:23px;
margin-top:3px;
}
#futm a{text-decoration: none;
color: #000;
font-size:small;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
height:23px;
line-height:80% !important;}