| 1 | @charset "euc-jp";
|
|---|
| 2 |
|
|---|
| 3 | body {
|
|---|
| 4 | background: #fff url(/img/common/bg.jpg);
|
|---|
| 5 | background-repeat: repeat-x;
|
|---|
| 6 | }
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 | /*LINK*/
|
|---|
| 10 | a:link { color: #006699; text-decoration: none; }
|
|---|
| 11 | a:visited { color: #006699; text-decoration: none; }
|
|---|
| 12 | a:hover { color: #f9a406; text-decoration: underline; }
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 | /*FORM*/
|
|---|
| 16 | .box6 { width: 54px; } /*W6*/
|
|---|
| 17 | .box10 { width: 82px; } /*W10*/
|
|---|
| 18 | .box20 { width: 152px; } /*W20*/
|
|---|
| 19 | .box25 { width: 187px; } /*W25*/
|
|---|
| 20 | .box30 { width: 222px; } /*W30*/
|
|---|
| 21 | .box33 { width: 243px; } /*W30*/
|
|---|
| 22 | .box40 { width: 292px; } /*W40*/
|
|---|
| 23 | .box60 { width: 432px; } /*W60*/
|
|---|
| 24 |
|
|---|
| 25 | .area40 { width: 302px; height: 134px; } /*W40¡ßH8*/
|
|---|
| 26 | .area45 { width: 337px; height: 290px; } /*W40¡ßH20*/
|
|---|
| 27 | .area46 { width: 337px; height: 134px; } /*W40¡ßH8*/
|
|---|
| 28 | .area59 { width: 432px; height: 134px; } /*W59¡ßH8*/
|
|---|
| 29 | .area65 { width: 444px; height: 290px; } /*W65¡ßH20*/
|
|---|
| 30 | .area80 { width: 572px; height: 134px; } /*W80¡ßH8*/
|
|---|
| 31 | .area96 { width: 694px; height: 420px; } /*W80¡ßH30*/
|
|---|
| 32 | .area96_2 { width: 694px; height: 160px; } /*W80¡ßH10*/
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 | /*COLOR*/
|
|---|
| 36 | .ast { color: #cc0000; font-size: 90%; }
|
|---|
| 37 | .darkred { color: #cc0000; }
|
|---|
| 38 | .gray { color: #b6b7ba; }
|
|---|
| 39 | .white { color: #ffffff; }
|
|---|
| 40 | .whitest { color: #ffffff; font-weight: bold; }
|
|---|
| 41 | .white10 { color: #ffffff; font-size: 62.5%;}
|
|---|
| 42 | .red { color: #ff0000; }
|
|---|
| 43 | .red10 { color:#ff0000; font-size: 10px; }
|
|---|
| 44 | .red12 { color:#cc0000; font-size: 12px; }
|
|---|
| 45 | .reselt { color: #ffcc00; font-size: 120%; font-weight: bold; }
|
|---|
| 46 |
|
|---|
| 47 | .infodate {
|
|---|
| 48 | color: #cccccc; font-size: 62.5%; font-weight: bold;
|
|---|
| 49 | padding: 0 0 0 8px;
|
|---|
| 50 | }
|
|---|
| 51 |
|
|---|
| 52 | .infottl {
|
|---|
| 53 | color: #ffffff;
|
|---|
| 54 | font-size: 62.5%;
|
|---|
| 55 | line-height: 150%;
|
|---|
| 56 | }
|
|---|
| 57 |
|
|---|
| 58 | .info {
|
|---|
| 59 | padding: 0 4px;
|
|---|
| 60 | display: block;
|
|---|
| 61 | }
|
|---|
| 62 |
|
|---|
| 63 | .title {
|
|---|
| 64 | padding: 0px 0px 20px 25px;
|
|---|
| 65 | color: #ffffff;
|
|---|
| 66 | font-weight: bold;
|
|---|
| 67 | line-height: 120%;
|
|---|
| 68 | }
|
|---|
| 69 |
|
|---|
| 70 | .mainbg {
|
|---|
| 71 | background: #fff url(/img/contents/main_bg.jpg);
|
|---|
| 72 | background-repeat: repeat-x;
|
|---|
| 73 | }
|
|---|
| 74 |
|
|---|
| 75 | .infobg {
|
|---|
| 76 | background: #fff url(/img/contents/home_bg.jpg);
|
|---|
| 77 | background-repeat: no-repeat;
|
|---|
| 78 | background-color: #e3e3e3;
|
|---|
| 79 | }
|
|---|
| 80 |
|
|---|
| 81 |
|
|---|
| 82 | /*navi*/
|
|---|
| 83 | #menu_navi {
|
|---|
| 84 | table-layout: fixed;
|
|---|
| 85 |
|
|---|
| 86 | }
|
|---|
| 87 |
|
|---|
| 88 | .navi a{
|
|---|
| 89 | background: url(/img/contents/navi_bar.gif);
|
|---|
| 90 | background-repeat: repeat-y;
|
|---|
| 91 | background-color: #636469;
|
|---|
| 92 | width:140px;
|
|---|
| 93 | padding: 10px 5px 10px 12px;
|
|---|
| 94 | color:#ffffff;
|
|---|
| 95 | text-decoration:none;
|
|---|
| 96 | display:block;
|
|---|
| 97 | }
|
|---|
| 98 |
|
|---|
| 99 | .navi a:visited {
|
|---|
| 100 | color:#ffffff;
|
|---|
| 101 | text-decoration:none;
|
|---|
| 102 | }
|
|---|
| 103 |
|
|---|
| 104 | .navi a:hover {
|
|---|
| 105 | background-color: #a5a5a5;
|
|---|
| 106 | color:#000000;
|
|---|
| 107 | text-decoration:none;
|
|---|
| 108 | }
|
|---|
| 109 |
|
|---|
| 110 | .navi_text {
|
|---|
| 111 | font-size: 75%;
|
|---|
| 112 | padding: 0 0 0 8px;
|
|---|
| 113 | }
|
|---|
| 114 |
|
|---|
| 115 | .navi-on a{
|
|---|
| 116 | background: url(/img/contents/navi_bar.gif);
|
|---|
| 117 | background-repeat: repeat-y;
|
|---|
| 118 | background-color: #a5a5a5;
|
|---|
| 119 | width:140px;
|
|---|
| 120 | padding: 10px 5px 10px 12px;
|
|---|
| 121 | color:#000000;
|
|---|
| 122 | text-decoration:none;
|
|---|
| 123 | display:block;
|
|---|
| 124 | }
|
|---|
| 125 |
|
|---|
| 126 | .navi-on a:visited {
|
|---|
| 127 | color:#000000;
|
|---|
| 128 | text-decoration:none;
|
|---|
| 129 | }
|
|---|
| 130 |
|
|---|
| 131 | .navi-on a:hover {
|
|---|
| 132 | background-color: #a5a5a5;
|
|---|
| 133 | color:#000000;
|
|---|
| 134 | text-decoration:none;
|
|---|
| 135 | }
|
|---|
| 136 |
|
|---|
| 137 |
|
|---|
| 138 | /*subnavi*/
|
|---|
| 139 | .subnavi a{
|
|---|
| 140 | background-color: #818287;
|
|---|
| 141 | width:140px;
|
|---|
| 142 | padding: 6px 5px 4px 5px;
|
|---|
| 143 | color:#ffffff;
|
|---|
| 144 | text-decoration:none;
|
|---|
| 145 | display:block;
|
|---|
| 146 | }
|
|---|
| 147 |
|
|---|
| 148 | .subnavi a:visited {
|
|---|
| 149 | color:#ffffff;
|
|---|
| 150 | text-decoration:none;
|
|---|
| 151 | }
|
|---|
| 152 |
|
|---|
| 153 | .subnavi a:hover {
|
|---|
| 154 | background-color: #b7b7b7;
|
|---|
| 155 | color:#000000;
|
|---|
| 156 | text-decoration:none;
|
|---|
| 157 | }
|
|---|
| 158 |
|
|---|
| 159 | .subnavi_text {
|
|---|
| 160 | font-size: 71%;
|
|---|
| 161 | padding: 0 0 0 8px;
|
|---|
| 162 | }
|
|---|
| 163 |
|
|---|
| 164 | .subnavi-on a{
|
|---|
| 165 | background-color: #b7b7b7;
|
|---|
| 166 | width:140px;
|
|---|
| 167 | padding: 6px 5px 4px 5px;
|
|---|
| 168 | color:#000000;
|
|---|
| 169 | text-decoration:none;
|
|---|
| 170 | display:block;
|
|---|
| 171 | }
|
|---|
| 172 |
|
|---|
| 173 | .subnavi-on a:visited {
|
|---|
| 174 | color:#000000;
|
|---|
| 175 | text-decoration:none;
|
|---|
| 176 | }
|
|---|
| 177 |
|
|---|
| 178 | .subnavi-on a:hover {
|
|---|
| 179 | background-color: #b7b7b7;
|
|---|
| 180 | color:#000000;
|
|---|
| 181 | text-decoration:none;
|
|---|
| 182 | }
|
|---|
| 183 |
|
|---|
| 184 |
|
|---|
| 185 |
|
|---|
| 186 | /*icon*/
|
|---|
| 187 | .icon_edit{
|
|---|
| 188 | background: url(/img/contents/icon_edit.jpg);
|
|---|
| 189 | background-repeat: no-repeat;
|
|---|
| 190 | padding: 0 0 0 15px;
|
|---|
| 191 | }
|
|---|
| 192 |
|
|---|
| 193 | .icon_mail {
|
|---|
| 194 | background: url(/img/contents/icon_mail.jpg);
|
|---|
| 195 | background-repeat: no-repeat;
|
|---|
| 196 | padding: 0 0 0 15px;
|
|---|
| 197 | }
|
|---|
| 198 |
|
|---|
| 199 | .icon_delete {
|
|---|
| 200 | background: url(/img/contents/icon_delete.jpg);
|
|---|
| 201 | background-repeat: no-repeat;
|
|---|
| 202 | padding: 0 0 0 15px;
|
|---|
| 203 | }
|
|---|
| 204 |
|
|---|
| 205 | .icon_class {
|
|---|
| 206 | background: url(/img/contents/icon_class.jpg);
|
|---|
| 207 | background-repeat: no-repeat;
|
|---|
| 208 | padding: 0 0 0 15px;
|
|---|
| 209 | }
|
|---|
| 210 |
|
|---|
| 211 | .icon_confirm {
|
|---|
| 212 | background: url(/img/contents/icon_confirm.jpg);
|
|---|
| 213 | background-repeat: no-repeat;
|
|---|
| 214 | padding: 0 0 0 15px;
|
|---|
| 215 | }
|
|---|
| 216 |
|
|---|
| 217 |
|
|---|
| 218 | /*send-page*/
|
|---|
| 219 | .number a{
|
|---|
| 220 | background: url(/img/contents/number_bg.jpg);
|
|---|
| 221 | background-repeat: repeat-x;
|
|---|
| 222 | background-color: #505468;
|
|---|
| 223 | padding: 8px;
|
|---|
| 224 | color:#ffffff;
|
|---|
| 225 | font-size: 65%;
|
|---|
| 226 | line-height: 160%;
|
|---|
| 227 | font-weight: bold;
|
|---|
| 228 | text-decoration:none;
|
|---|
| 229 | }
|
|---|
| 230 |
|
|---|
| 231 | .number a:visited {
|
|---|
| 232 | color:#ffffff;
|
|---|
| 233 | text-decoration:none;
|
|---|
| 234 | }
|
|---|
| 235 |
|
|---|
| 236 | .number a:hover{
|
|---|
| 237 | background: url(/img/contents/number_bg_on.jpg);
|
|---|
| 238 | background-repeat: repeat-x;
|
|---|
| 239 | background-color: #f7c600;
|
|---|
| 240 | padding: 8px;
|
|---|
| 241 | color:#ffffff;
|
|---|
| 242 | font-size: 65%;
|
|---|
| 243 | line-height: 160%;
|
|---|
| 244 | font-weight: bold;
|
|---|
| 245 | text-decoration:none;
|
|---|
| 246 | }
|
|---|
| 247 |
|
|---|
| 248 | .number-on a{
|
|---|
| 249 | background: url(/img/contents/number_bg_on.jpg);
|
|---|
| 250 | background-repeat: repeat-x;
|
|---|
| 251 | background-color: #f7c600;
|
|---|
| 252 | padding: 8px;
|
|---|
| 253 | color:#ffffff;
|
|---|
| 254 | font-size: 65%;
|
|---|
| 255 | line-height: 160%;
|
|---|
| 256 | font-weight: bold;
|
|---|
| 257 | text-decoration:none;
|
|---|
| 258 | }
|
|---|
| 259 |
|
|---|
| 260 | .number-on a:visited {
|
|---|
| 261 | color:#ffffff;
|
|---|
| 262 | text-decoration:none;
|
|---|
| 263 | }
|
|---|
| 264 |
|
|---|
| 265 | .number-on a:hover{
|
|---|
| 266 | background: url(/img/contents/number_bg_on.jpg);
|
|---|
| 267 | background-repeat: repeat-x;
|
|---|
| 268 | background-color: #f7c600;
|
|---|
| 269 | padding: 8px;
|
|---|
| 270 | color:#ffffff;
|
|---|
| 271 | font-size: 65%;
|
|---|
| 272 | line-height: 160%;
|
|---|
| 273 | font-weight: bold;
|
|---|
| 274 | text-decoration:none;
|
|---|
| 275 | }
|
|---|
| 276 |
|
|---|
| 277 | /*IMG*/
|
|---|
| 278 | img {
|
|---|
| 279 | border: 0;
|
|---|
| 280 | }
|
|---|