color2.css
1.27 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
/*====================================================
カレンダー用スタイル
====================================================*/
table.mainTbr {
border-collapse: collapse;
text-align: left;
vertical-align: top;
}
.mainTbr th {
border: 1px #85AF2C solid;
padding: 4px;
font-weight: normal;
background-color: #f6f6f6;
}
.mainTbr td {
border: 1px #85AF2C solid;
vertical-align: top;
padding: 4px;
}
.mainTbr td td {
font-size: 80%;
border: none;
padding: 0px;
}
.mainTxt {
font-size: 80%;
}
#calendar a:link, a:visited, a:hover {
color: #003300;
text-decoration: none;
}
#calendar a:hover {
background-color: #D6EAC1;
}
/* ヘッダー背景指定 */
/*
.bgh{
background-image: url(../image/bg_base_header1.jpg);
background-repeat: repeat-x;
height: 120px;
}
*/
address {
background-image: url(../image/co2_bgfooter.jpg);
background-repeat: repeat-x;
height: 27px;
font-size: 80%;
font-style: normal;
padding: 4px;
width: 100%;
text-align: center;
margin-bottom: 20px;
}
/*
.calheader {
background-color: #0000FF;
padding: 4px 10px 4px 10px;
}
*/
.cal_h{
background-image: url(../image/co2_bgheader.jpg);
background-repeat: repeat-x;
}
#logo{
background-image: url(../image/logo_c2.jpg);
width: 250px;
height: 53px;
background-repeat: no-repeat;
}