| 1 | @charset "euc-jp"; |
|---|
| 2 | |
|---|
| 3 | /*FORM*/ |
|---|
| 4 | .box3 { width: 33px; } /*W3*/ |
|---|
| 5 | .box6 { width: 54px; } /*W6*/ |
|---|
| 6 | .box10 { width: 82px; } /*W10*/ |
|---|
| 7 | .box12 { width: 96px; } /*W12*/ |
|---|
| 8 | .box18 { width: 138px; } /*W18*/ |
|---|
| 9 | .box19 { width: 145px; } /*W19*/ |
|---|
| 10 | .box20 { width: 152px; } /*W20*/ |
|---|
| 11 | .box30 { width: 222px; } /*W30*/ |
|---|
| 12 | .box33 { width: 243px; } /*W30*/ |
|---|
| 13 | .box40 { width: 292px; } /*W40*/ |
|---|
| 14 | .box47 { width: 341px; } /*W47*/ |
|---|
| 15 | .area40 { width: 302px; height: 134px; } /*W40¡ßH8*/ |
|---|
| 16 | .area45 { width: 337px; height: 290px; } /*W40¡ßH20*/ |
|---|
| 17 | .area46 { width: 337px; height: 134px; } /*W40¡ßH8*/ |
|---|
| 18 | .area50 { width: 372px; height: 290px; } /*W50¡ßH20*/ |
|---|
| 19 | .area55 { width: 407px; height: 290px; } /*W55¡ßH20*/ |
|---|
| 20 | .area65 { width: 444px; height: 290px; } /*W65¡ßH20*/ |
|---|
| 21 | .area68 { width: 498px; height: 134px; } /*W68¡ßH8*/ |
|---|
| 22 | .area80 { width: 572px; height: 134px; } /*W80¡ßH8*/ |
|---|
| 23 | .area80_2 { width: 572px; height: 420px; } /*W80¡ßH30*/ |
|---|
| 24 | .area92 { width: 666px; height: 160px; } /*W92¡ßH10*/ |
|---|
| 25 | .area96 { width: 694px; height: 420px; } /*W80¡ßH30*/ |
|---|
| 26 | .area96_2 { width: 694px; height: 160px; } /*W80¡ßH10*/ |
|---|
| 27 | |
|---|
| 28 | /*LINK*/ |
|---|
| 29 | a:link { color: #3a75af; text-decoration: underline; } |
|---|
| 30 | a:visited { color: #3a75af; text-decoration: underline; } |
|---|
| 31 | a:hover { color: #3a75af; text-decoration: none; } |
|---|
| 32 | |
|---|
| 33 | /*OVER*/ |
|---|
| 34 | a.over:link{ color:#4a6fa6; text-decoration: none; } |
|---|
| 35 | a.over:visited { color:#4a6fa6; text-decoration: none; } |
|---|
| 36 | a.over:hover { color:#4a6fa6; text-decoration: underline; } |
|---|
| 37 | |
|---|
| 38 | /*COLOR*/ |
|---|
| 39 | .white { color: #ffffff; } |
|---|
| 40 | .whitest { color: #ffffff; font-weight: bold; } |
|---|
| 41 | .red { color: #ec0000; } |
|---|
| 42 | .redst { color: #ec0000; font-weight: bold; } |
|---|
| 43 | .blue { color: #3a75af; } |
|---|
| 44 | .bluest { color: #3a75af; font-weight: bold; } |
|---|
| 45 | .black { color: #000000; } |
|---|
| 46 | .blackst { color: #000000; font-weight: bold; } |
|---|
| 47 | .orange { color: #ff6600; } |
|---|
| 48 | .orangest { color: #ff6600; font-weight: bold; } |
|---|
| 49 | |
|---|
| 50 | /*PHOTO*/ |
|---|
| 51 | .picture { |
|---|
| 52 | border-width: 1px; |
|---|
| 53 | border-style: solid; |
|---|
| 54 | border-color: #cccccc; |
|---|
| 55 | } |
|---|
| 56 | |
|---|
| 57 | /*PHOTO*/ |
|---|
| 58 | img { |
|---|
| 59 | border: 0px; |
|---|
| 60 | } |
|---|
| 61 | |
|---|
| 62 | |
|---|
| 63 | #container #right #contents #right #price{ |
|---|
| 64 | border-width: 1px; |
|---|
| 65 | border-style: solid; |
|---|
| 66 | border-color: #ccc; |
|---|
| 67 | padding: 0; |
|---|
| 68 | margin: 0; |
|---|
| 69 | padding: 0; |
|---|
| 70 | width: 295px; |
|---|
| 71 | background: #ecf5ff; |
|---|
| 72 | } |
|---|