body {
	color: #660000;
	background-color: #ffffcc;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
a:link {
	color: #999900;
}
a:visited {
	color: #993399;
}
a:active {
	color: #ccff99;
}
a:hover {
	color: #ff0000;
}
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.link {
	text-align: left;
	margin: auto;
	width: 700px;
}


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: 700px;
	clear: both;
}
div.column2of3 {
	text-align: center;
	width: 460px;
	float: left;
}
div.column1of3 {
	text-align: left;
	width: 230px;
	float: left;
}

