.boxcover1 {
	background-image: url("./chara/1.gif");
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}

.boxcover2 {
	background-image: url("./chara/2.gif");
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
.boxcover3 {
	background-image: url("./chara/3.gif");
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
.boxcover4 {
	background-image: url("./chara/4.gif");
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
.boxcover5 {
	background-image: url("./chara/5.gif");
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
.boxcover6 {
	background-image: url("./chara/6.gif");
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
.boxcover7 {
	background-image: url("./chara/7.gif");
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
.boxcover8 {
	background-image: url("./chara/8.gif");
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
.boxcover9 {
	background-image: url("./chara/9.gif");
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
.boxcover10 {
	background-image: url("./chara/10.gif");
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
.boxcover11 {
	background-image: url("./chara/11.gif");
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
.boxcover12 {
	background-image: url("./chara/12.gif");
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
.name {
	width: 200px;
	text-align: left;
	float: left;
	font-weight: bold;
}

.menu {
	margin-left: 200px;
	text-align: right;
	font-size: 12px;
}

.clear {
	clear: left;
}

.imgbox {
	width: 250px;
	text-align: center;
	float: left;
	margin-top: 5px;
}

.databox {
	margin-left: 250px;
	text-align: left;
	margin-top: 5px;
}

.chara {
	text-align: left;
}

.level {
	text-align: left;
}

.msg {
	text-align: left;
}

td {
	font-size: 13px;
	padding: 5px;
	border-bottom: #cccccc dashed 1px;
}
td.f {
	font-size: 13px;
	padding: 5px;
	border-bottom: #cccccc dashed 1px;
	width: 80px;
}
div.row {
 	clear: both;
 	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 335px;
	text-align: left;
} 