BODY {
	color: #FF8080;
	background-color: #000000;
	background-image: url(images/wpBmaster.jpg);
	line-height: normal;
	font-size: 10pt;
}

A:link {
	color: #FF0000;
}

A:visited {
	color: #F000F0;
}

.center {
	text-align:center;  /* センタリング */
}

.main_item {
	color: #FF8080;
	font-size: 12pt;
}

.normal_item {
	color: #FF8080;
	font-size: 10pt;
}

.small_item {
	color: #FF8080;
	font-size: 8pt;
}

.white_normal_item {
	color: #FFFFFF;
	font-size: 10pt;
}

.white_small_item {
	color: #FFFFFF;
	font-size: 8pt;
}

.ured_normal_item {
	color: #FF0000;
	font-size: 10pt;
	font-decoration: underline;
}

.ured_small_item {
	color: #FF0000;
	font-size: 8pt;
	font-decoration: underline;
}

H1 {
	font-size: 20pt;
	font-weight: bold;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	border-width: 0px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

