@charset "Shift-JIS"; /* ------------------------------------------------------------ for knight webmoney page file name: webmoney.css Author: M.Choi create: 2009.10.27 ======================= contents =========================== 1: Browser-style reset 2: for non-CSS 3: column setting (layout only) ; ============================================================ */ /* Browser-style reset ------------------------------------------------------------ */ html{ margin: 0; padding: 0; } body,th,td,h1,h2,h3 { font-family: "Arial","‚l‚r ‚oƒSƒVƒbƒN","Osaka"; font-size: 12px; margin: 0; padding: 0; color: #fff; line-height: 1.3em; } body { text-align: center;/* for ie6 bug */ } p,h1,h2,h3 { margin: 0; padding: 0; } a,label{ cursor: pointer; } img { border:none; } /* for non-CSS ------------------------------------------------------------ */ .aid { position: absolute; left: -9999px; width: 0px; height: 0px; margin: 0; padding: 0; overflow: hidden; } /* general item style ------------------------------------------------------------ */ .img_css { display: block; overflow: hidden; text-indent: -9999px; } /* column setting (layout only) ------------------------------------------------------------ */ div.all{ text-align: center; width:1000px; margin: 0 auto 0 auto; } div.body_area { width:800px; margin: 0 auto 0 auto; } div.header { height:508px; background: url(http://image.mgame.jp/new_rpg/knight_design/event/091028_webmoney/header.jpg) no-repeat; } div.date { height: 136px;/* 116 */ background: url(http://image.mgame.jp/new_rpg/knight_design/event/091028_webmoney/date.jpg) no-repeat; } div.contents { height: 626px;/* 606 */ background: url(http://image.mgame.jp/new_rpg/knight_design/event/091028_webmoney/contents.jpg) no-repeat; } a.btn_halloween { height: 82px; background: url(http://image.mgame.jp/new_rpg/knight_design/event/091028_webmoney/btn_halloween.jpg) no-repeat; } a.btn_halloween:hover { background-position:0 -82px; } a.btn_knight { margin-top: 10px; height: 82px; background: url(http://image.mgame.jp/new_rpg/knight_design/event/091028_webmoney/btn_knight_.jpg) no-repeat; } a.btn_knight:hover { background-position:0 -82px; } div.webmoney_area { position: relative; text-align: left; height: 116px; background: url(http://image.mgame.jp/new_rpg/knight_design/event/091028_webmoney/webmoney.jpg) no-repeat; } div.webmoney_area a.btn_webmoney { position: absolute; left:230px; top:30px; width:50px; height:20px; } div.webmoney_area a.btn_help { position: absolute; left:255px; top:50px; width:50px; height:20px; } div.webmoney_area a.btn_buy { position: absolute; left:640px; top:46px; width:100px; height:40px; } p.footer { width:264px; height: 70px; float: right; background: url(http://image.mgame.jp/new_rpg/knight_design/event/091028_webmoney/footer.jpg) no-repeat; }