@charset "utf-8";
/* 2009年12月1日 */

/* 大枠 */
#wrapper{
	width:900px;
	margin:0 auto;
	background-color:#000;
	color:#FFF;
	line-height:1.5;
}

/* 初期設定 */
img{
vertical-align:bottom;
}

h2,h3{
line-height:0;
text-indent:-9999px;
}

ul,li{
margin:0;
padding:0;
}

/* エストポリスとは */
#estDetail{
width:900px;
height:597px;
background:url(../images/est_story_bk.jpg) no-repeat left top;
}

h4{
color:#FFF;
font-size:14px;
margin-left:4em;
}

/* キャラクター紹介 */
.orange{
font-size:14px;
font-weight:bold;
color:#f7bf27;
}

.explanation{
padding:0 20px;
}

/* ゲームシステム */
#system{
width:900px;
height:260px;
background:url(../images/est_system_bk.jpg) no-repeat left top;
}

/* コピーライト */
#copyRight{
background-color:#000;
color:#FFF;
}

#copyRight li{
padding-left:2em;
font-size:10px;
}