body {
	color: #000000;
background-color:#99ffcc;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
a:link {
	color: #ff00ff;
}
a:visited {
	color: #990099;
}
a:active {
	color: #ff0000;
}
a:hover {
	color: #ffff00;
}
h1 {
	font-size: 1.4em;
	text-align: center;
	margin: auto;
	width: 700px;
}
h2 {
	font-size: 1.2em;
	text-align: center;
	margin: auto;
}
h3 {
	font-size: 1.1em;
	text-align: center;
	margin: auto;
}

p.text {
	text-align: left;
	margin: auto;
	width: 700px;
}
p.text800 {
	text-align: left;
	margin: auto;
	width: 800px;
}
p.text850 {
	text-align: left;
	margin: auto;
	width: 850px;
}


p.left {
	text-align: left;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}

table {
	text-align: center;
	margin: auto;
}



.fontred {
	font-weight: bold;
	color: #ff0000;
}
.fontlime {
	font-weight: bold;
	color: #00ff00;
}
.fontyellow {
	font-weight: bold;
	color: #ffff00;
}
.fontaqua {
	font-weight: bold;
	color: #00ffff;
}
.fontfuchsia {
	font-weight: bold;
	color: #ff00ff;
}
.fontbold {
	font-weight: bold;
}


div.column3 {
	text-align: center;
	margin: auto;
	width: 640px;
	clear: both;
}
div.column2of3 {
	text-align: center;
	width: 420px;
	float: left;
}
div.column1of3 {
	text-align: left;
	width: 210px;
	float: left;
}

