﻿body {
	background-color: #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	padding: 0px;
	color: #333333;
	margin: 0px;
}
p {
	font-size: small;
	margin: 5px;
	padding: 5px;
}
a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #800000;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #999000;
	font-weight: bold;
}
#container {
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
	height: 920px;
	border: 1px solid #333333;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 730px;
	height: 70px;
}
#headwindow {
	float: left;
	width: 715px;
	margin-left: 10px;
}

#trans {
	width: 715px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
}

#contents {
	width: 750px;
	height: 770px;
}
#footer {
	width: 750px;
	clear: none;
	background-color: #999999;
	color: #FFFFFF;
	float: none;
	height: 80px;
}
#left {
	width: 235px;
	float: left;
	margin-left: 10px;
}
#center {
	width: 235px;
	float: left;
}
#right {
	width: 235px;
	float: left;
}
#under {
	clear: both;
	width: 750px;
}

