body{
	text-align:center;
	background-attachment: fixed;
	background-color: #ffffff;
	background-image :url();
}
body, td, th { font-size: 10pt; }

h1 { font-size: 24px; margin: 20px;}
h2 { font-size: 14pt; font-weight: bold; }

A:link { text-decoration: none; color: #0000FF; }
A:visited { text-decoration: none; color: #0000FF; }
A:active { text-decoration: none; color: #0000FF; }
A:hover { text-decoration: underline; color: #FF0000; }

.center { text-align: center; }
.red { color: #ff0000; }
a img { border-style: none; }

#outline {
	text-align:center;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #ffffff;
}
	/* -- E񕪊 -- */
.link_css {
	width: 600px;
	margin: 0px auto;
}
.content {
	background-color: #ffffff;
	padding: 2px;
}
.left_box {
	text-align: left;
	width: 90px;
	float: left;
}
.right_box {
	text-align: left;
	width: 500px;
	float: right;
}
.c-both { clear: both; }
