body{
	padding: 48px 0px;
	text-align: center;
}

body, td{
	font-family: MeiryoKe_Gothic, "ＭＳ ゴシック", Osaka－等幅;
	font-size: 90%;
	line-height: 190%;
	color: #404040;
	background-image: url(images/bg.png);
}

table, td{
	border: 1px #404040 solid;
	background-image: none;
}

table{
	margin: 2em 0px;
	width: 480px;
	background-color: #FFFFB8;
}

td{
	padding: 2px;
	text-align: left;
	background-color: #FFFFEE;
}

td div{ text-align: center; }

ul{
	margin-left: 24px;
	margin-bottom: 4px;
}

strong{
	font-size: 14pt;
	color: #000060;
}

h1, h2, h3{ color: #FF7000; }

#title{
	font-size: 280%;
	line-height: 1.5;
	text-align: center;
	color: #FF5000;
}

h1{
	font-size: 260%;
	line-height: 160%;
	text-align: center;
}

h2{
	font-size: 220%;
	line-height: 170%;
}

h3{
	font-size: 180%;
	line-height: 180%;
}

img{ border: solid 1px #404040; }

hr{ margin: 64px 0px; }

a{ color: #0000FF; }
a:link{ color: #0000FF; }
a:visited{ color:#800080; }
a:hover{ color: #FF9000; }
a:active{ color: #FF0000; }

pre{
	line-height: 1.7;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word; 
}

.blackBg{
	padding: 0px 12px;
	border: none;
	background-color: #404040;
}