header_menu_fg.css
2.2 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
/* CSS Document */
#body{
padding: 0px;
margin: 0px;
}
/*====================================================
メニュー
====================================================*/
#menu0{
position : relative;
left : 0px ;
top : 0px ;
width : 100%;
height : 18px;
padding : 4px;
background-color: #2F4F4F;
}
#menu0 a{
font-size : 14px ;
text-decoration : none;
color : #ffffff;
}
.menu {
position : absolute;
left : 0px ;
top : 0px ;
margin : 0px;
padding : 0px;
height : 1.5em;
border-top : 1px solid #eeeeee;
}
.menu a {
background-color: #dddddd;
width : 180px;
display : block;
padding-top : 4px ;
padding-left : 8px ;
padding-bottom : 4px ;
border-top : 1px solid #eeeeee;
border-right : 1px solid #666666;
border-left : 1px solid #dddddd;
border-bottom : 1px solid #333333;
text-decoration: none;
color: #2f4f4f;
}
.menu a:hover {
background-color: #D2FAB8;
border-bottom: 1px solid #000000;
color: #ffffff;
}
.table{
width: 100%;
border: 0;
}
.header_back{
background-image:url(../image/f_green/header_b.gif);
height: 30px;
vertical-align: middle;
}
.header_l{
width: 121px;
height: 40px;
background-image:url(../image/f_green/header_l_1.gif);
background-repeat: no-repeat;
}
.header_l_2{
width: 37px;
height: 40px;
background-image:url(../image/f_green/header_l_2.gif);
background-repeat: repeat;
}
/*====================================================
フォント
====================================================*/
.header_font_80{
font-size: 80%;
text-align: right;
color: #FFF;
}
.font_90_s{
font-size: 90%;
vertical-align: middle;
color: #FFF;
font-weight: bold;
}
.info_font_80{
font-size: 80%;
font-weight: bold;
}
.info_font_80_n{
font-size: 80%;
}
/*====================================================
リンク
====================================================*/
a { text-decoration: none; }
a:link{ color:#336699; }
a:visited{ color:#336699; }
a:hover{ background-color:#5ED20F; }
a:active {
right: -2px;
bottom: -2px;
position: relative;
}