BODY {
	font-size: 10pt;
	color: #000000;
	font-family: "MS UI Gothic";
}

h1 {
	font-family: "MS UI Gothic";
	font-weight: bold;
	font-size: 14pt;
	line-height: 14pt;
	border-bottom: 2px solid #78d2ff;
	color: #000000;
}

A {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #004444;
	line-height: 12pt;
	padding-left: 5px;
	margin-left: 10px;
	border-left: 3px solid #0096e9;
}
A:hover {
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
	color: #006666;
	line-height: 12pt;
	padding-left: 5px;
	margin-left: 10px;
	border-left: 3px solid #0096e9;
}

div.oubo {
	width: 270px;
	position: absolute;
	top: 140px;
	left: 20px;
	font-family: "MS UI Gothic";
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	filter: Alpha(opacity=90);
	border: 5px solid #ffffff;
}

div.sidemenu {
	width: 270px;
	position: absolute;
	top: 320px;
	left: 20px;
	font-family: "MS UI Gothic";
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	filter: Alpha(opacity=90);
	border: 5px solid #ffffff;
}

div.message {
	width: 340px;
	position: absolute;
	top: 320px;
	left: 350px;
	font-family: "MS UI Gothic";
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	filter: Alpha(opacity=75);
	border: 5px solid #ffffff;
}

div#counter {
	width: 300px;
	height: 40px;
	position: absolute;
	top: 610px;
	left: 5px;
}

div.main {
	width: 760px;
	position: absolute;
	top: 130px;
	left: 1px;
	font-family: "MS UI Gothic";
	font-weight: normal;
	color: #333333;
	background-color: #78d2ff;
	padding: 5px 10px 10px 20px;
}

div.pagetitle {
	width: 660px;
	position: absolute;
	top: 85px;
	left: 35px;
	font-family: "MS UI Gothic";
	font-weight: bold;
	font-size: 15pt;
	color: #ffffff;
}

.midashi {
	font-weight: bold;
	font-size: 12pt;
	height: 17pt;
	color: #ddf4ff;
	background-color: #0096e9;
	border: 1px none #0096e9;
	border-top: 1px solid #ddf4ff;
	border-left: 1px solid #ddf4ff;
	border-right: 1px solid #004669;
	padding: 2px 2px 1px 1px;
}

.midline {
	width: 100%;
	font-weight: bold;
	font-size: 1px;
	height: 1px;
	color: #ddf4ff;
	background-color: #004669;
	border-bottom: 1px solid #004669;
	padding: 2px 1px 1px 2px;
}
