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

.duel-lf {
	width:195px;
	border-style:solid;
	border-width:1px;
	border-color:#ff3399;
	float:left;
	height:700px;
	padding-top:5px;

}

.duel-lf p {
	font-size: 11pt;
}
.duel-lf-ttl {
	width:190px;
	float:left;
	padding-top:5px;
	text-align:left;
	padding-left:10px;
}

.duel-rt {
	width:190px;
	border-style:solid;
	border-width:1px;
	border-color:#ff3399;
	float:right;
	height:700px;
	padding-top:5px;

}

.duel-rt p {
	font-size:11pt;
}

.duel-rt-ttl {
	width:190px;
	text-align:left;
	float:left;
	padding-top:5px;
	padding-left:10px;
}

.duel-ttl {
	font-size:14pt;
	color:#ff3399;
	font-family:Calibri;
}

.battle h3 {
	color:#ff3399;
	font-family:"Comic Sans MS", cursive;
	text-decoration: blink;
}
