/* msdata css */

@import url(em.css);

body {
	color: black;
	background-color: #f0f0ff;
}

a:link { color: blue; text-decoration: underline; }
a:visited { color: dodgerblue; text-decoration: underline; }
a:active { color: blue; text-decoration: underline; }
a:hover { color: blue; text-decoration: underline; }

h1 {
	border-width    : 2px 0px 2px 0px;
	border-style    : solid;
	font-size       : 200%;
	font-weight     : bold;
	text-align      : center;
	margin          : 1em 0em 1em 0em;
}

h2 {
	font-size       : 1.5em;
	font-weight     : bold;
	border-width    : 0em 0em 0em 1em;
	border-style    : solid;
	margin          : 0.5em 0.5em 0em 0.5em;
	padding-left    : 0.5em
}

h3 {
	font-size       : 1.4em;
	font-weight     : bold;
	margin          : 0.5em 0.5em 0em 1em;
	text-decoration : underline;
}

h4 {
	font-weight: normal;
	font-size: 100%;
	margin-left: 16em;
}

P {
	font-weight     : normal;
	font-size       : 1em;
}

P.explain {
	margin-right: 1em;
	margin-left: 1em;
}

P.unit_title {
	font-size       : 1.4em;
	font-weight     : bold;
	margin          : 1em 0.5em 1em 1em;
	text-decoration : underline;
}

P.moddate {
	font-weight: bold;
	font-size: 0.75em;
	text-align: right;
	font-family: "times new roman", Times, serif 
}

TABLE {
	border-width: 1px 1px 1px 1px;
	border-style: outset ;
	border-color: #888888;
	margin      : 1em 5% 1em 5%;
	text-align: center;

}

TABLE.list {
	text-align: left;
}

TABLE.base {
	margin-left: 120pt;
	font-size  : 10pt;
	width      : 380pt;
}

TABLE.armor {
	margin     : 5pt;
	font-size  : 10pt;
	width      : 495pt;
}

TABLE.weapon {
	margin     : 5pt;
	font-size  : 9pt;
	width      : 495pt;
}

TABLE.note {
	margin     : 5pt;
	font-size  : 10pt;
	width      : 495pt;
}

TABLE.ireko {
	margin     : 5pt;
	font-size  : 9pt;
	width      : 450pt;
}

CAPTION {
	text-align  : center;
	font-weight : bold;
	text-decoration : underline;
}

TH {
	font-weight: bold;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #888888;
	text-align: center;
}

TH.small {
	font-size  : 8pt;
}

TD {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #888888;
}


TD.center {
	text-align: center;
}

TD.left {
	text-align: left;
}

address {
	font-style: normal;
	font-size: 90%;
	text-align: right;
	margin-right: 0%;
	margin-left: 15em;
	padding-top: 0.5em;
	padding-right: 0em;
	border-width: 2px 0px 0px;
	border-color: #FF55AA;
	border-style: solid;
}

hr {
	display: none;
}

em {
	font-style: normal;
	font-weight: normal;
	color: red;
}

dl { margin-left: 200px; }

.count {
	font-style: normal;
	font-size: 90%;
	margin-left: 17em;
}

.left {
	text-align: left;
}

.secret {
	font-size: 0.5em;
	color    : #f0f0ff;
}

.blue{
	background-color: #e0eaff;
	border-color    : #0000aa;
	color           : #0000aa;
}

