| 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: 100px 0 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 | .navi {
|
|---|
| 84 | overflow:hidden;
|
|---|
| 85 | }
|
|---|
| 86 |
|
|---|
| 87 | .navi a{
|
|---|
| 88 | background: url(/img/contents/navi_bar.gif);
|
|---|
| 89 | background-repeat: repeat-y;
|
|---|
| 90 | background-color: #636469;
|
|---|
| 91 | width:140px;
|
|---|
| 92 | padding: 10px 5px 10px 12px;
|
|---|
| 93 | color:#ffffff;
|
|---|
| 94 | text-decoration:none;
|
|---|
| 95 | display:block;
|
|---|
| 96 | }
|
|---|
| 97 |
|
|---|
| 98 | .navi a:visited {
|
|---|
| 99 | color:#ffffff;
|
|---|
| 100 | text-decoration:none;
|
|---|
| 101 | }
|
|---|
| 102 |
|
|---|
| 103 | .navi a:hover {
|
|---|
| 104 | background-color: #a5a5a5;
|
|---|
| 105 | color:#000000;
|
|---|
| 106 | text-decoration:none;
|
|---|
| 107 | }
|
|---|
| 108 |
|
|---|
| 109 | .navi_text {
|
|---|
| 110 | font-size: 75%;
|
|---|
| 111 | padding: 0 0 0 8px;
|
|---|
| 112 | }
|
|---|
| 113 |
|
|---|
| 114 | .navi-on a{
|
|---|
| 115 | background: url(/img/contents/navi_bar.gif);
|
|---|
| 116 | background-repeat: repeat-y;
|
|---|
| 117 | background-color: #a5a5a5;
|
|---|
| 118 | width:140px;
|
|---|
| 119 | padding: 10px 5px 10px 12px;
|
|---|
| 120 | color:#000000;
|
|---|
| 121 | text-decoration:none;
|
|---|
| 122 | display:block;
|
|---|
| 123 | }
|
|---|
| 124 |
|
|---|
| 125 | .navi-on a:visited {
|
|---|
| 126 | color:#000000;
|
|---|
| 127 | text-decoration:none;
|
|---|
| 128 | }
|
|---|
| 129 |
|
|---|
| 130 | .navi-on a:hover {
|
|---|
| 131 | background-color: #a5a5a5;
|
|---|
| 132 | color:#000000;
|
|---|
| 133 | text-decoration:none;
|
|---|
| 134 | }
|
|---|
| 135 |
|
|---|
| 136 |
|
|---|
| 137 | /*subnavi*/
|
|---|
| 138 | .subnavi a{
|
|---|
| 139 | background-color: #818287;
|
|---|
| 140 | width:140px;
|
|---|
| 141 | padding: 6px 5px 4px 5px;
|
|---|
| 142 | color:#ffffff;
|
|---|
| 143 | text-decoration:none;
|
|---|
| 144 | }
|
|---|
| 145 |
|
|---|
| 146 | .subnavi a:visited {
|
|---|
| 147 | color:#ffffff;
|
|---|
| 148 | text-decoration:none;
|
|---|
| 149 | }
|
|---|
| 150 |
|
|---|
| 151 | .subnavi a:hover {
|
|---|
| 152 | background-color: #b7b7b7;
|
|---|
| 153 | color:#000000;
|
|---|
| 154 | text-decoration:none;
|
|---|
| 155 | }
|
|---|
| 156 |
|
|---|
| 157 | .subnavi_text {
|
|---|
| 158 | font-size: 71%;
|
|---|
| 159 | padding: 0 0 0 8px;
|
|---|
| 160 | }
|
|---|
| 161 |
|
|---|
| 162 | .subnavi-on a{
|
|---|
| 163 | background-color: #b7b7b7;
|
|---|
| 164 | width:140px;
|
|---|
| 165 | padding: 6px 5px 4px 5px;
|
|---|
| 166 | color:#000000;
|
|---|
| 167 | text-decoration:none;
|
|---|
| 168 | }
|
|---|
| 169 |
|
|---|
| 170 | .subnavi-on a:visited {
|
|---|
| 171 | color:#000000;
|
|---|
| 172 | text-decoration:none;
|
|---|
| 173 | }
|
|---|
| 174 |
|
|---|
| 175 | .subnavi-on a:hover {
|
|---|
| 176 | background-color: #b7b7b7;
|
|---|
| 177 | color:#000000;
|
|---|
| 178 | text-decoration:none;
|
|---|
| 179 | }
|
|---|
| 180 |
|
|---|
| 181 |
|
|---|
| 182 |
|
|---|
| 183 | /*icon*/
|
|---|
| 184 | .icon_edit{
|
|---|
| 185 | background: url(/img/contents/icon_edit.jpg);
|
|---|
| 186 | background-repeat: no-repeat;
|
|---|
| 187 | padding: 0 0 0 15px;
|
|---|
| 188 | }
|
|---|
| 189 |
|
|---|
| 190 | .icon_mail {
|
|---|
| 191 | background: url(/img/contents/icon_mail.jpg);
|
|---|
| 192 | background-repeat: no-repeat;
|
|---|
| 193 | padding: 0 0 0 15px;
|
|---|
| 194 | }
|
|---|
| 195 |
|
|---|
| 196 | .icon_delete {
|
|---|
| 197 | background: url(/img/contents/icon_delete.jpg);
|
|---|
| 198 | background-repeat: no-repeat;
|
|---|
| 199 | padding: 0 0 0 15px;
|
|---|
| 200 | }
|
|---|
| 201 |
|
|---|
| 202 | .icon_class {
|
|---|
| 203 | background: url(/img/contents/icon_class.jpg);
|
|---|
| 204 | background-repeat: no-repeat;
|
|---|
| 205 | padding: 0 0 0 15px;
|
|---|
| 206 | }
|
|---|
| 207 |
|
|---|
| 208 | .icon_confirm {
|
|---|
| 209 | background: url(/img/contents/icon_confirm.jpg);
|
|---|
| 210 | background-repeat: no-repeat;
|
|---|
| 211 | padding: 0 0 0 15px;
|
|---|
| 212 | }
|
|---|
| 213 |
|
|---|
| 214 |
|
|---|
| 215 | /*send-page*/
|
|---|
| 216 | .number a{
|
|---|
| 217 | background: url(/img/contents/number_bg.jpg);
|
|---|
| 218 | background-repeat: repeat-x;
|
|---|
| 219 | background-color: #505468;
|
|---|
| 220 | padding: 8px;
|
|---|
| 221 | color:#ffffff;
|
|---|
| 222 | font-size: 65%;
|
|---|
| 223 | line-height: 160%;
|
|---|
| 224 | font-weight: bold;
|
|---|
| 225 | text-decoration:none;
|
|---|
| 226 | }
|
|---|
| 227 |
|
|---|
| 228 | .number a:visited {
|
|---|
| 229 | color:#ffffff;
|
|---|
| 230 | text-decoration:none;
|
|---|
| 231 | }
|
|---|
| 232 |
|
|---|
| 233 | .number a:hover{
|
|---|
| 234 | background: url(/img/contents/number_bg_on.jpg);
|
|---|
| 235 | background-repeat: repeat-x;
|
|---|
| 236 | background-color: #f7c600;
|
|---|
| 237 | padding: 8px;
|
|---|
| 238 | color:#ffffff;
|
|---|
| 239 | font-size: 65%;
|
|---|
| 240 | line-height: 160%;
|
|---|
| 241 | font-weight: bold;
|
|---|
| 242 | text-decoration:none;
|
|---|
| 243 | }
|
|---|
| 244 |
|
|---|
| 245 | .number-on a{
|
|---|
| 246 | background: url(/img/contents/number_bg_on.jpg);
|
|---|
| 247 | background-repeat: repeat-x;
|
|---|
| 248 | background-color: #f7c600;
|
|---|
| 249 | padding: 8px;
|
|---|
| 250 | color:#ffffff;
|
|---|
| 251 | font-size: 65%;
|
|---|
| 252 | line-height: 160%;
|
|---|
| 253 | font-weight: bold;
|
|---|
| 254 | text-decoration:none;
|
|---|
| 255 | }
|
|---|
| 256 |
|
|---|
| 257 | .number-on a:visited {
|
|---|
| 258 | color:#ffffff;
|
|---|
| 259 | text-decoration:none;
|
|---|
| 260 | }
|
|---|
| 261 |
|
|---|
| 262 | .number-on a:hover{
|
|---|
| 263 | background: url(/img/contents/number_bg_on.jpg);
|
|---|
| 264 | background-repeat: repeat-x;
|
|---|
| 265 | background-color: #f7c600;
|
|---|
| 266 | padding: 8px;
|
|---|
| 267 | color:#ffffff;
|
|---|
| 268 | font-size: 65%;
|
|---|
| 269 | line-height: 160%;
|
|---|
| 270 | font-weight: bold;
|
|---|
| 271 | text-decoration:none;
|
|---|
| 272 | }
|
|---|
| 273 |
|
|---|
| 274 | /*IMG*/
|
|---|
| 275 | img {
|
|---|
| 276 | border: 0;
|
|---|
| 277 | }
|
|---|