img.title {
	filter:Glow(color="Red", Strength=10);
}

h1 {
	text-align: center;
	color: White;
	width: 100%;
	border-style: double none;
	border-width: 4px;
	border-color: #a040ff;
	padding: 0.2em;
	filter:Glow(color="Blue", Strength=8);
}

/* キャラ名 */
h2 {
	color: White;
	width: 100%;
	font-size: 100%;
	filter:Shadow(color="#ff0080",Direction=180);
	background-color: Black;
	margin-bottom: 4px;
	padding: 0.5em;
	border-style: double none;
	border-width: thick;
	border-color: #600080;
}

span.charname {
	color: White;
	font-style: italic;
	font-weight: bold;
	font-size: 175%;
	width: 100%;
	filter:DropShadow(color="#4040e0");
}


/* 超必殺技 */
h4 {
	color: #e00000;
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
	width: 100%;
	border-bottom: 4px double #c0a000;
	filter:Shadow(color="#f0a0a0",Direction=90);
	margin: 4px;
}

/* 技名 */
h5 {
	color: #8000f0;
	font-style: normal;
	font-weight: bold;
	font-size: 80%;
	margin: 2px;
}

table {
	margin: 2em 0px;
}

td {
	border-width: 4px;
	border-style: solid;
	border-color: #c0c0f0 #8080e0 #8080e0 #c0c0f0;
	padding: 2px;
	background-color: white;
}

div.comment {
	display.block;
	margin: 0px 20%;
	border: dashed 2px #e080e0;
	padding: 0.5em;
	background-color: white;
}