/* ------------------------------------------------------------ Mgame Online [MSNイベント_080602] file name: event_080602.css Author: M.Doi create: 2008.06.1 ======================= contents =========================== 1: 基本的な設定 2: エリア設定 3: エリア内設定 : #content : ボックス枠 : テーブル 4: lightbox ; ============================================================ */ /* 1: 基本的な設定 ------------------------------------------------------------ */ body { margin: 0px auto; padding: 0px; color: #302E2C; font-size: 12px; line-height: 16px; background: url(http://image.mgame.jp/event/msn/furinkazan/bg_event.gif) repeat-y center #302E2C; } img { border: 0px; } hr { border: none; border-bottom: 1px dotted #999999; width:650px; height:1px; margin:5px 0px; padding:0px; } a:link { text-decoration: none; color: #516534; } a:visited { text-decoration: none; color: #516534; } a:hover { text-decoration: none; color: #C5C7B8; } /* 2:エリア設定 ------------------------------------------------------------ */ #all { margin: 0px auto 0px -350px; position: absolute; left:50%; width: 700px; background: url(http://image.mgame.jp/event/msn/furinkazan/bg_ougi.gif) #9C9D92; } #content { margin: 0px; padding: 0px; } #copyright { background: #302E2C; height: 20px; line-height: 12px; text-align: center; color: #9C9D92; padding-top: 6px; } /* 3:エリア内設定 ------------------------------------------------------------ */ /* #content-------- */ h1 { margin: 0px; padding: 0px; } h2 { margin: 0px; padding: 0px; } h2.welcome { margin: 20px 0px 8px; } h2.banner { margin: 20px 0px; } h3, h4 { margin: 0px; } #content p { margin: 0px; padding: 0px; text-align: left; } #content div.bt { text-align: center; } #content div.bt img.bt { margin: 0px 25px; } #content div.bt p { text-align: center; width: 230px; background: #9C9D92; margin: 2px auto 10px 350px; } #content div.ss { margin: 8px; text-align: center; } #content div.ss img { margin: 8px; } #content div.class { margin: 20px 0px 0px; background: url(http://image.mgame.jp/event/msn/furinkazan/class_bg.gif); } #content div.class p { color: #999999; margin: 0px 30px 0px; } /* ボックス枠 */ #content div.table { margin: 20px 0px; text-align: center; } #content div.frame { margin-bottom: 10px; background: url(http://image.mgame.jp/event/msn/furinkazan/frame_middle.gif); } #content div.class div.step1 { float: left; width: 390px; } #content div.class div.step1 p { margin-top: 8px; margin-left: 50px; } #content div.class p.dl { clear: both; float: right; margin-bottom: 20px; } #content div.class img.left { float: left; margin-left: 40px; margin-right: 20px; } #content div.class div.step2 { float: left; width: 460px; } #content div.class div.step2 p { margin-top: 8px; margin-left: 50px; } #content div.class div.float p { clear: both; float: left; margin-left: 20px; width: 390px; } #content div.class img.ss { float: left; margin-top: 10px; } #content div.collabo p { margin: 10px 20px 0; } #content div.banner { text-align: center; } #content div.banner img { margin-bottom: 10px; display: block; } /* 4:lightbox ------------------------------------------------------------ */ #lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; margin-top: 50px;} #lightbox img{ width: auto; height: auto;} #lightbox a img{ border: none; } #outerImageContainer{ position: relative; background-color: #FFFFFF; width: 250px; height: 250px; margin: 0 auto; } #imageContainer{ padding: 10px; } #loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; } #hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; } #imageContainer>#hoverNav{ left: 0;} #hoverNav a{ outline: none;} #prevLink, #nextLink{ width: 49%; height: 100%; /* Trick IE into showing hover */ display: block; } #imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #FFFFFF; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; } #imageData{ padding:0 10px; color: #666; } #imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; outline: none;} #overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }