body {
color:#000000;
background-color:#ffffff;
font-family:"メイリオ",meiryo,"ｍｓ ｐゴシック","ms pgothic","ヒラギノ角ゴ pro w3","hiragino kaku gothic pro",osaka,sans-serif
}
a:link {
color:#0000ff
}
a:visited {
color:#ff00ff
}
a:active {
color:#008000
}
a:hover {
color:#ff0000
}
h1 {
	font-size: 1.4em;
	text-align: center;
	margin: auto;
	width: 800px;
}
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: 800px;
}
p.link {
	text-align: left;
	margin: auto;
	width: 800px;
}
p.line {
	text-align: center;
	margin: auto;
	width: 800px;
}


p.left {
	text-align: left;
	margin: auto;
	width: 800px;
}
p.center {
	text-align: center;
	margin: auto;
	width: 800px;
}
p.right {
	text-align: right;
	margin: auto;
	width: 800px;
}

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

