*{
	font-size:100%;
}
body{
	font-size:100%;
	background-color:#000000;
	color:#FFFFFF;
	border-collapse:collapse;
}
td{
	text-align:center;
	vertical-align:top;
	padding:0px;
}
th{
	text-align:right;
	font-weight:normal;
	padding:0px;
}
a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 0px 0px 15px;
	line-height:16px;
}
a:hover{
	background:url(../images/select.gif) no-repeat;
}
ul{
	margin:0px;
	list-style:none;
	padding:0px;
}
li{
	margin:0px 0px 1em 1.5em;
	padding:0px;
	text-align:left;
}

iframe{
	border:none;
	width:100%;
	height:5em;
	margin:20px 0px 0px 0px;
	background:#000000;
}
p{
	font-size:80%;
	text-align: justify;
	text-justify:distribute-all-lines;
}

textarea{
	width:270px;
	margin:15px 0px 5px 0px;
	height:3em;
	overflow:hidden;
}
/*---------
メインの枠
------------*/

#main_top{
	margin:auto;
	width:300px;
	height:330px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-165px;
	margin-left:-150px;
}

#main{
	margin:auto;
	width:800px;
	height:330px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-165px;
	margin-left:-400px;
	font-size:80%;
}



/*-------------
メッセージ
-------------*/
#message_top{
	width:300px;
	height:20px;
	background-image:url(../images/mes_top.gif);
	margin:0px 30px;
}

#message{
	text-align:left;
	height:260px;
	width:300px;
	overflow:auto;
	background-image:url(../images/mes_back.gif);
	margin:0px 30px;
	position:relative;
}

	#message span{
		display:none;
	}
	
#message_bottom{
	width:300px;
	height:20px;
	background-image:url(../images/mes_bottom.gif);
	margin:0px 30px;
}

#continue{
	display:none;
}
/*-----------
HPゲージ
------------*/
.hp{
	width:100px;
	background-image:url(../images/hp.gif);
	height:10px;
}



/*----------------
ステータス
----------------*/
.status{
	width:200px;
}

	.status th{
		width:80px;
	}
	
	.status td{
		text-align:left;
	}
	
	.status_top{
		width:200px;
		height:20px;
		background-image:url(../images/top.gif);
	}
	
	.status_content{
		width:200px;
		height:260px;
		background-image:url(../images/back.gif);
	}
	.status_bottom{
		width:200px;
		height:20px;
		background-image:url(../images/bottom.gif);
	}
	
	.status_data{
		width:1.5em;
		text-align:right;
	}

	
	
/*------------
ボタン
------------*/	

.b_button{
	width:100px;
	margin:5px 0px 0px 0px;
}

/*------------------
ふっかつのじゅもん
-------------------*/
#password{
	background:#000000;
	border:none;
	height:5em;
	color:#FFFFFF;
	font-size:80%;
	margin:0px;

}
