body {
	background-image: url(./img/back.gif);
	margin: 20px;
	text-align: center;
	font-family: Osaka,HGPゴシックE,Verdana,sans-serif;
}

img {
	border: 0px;
	text-decoration: none;
}

h1 {
	font-family: Osaka,HGPゴシックE,Verdana,sans-serif;
	font-size: 16px;
}
h2 {
	font-family: Osaka,HGPゴシックE,Verdana,sans-serif;
	font-size: 14px;
}
h3 {
	background-color: #FFFF00;
	text-align: center;
	font-family: Osaka,HGPゴシックE,Verdana,sans-serif;
	font-size: 16px;
}

th {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33;
	text-align: left;
	width: 100%;
}

A:link		{ color: FFFFFF; }
A:visited { color: #FFFFFF; }
A:active 	{ color: #FFFFFF; }
A:hover 	{ color: #FF9900; }

.main {
	width: 800px;
	height: 480px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 0px;
	border: none;
}

.menu {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	vertical-align: center;
	font-size: 14px;
	font-family: Osaka,HGPゴシックE,Verdana,sans-serif;
	text-decoration: none;
	background-color: #000000;
	padding: 0px;
}

.footer {
	width: 100%;
	color: #CCCCCC;
	text-align: right;
	vertical-align: center;
	font-size: 10px;
	text-decoration: none;
	background-color: #000000;
	padding: 0px, 20px;
}

.content {
  height: 100%;
	width: 100%;
	padding: 20px;
	vertical-align: top;
	font-size: 12px;
}

.bodytext{
	font-size: 12px;
	line-height: 150%;
	vertical-align: top;
	padding: 5px, 15px;
	width: 100%;
}



