@charset "Shift-JIS";
/*  */
/* 
------------------------------------------------------------
Lunatia square top page style
file name: index.css
Author: K.Takahashi
create: 2008.10.20
last update 2008.10.28 (K.Takahashi)

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

   1: body background
   2: column layout and position
   3: swf_btm
   4: news_topics
   5: pickup_banner (before login / after login)
   6: btn_more [news] (add 2008-10-28 K.Takahashi)
;
============================================================
*/

/* body background
------------------------------------------------------------ */
body {
	background: #FFF6D7 url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/index/bg_page_index.jpg) no-repeat scroll center top;
	}

/* column layout and position
------------------------------------------------------------ */
#center_column_index {
	width: 760px;
	min-height: 780px;
	float: right;
	position: relative;
	}
* html #center_column_index {
	height: 780px;
	}
#swf_index_town {
	width: 760px;
	height: 508px;
	position: relative;
	}
#center_column_index div.swf_btm {
	width: 760px;
	height: 215px;
	position: relative;
	}
#swf_index_pickup {
	width: 436px;
	height: 214px;
	position: absolute;
	top: 0;
	right: 0;
	}
#left_column div.secured_seal {
	width: 115px;
	height: 82px;
	position: absolute;
	top: 715px;
	left: 42px;
	}
#center_column_index div.pickup_banner {
	width: 760px;
	height: 85px;
	margin-bottom: 15px;
	}

/* swf_btm
------------------------------------------------------------ */
#center_column_index div.swf_btm {
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/index/bg_flash_bottom.jpg) no-repeat;
	}

/* news_topics
------------------------------------------------------------ */
#center_column_index div.swf_btm h2.news_topics_ttl,
#center_column_index div.swf_btm ul.news_topics_body {
	position: relative;
	top: 43px;
	}
#center_column_index div.swf_btm h2.news_topics_ttl {
	width: 243px;
	height: 39px;
	margin: 0;
	padding: 0;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/index/ttl_news_topics.jpg) no-repeat;
	}	
#center_column_index div.swf_btm ul.news_topics_body {
	width: 319px;
	height: 133px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/index/bg_news_topics.jpg) no-repeat;
	}
#center_column_index div.swf_btm ul.news_topics_body li {
	padding: 4px 0;
	}
#center_column_index div.swf_btm ul.news_topics_body li a,
#center_column_index div.swf_btm ul.news_topics_body li span {
	height: 20px;
	overflow: hidden;
	}
#center_column_index div.swf_btm ul.news_topics_body li a {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	width: 259px;
	margin-left: 5px;
	float: left;
	}
#center_column_index div.swf_btm ul.news_topics_body li span {
	width: 60px;
	text-align: right;
	float: right;
	}
html:not([lang*=""]) #center_column_index div.swf_btm ul.news_topics_body li {
	position: relative;
	top: 2px;
	}

/* pickup_banner (before login / after login)
------------------------------------------------------------ */
#center_column_index div.pickup_banner img.ban_left {
	float: left;
	}
#center_column_index div.pickup_banner img.ban_right {
	float: right;
	}

/* btn_more [news] (add 2008-10-28 K.Takahashi)
------------------------------------------------------------ */
#center_column_index div.swf_btm {
	/* background: red; */
	}
#center_column_index div.swf_btm a.btn_more_news {
	width: 83px;
	height: 16px;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/index/btn_more_news.jpg) no-repeat;
	position: absolute;
	bottom: 15px;
	left: 236px;
	}
#center_column_index div.swf_btm a.btn_more_news:hover {
	background-position: 0 -16px;
	}

/* secured_seal (add 2009-01-15 K.Takahashi)
------------------------------------------------------------ */
#left_column div.secured_seal {
	top: 800px;
	z-index: 2;
	}
/* bbs_topics (add 2009-02-04 M.Choi)
------------------------------------------------------------ */
#center_column_index div.swf_btm h2.bbs_topics_ttl,
#center_column_index div.swf_btm ul.bbs_topics_body {
	position: relative;
	top: 43px;
	}
#center_column_index div.swf_btm h2.bbs_topics_ttl {
	width: 243px;
	height: 39px;
	margin: 0;
	padding: 0;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/index/ttl_bbs_topics.jpg) no-repeat;
	}
#center_column_index div.swf_btm ul.bbs_topics_body {
	width: 319px;
	height: 133px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(http://image.mgame.jp/new_rpg/lunatia/lunatia_square/index/bg_news_topics.jpg) no-repeat;
	}	
#center_column_index div.swf_btm ul.bbs_topics_body li {
	padding: 4px 0;
	width: 315px;
	}
#center_column_index div.swf_btm ul.bbs_topics_body li a {
	height: 20px;
	overflow: hidden;
	}	
#center_column_index div.swf_btm ul.bbs_topics_body li a {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	/* width: 259px; */
	margin-left: 5px;
	}		


