style.css
2.66 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
body {
padding: 10px;
margin: 10px;
background-repeat: repeat;
}
h1 {
color: #fff;
font-size: 110%;
text-align: center;
}
a:link, a:visited, a:hover {
color: #006600;
text-decoration: none;
}
a:hover {
background-color: #CCFF99;
}
ul, li {
padding: 0px;
margin: 0px;
}
li {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 16px;
background-image: url(../image/yajirusi.gif);
background-position: left 4px;
background-repeat: no-repeat;
list-style-type: none;
}
#google {
background: #fff;
border: 1px solid #069;
}
.header input {
padding: 2px 16px 2px 16px;
}
.header {
background-color: #AD0046;
padding: 4px 10px 4px 10px;
}
/*ポップアップ用*/
.tips{
color: #006600;
font-size: 80%;
position:absolute;
visibility:hidden;
border:1px solid #006600;
padding:5;
background-color:#CCFF99;
layer-background-color:#CCFF99;
}
/* フローティングメッセージのスタイル (ここで表示されるスタイルを指定)*/
.spanstyle {
position:absolute;
visibility:hidden;
color:#006600; /* フォント色 */
font-size:10pt; /* フォントサイズ */
/* font-weight:bold; 太字の場合コメントを外す */
border:1px gray solid; /* 枠線の太さ、色、形状 */
padding:5px;
background-color:#CCFF99; /* 背景色 */
z-index:100;
/* センタリングはネスケで表示位置が大幅にずれるので使用しないで下さい */
}
/* フローティングメッセージの影のスタイル (コメントが有る部分以外はspanstyleに合わせる)*/
.syadowstyle {
position:absolute;
visibility:hidden;
color:gray; /* フォント色 (背景色に合わせる */
font-size:10pt;
border:1px gray solid; /* 枠線の太さ、色、形状 */
padding:5px;
background-color:gray; /* 背景色 */
z-index:90;
/* z-indexはspanstyleより必ず小さく */
}
.temp_style {
color:#666666;
font-weight:bold;
background-color:#ffff00;
text-decoration:none;
}
/*====================================================
テキスト
====================================================*/
.Normalfont, .Typewriter {
font-size:14px;
line-height: 150%;
}
.Typewriter {
font-family: "MS ゴシック", "Osaka−等幅", monospace;
}
.Largefont {
font-size:18px;
}
.Titlefont {
font-size:22px;
font-weight:bold;
text-decoration:underline;
}
.Userfont {
font-size:16px;
font-weight:bold;
}
.Chufont {
font-size:14px;
font-weight:bold;
color:red;
}
.Flowfont {
font-size: 12px;
}
.LargeBold {
font-size: 18px;
font-weight: bold;
}
.Middlefont {
font-size: 16px;
}
.MiddleBold {
font-size: 16px;
font-weight: bold;
}
.SmallFont {
font-size: 14px;
}
.SmallBold {
font-size: 14px;
font-weight: bold;
}
.TinnyFont {
font-size: 9px;
}
.TinnyBold {
font-size: 9px;
font-weight: bold;
}