@charset "Shift-JIS";
/* 
------------------------------------------------------------
Lunatia official site top page
file name: index.css
Author: K.Takahashi
create: 2009.01.08
last update: 2009.09.17(M.Choi)

======================= contents ===========================

   1: Page Background
   2: column setting (layout only)
     : position
   3: left_column
     : button
     : button:hover
   4: top_news
     : caution_line
     : normal_line
     : normal_line icon
   5: square_info
     : (layout box)position
     : square_bbs
     : square_ssbbs
     : buttons
       : minigame & lunatia Link!!
       : more
       : square direct jump
   6: footer
;
============================================================
*/

/* Page Background
------------------------------------------------------------ */
body {
	background-image: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/bg_top_d.jpg);
	}

/* column setting (layout only)
------------------------------------------------------------ */
div#all{
	text-align: left;
	width:1180px;
	margin: 0 auto;
	}
#index_header {
	width: 1180px;
	height: 674px;
	}
#left_column {
	width: 220px;
	margin-left:120px;
	}
#top_news {
	width: 374px;
	margin-left:120px;
	}
#loop_banner {
	width: 402px;
	height: 162px;
	margin-left:120px;
	}
#square_info {
	width: 710px;
	height: 525px;/* 377px + 148px */
	margin-left: 350px;/* 230+120 */
	}
#footer {
	margin-left:120px;
	}
/* position */
#all {
	position: relative;
	}
#index_header {
	position: relative;
	z-index: 1;
	}
#left_column {
	position: absolute;
	top: 285px;
	left: 0px;
	z-index: 2;
	}
#top_news {
	position: absolute;
	top: 285px;
	left: 221px;
	z-index: 2;
	}
#loop_banner {
	position: absolute;
	top: 511px;
	left: 230px;
	z-index: 2;
	}

/* left_column
------------------------------------------------------------ */
/* button */
#left_column a.btn_register,
#left_column a.btn_download,
#left_column a.btn_beginner,
#left_column a.btn_gmblog,
#left_column a.btn_mediabbsinfo {
	width: 179px;
	margin-left: 21px;
	}
#left_column a.btn_register {
	height: 71px;
	/* background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_register.jpg) no-repeat; */
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_register2.jpg) no-repeat;
	}
#left_column a.btn_download {
	height: 58px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_download.gif) no-repeat;
	}
#left_column a.btn_gmblog {
	height: 84px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_gmblog_standby_02.gif) no-repeat;
	}
#left_column a.btn_beginner {
	height: 74px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_beginner_02.gif) no-repeat;
	}
#left_column a.btn_mediabbsinfo {
	height: 107px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_mediabbsinfo_02.gif) no-repeat;
	}
#left_column a.btn_voting {
	height: 27px;
	width: 98px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_voting.jpg) no-repeat;
	}
/* button:hover */
#left_column a.btn_register:hover {
	background-position: 0 -71px;
	}
#left_column a.btn_download:hover {
	background-position: 0 -58px;
	}
#left_column a.btn_gmblog:hover {
	background-position: 0 -84px;
	}
#left_column a.btn_beginner:hover {
	background-position: 0 -74px;
	}	
#left_column a.btn_mediabbsinfo:hover {
	background-position: 0 -107px;
	}
#left_column a.btn_voting:hover {
	background-position: 0 -27px;
	}
#left_column div#questionnaire {
	width: 179px;
	height: 245px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/bg_questionnaire.gif) no-repeat;
	margin-left: 21px;
	}
#left_column div#txt_area {
	color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
	line-height: 120%;
	height: 30px;
	}
#left_column div#answer_area {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 11px;
	height: 120px;
	}
#left_column div#voting_area {
	padding-left: 40px;
	}
/* top_news
------------------------------------------------------------ */
#top_news .ttl_news {
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	}
#top_news a.btn_news_more {
	width: 65px;
	height: 18px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_news_more.gif) no-repeat;
	position: absolute;
	left: 176px;
	top: 197px;
	}
#top_news a.btn_news_more:hover {
	background-position: 0 -18px;
	}
/* caution_line */
#top_news table.caution_line {
	width: 295px;
	margin: 15px 0 0 60px;
	}
#top_news table.caution_line td {
	height: 18px;
	line-height: 1.1em;
	color: #f00;
	}
#top_news table.caution_line td.title {
	width: 235px;
	font-family: "ＭＳ Ｐゴシック";
	}
#top_news table.caution_line td.date {
	width: 60px;
	text-align: right;
	}
#top_news table.caution_line td a {
	color: #f00;
	}
/* normal_line */
#top_news table.normal_line {
	width: 334px;
	margin: 16px 0 0 40px;
	}
html>/**/body #top_news table.normal_line {/* Hack for non-IE */
	margin: 14px 0 0 40px;
	}
#top_news table.normal_line td {
	height: 20px;
	line-height: 1.1em;
	}
#top_news table.normal_line td.ico {
	width: 44px;
	}
#top_news table.normal_line td.title {
	width: 230px;
	font-family: "ＭＳ Ｐゴシック";
	}
#top_news table.normal_line td.date {
	width: 60px;
	text-align: right;
	}
#top_news table.normal_line td a {
	color: #630;
	}

/* normal_line icon */
#top_news table.normal_line td.ico span {
	display: block;
	width: 34px;
	height: 9px;
	overflow: hidden;
	text-indent: -9999px;
	}
#top_news table.normal_line td.ico span.ico_info {
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/ico_news_info.gif) no-repeat;
	}
#top_news table.normal_line td.ico span.ico_mainte {
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/ico_news_mainte.gif) no-repeat;
	}
#top_news table.normal_line td.ico span.ico_event {
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/event.gif) no-repeat;
	}
#top_news table.normal_line td.ico span.ico_update {
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/update.gif) no-repeat;
	}
#top_news table.normal_line td.ico span.ico_media {
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/ico_news_media.gif) no-repeat;
	}

/* square_info
------------------------------------------------------------ */
#square_info {
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/bg_square.jpg) no-repeat 0 148px;
	position: relative;
	}
#square_info div.square_catch {
	width: 710px;
	height: 148px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/img_square_catch.jpg) no-repeat;
	}
#square_info h2.ttl_square {
	width: 382px;
	height: 26px;
	margin: 0 0 0 68px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/ttl_square.png) no-repeat;
	}
/* (layout box)position */
#square_info a.btn_square_minigame {
	position: absolute;
	left: 47px;
	}
#square_info a.btn_square_magazine {
	position: absolute;
	right: 39px;
	}
#square_info div.square_bbs {
	position: absolute;
	left: 50px;
	top: 285px;/* 148+26+101(+10) */
	}
#square_info div.square_ssbbs {
	position: absolute;
	right: 50px;
	top: 285px;
	}
/* square_bbs */
#square_info div.square_bbs {
	width: 300px;
	height: 179px;
	}
#square_info div.square_bbs h3.ttl_square_bbs {
	width: 300px;
	height: 24px;
	margin: 0;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/ttl_square_bbs.jpg) no-repeat;
	}
#square_info div.square_bbs ul.square_bbs_latest {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック";
	}
#square_info div.square_bbs ul.square_bbs_latest li {
	padding: 4px 0;
	}
#square_info div.square_bbs ul.square_bbs_latest li a {
	margin-left: 5px;
	}
/* square_ssbbs */
#square_info div.square_ssbbs {
	width: 300px;
	height: 179px; /* 30+149 */
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/bg_square_ssbbs.jpg) no-repeat 0 30px;
	}
#square_info div.square_ssbbs h3.ttl_square_ssbbs {
	width: 300px;
	height: 30px;
	margin: 0;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/ttl_square_ssbbs.jpg) no-repeat;
	}
#square_info div.square_ssbbs div.square_ssbbs_latest01,
#square_info div.square_ssbbs div.square_ssbbs_latest02 {
	width: 135px;
	line-height: 1.3em;
	position: absolute;
	top: 40px;
	}
#square_info div.square_ssbbs div.square_ssbbs_latest01 img,
#square_info div.square_ssbbs div.square_ssbbs_latest02 img {
	margin: 0 0 5px 3px;
	}
#square_info div.square_ssbbs div.square_ssbbs_latest01 {
	left: 10px;
	}
#square_info div.square_ssbbs div.square_ssbbs_latest02 {
	right: 10px;
	}

/* ------ buttons ------ */
/* minigame & lunatia Link!! */
#square_info a.btn_square_minigame {
	width: 303px;
	height: 101px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_square_minigame.jpg) no-repeat;
	}
#square_info a.btn_square_magazine {
	width: 311px;
	height: 101px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_square_magazine.jpg) no-repeat;
	}
#square_info a.btn_square_minigame:hover,
#square_info a.btn_square_magazine:hover {
	background-position: 0 -101px;
	}
/* more */
#square_info div.square_bbs a.btn_square_bbs_more {
	width: 50px;
	height: 26px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_square_bbs_more.gif) no-repeat;
	position: absolute;
	left: 127px;
	top: -1px;
	}
#square_info div.square_bbs a.btn_square_bbs_more:hover {
	background-position: 0 -26px;
	}
#square_info div.square_ssbbs a.btn_square_ssbbs_more {
	width: 50px;
	height: 34px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_square_ssbbs_more.gif) no-repeat;
	position: absolute;
	left: 140px;
	top: 0;
	}
#square_info div.square_ssbbs a.btn_square_ssbbs_more:hover {
	background-position: 0 -34px;
	}	
/* square direct jump */
#square_info a.btn_square_direct {
	width: 203px;
	height: 40px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/btn_square_direct.jpg) no-repeat;
	position: absolute;
	left: 253px;
	bottom: 11px;
	}
* html #square_info a.btn_square_direct {
	bottom: 10px;
	}
#square_info a.btn_square_direct:hover {
	background-position: 0 -40px;
	}

/* footer
------------------------------------------------------------ */
#footer {
	padding-top: 0;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/common/bg_footer.jpg) no-repeat center top;
	}

/* add 2009-04-30(K.Takahashi)トップぷちリニュ
------------------------------------------------------------ */
#left_column div.login_guest_d {
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/bg_login_index.jpg) no-repeat;
	}
#left_column div.login_member_d {
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/bg_login_index.jpg) no-repeat;
	}

/* add 2009-05-08(H.Park) メディアレイヤー設定
------------------------------------------------------------ */
#left_column div#mediabbsinfo_layer {
	position:absolute;
	top:720px;
	left:50px;
	padding:20px 10px;
	width:180px;
	height:100px;
	display:none;
	background: url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/index/bg_back.gif) no-repeat;
	}
#left_column div#mediabbsinfo_layer a.mediabbs_layer {
	position:absolute;
	display:block;
	top:115px;
	left:175px;
	width:15px;
	height:15px;
	}