@charset "UTF-8"; body { background-color: #ffffff; font-family: "Helvetica", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "MS Pゴシック", "Osaka", "sans-serif"; color: #444444; margin: 0; padding: 0; } .header { width: 100%; height: 55px; background: url(../images/shadow.jpg) top repeat-x } .header_left { float: left; } .header_right { padding-top: 13px; padding-right: 5px; float: right; } .obi { font-size: 100%; width: 100%; height: 40px; color: #ffffff; font-weight: bold; text-align: center; padding-top: 5px; background: url(../images/orange.jpg) top repeat-x } .img { text-align: center; height: 220px; } a:link,a:visited,a:hover{ text-decoration: none; font-weight: bold; color: #fd6600; } .bt a:link,a:visited,a:hover{ color: #fd6600; } .on a{ background-image: url(../images/bt_on.gif); padding: 2px 0px 2px 0px; float: left; width: 50%; text-align: center; } .off a{ background-image: url(../images/bt_off.gif); padding: 2px 0px 2px 0px; float: left; width: 50%; text-align: center; } .off a:hover { background-image: url(../images/bt_on.gif); } .main { font-size: 80%; width: 100%; } .footer { font-size: 85%; clear: both; }