/*┌──────┐*/
/*│データベース│*/
/*└──────┘*/

.title {
	width:300px;
}

h6 {
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:5px;
	background-color:#e0e8ff;
	border-left:15px #ff8000 solid;
}

h5 {
	font-size:12px;
	font-weight:bold;
	color:#000080;
	margin:0px;
}


ul {
	list-style-type:square;
	margin:15px 0px 15px 40px;
	padding:0px;
}

ul.sub {
	list-style-type:square;
	margin:15px 30px 15px 45px;
	padding:0px;
}

ol {
	margin:5px 0px 5px 25px;
	padding:0px;
}


dl {	
	margin:5px 0px 5px 25px;
}

dd.boss {
	width:550px;
	margin:2px 40px;
	padding:5px;
	background-color:#f0f0ff;
	border:1px solid;
	border-color:#555555 #b0b0b0 #b0b0b0 #555555;
}

div.last {
	margin:10px 0px -5px 0px;
	padding:3px 0px;
	border:1px solid #005000;
	font-size:13px;
	font-weight:bold;
	color:#005000;
	width:100px;
	text-align:center;
}



.cell1 {	/*　テーブルトップ1　*/
	background-color:#b0b0b0;
	font-weight:bold;
	text-align:center;
}

.cell2 {	/*　テーブルトップ2　*/
	background-color:#404040;
	color:#ffffff;
}

.cell3 {	/*　スキル & 武器 & 防具　*/
	background-color:#ffffff;
	height:40px;
	text-align:center;
}

.cell4 {	/*　スキル & 武器 & 防具　*/
	background-color:#f4f4f4;
	height:40px;
	text-align:center;
}

.cell5 {	/*　アイテム　*/
	background-color:#ffffff;
	text-align:left;
}

.cell6 {	/*　アイテム　*/
	background-color:#f4f4f4;
	text-align:left;
}

.cell7 {	/*　装備品用　*/
	background-color:#ffffff;
	height:40px;
	text-align:left;
}

.cell8 {	/*　装備品用　*/
	background-color:#f4f4f4;
	height:40px;
	text-align:left;
}

.cell9 {	/*　デバイス　*/
	background-color:#ffffff;
	text-align:center;
}

.cell10 {	/*　デバイス　*/
	background-color:#f4f4f4;
	text-align:center;
}


span {
	font-size:8px;
}