 
@charset "Shift-JIS";

/*----------------------------
 file:index.css
 author:shimohseon
 create:2009.9.7
-----------------------------
======================= contents ===========================

   1: Browser-style reset
   1: column setting (layout only)
    
============================================================

/* column setting (layout only)
------------------------------------------------------------ */
#entry{
	position:relative;
	width:651px;
	height:1161px;
	background:url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/news/event/090910_contest/designContest_02_a.jpg) top left no-repeat;
}
#entry .attach{
	position:absolute;
	/*width:347px;*/
	width:488px;
	height:26px;
	top:646px;
	left:79px;
	border:#f1373b 1px solid;
}
#entry a{
	position:absolute;
	height:28px;
}
#entry a.btn_att{
	top:645px;
	right:78px;
	width:141px;
	/*background:url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/news/event/090910_contest/btn_attach.jpg) top left no-repeat;*/
}
#entry .txt{
	position:absolute;
	top:686px;
	left:78px;
	width:493px;
	height:44px;
	border:#f1373b 1px solid;
}
#entry a.btn_ent{
	top:739px;
	right:79px;
	width:496px;
	background:url(http://image.mgame.jp/new_rpg/lunatia/official_ph1/news/event/090910_contest/btn_entry.jpg) top left no-repeat;
}
#entry a:hover{
	background-position:0 -28px;
}