@charset "utf-8";
/* CSS Document */

html, * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1.3em;
    font-weight: normal;
    font-style: normal;
	white-space: wrap;
    text-decoration: none;
}

body {
    margin: 0; 
    padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

body.update_top {
	background: #AEC513 url(../community/images/0910_bg.jpg) repeat-x;
}

.img_anchor {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

ul { list-style: none; }

/* clearfix hack */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

.error, .red {
	color: #ff0000;
}

/* back ground */
#wrap {
	width: 1000px;
	height: 900px;
	margin: 0 auto;
	background: url(../community/images/0910_img.jpg) no-repeat;
}

/* h */
h1.logo   { float: left; width: 125px; }
h1.logo a { width: 120px;  height: 60px; }
h2 { 
	width: 100%; 
	height: 69px;
	background: url(../community/images/0910_header.jpg) no-repeat;
	text-indent: -9999px;
	
	}
	h2#character  { background-position: 0 0; }
	h2#item       { background-position: 0 -70px; }
	h2#quest      { background-position: 0 -140px; }
	h2#area       { background-position: 0 -210px; }
	h2#monster    { background-position: 0 -280px; }
	h2#other      { background-position: 0 -350px; }
h3 {
	display: block;
	padding: 5px;
	margin-top: 20px;
	color:#990000;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFF99;
}
h4 {
	color: #336633;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

/* header */
#header {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}

/* navi */
.navi ul { float: left; position: relative; top: 15px; }
.navi ul li { float: left; margin-left: 10px; height: 29px; background: url(../community/images/0910_navi.jpg); }
.navi ul li a {	display: block; height: 29px; overflow: hidden; text-indent: -9999px; }

.navi ul li#character { width: 112px; background-position:      0 0; }
.navi ul li#item      { width:  62px;  background-position: -112px 0; }
.navi ul li#quest     { width:  72px;  background-position: -174px 0; }
.navi ul li#area      { width:  62px;  background-position: -246px 0; }
.navi ul li#monster   { width:  92px; background-position: -308px 0; }
.navi ul li#other     { width:  72px;  background-position: -400px 0; }

.navi ul li#character:hover { width: 112px; background-position:      0 -29px; }
.navi ul li#item:hover      { width:  62px; background-position: -112px -29px; }
.navi ul li#quest:hover     { width:  72px; background-position: -174px -29px; }
.navi ul li#area:hover      { width:  62px; background-position: -246px -29px; }
.navi ul li#monster:hover   { width:  92px; background-position: -308px -29px; }
.navi ul li#other:hover     { width:  72px; background-position: -400px -29px; }

/* container */
#container {
	clear: both;
	width: 1000px;
	height: 670px;
	margin: 0 auto;
	padding-left: 24px;
	padding-top: 160px;
}
	#container iframe {
		width: 797px;
		height: 550px;
		margin: 0 auto;
	}
	
.details { padding: 0  30px 30px 30px; }
	.details p { padding: 15px; }
	.details ol { margin-left: 40px; }
	.details table { margin-left: 15px; margin: 0 auto; }
	.details table img {
		margin: 2px;
		border: #999999 1px solid;
	}

.top a {
	display: block;
	width: 54px;
	height: 16px;
	background: url(../community/images/top.gif); overflow: hidden;
}

/* table */
.list_table { }
.list_table img { display: block; margin: 0 auto; }
	.list_table td { }
	.list_table th { padding: 5px; background: #CCCCCC; }
	.list_table .icon { width: 32px; }
	.list_table .name,
	.list_table .need { white-space: nowrap; width: 150px; }
	.list_table .description {}
	.waku td { border: 1px #999999 solid; }
	.waku td img { border: none; }

table.icon td img { display: block;}
table.center td { text-align: center; }
table.center td.nocenter { text-align: left;}

td.noborder { border: none; }


/* footer */
div#footer_cs {
	clear: both;
	margin: 0 auto;
	padding: 0 25px;
	font-size: 12px;
}
	div#footer_cs div.comlogo { float: left; }
		p#easyfun {
			float: left;
			width: 50px;
			height: 42px;
			background: url(../community/images/0910_logo.gif) no-repeat;
		}
			p#easyfun a { width: 42px; height: 42px; }
		p#cyberstep {
			float: left;
			width: 176px;
			height: 42px;
			background: url(../community/images/0910_logo.gif) -51px 0 no-repeat;
		}
			p#cyberstep a { height: 42px; }
	
	div#footer_cs div.footermenu { float: right; }
		div#footer_cs div.footermenu ul { float: right; }
			div#footer_cs div.footermenu ul li { float: left; line-height: 1em; }
			div#footer_cs div.footermenu ul li a { line-height: 1em; }
		div#footer_cs div.footermenu p { float: right; line-height: 1em; }
