/* CSS Document */

body {
	background-color: #DCDCFF;
	margin: 10px;
	padding: 0;
	font-size: 11px;
	font-family: Arial, ‚l‚r ‚oƒSƒVƒbƒN;
	line-height: 20px;
	letter-spacing: 3px;
}
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 16px;
	background-color: #C8C8FF;
	color: #000000;

}
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #CC3300;
}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCFF;
}

p {
	font-family: Arial, ‚l‚r ƒSƒVƒbƒN;
	margin: 0 0 16px 0;


}
/*
.content: p {
 margin: 0;
}
.content: p+p {
 text-indent: 30px;
}
*/
a {
	color: #003399;
	text-decoration: none;
	font-weight: bold;

}
a:link {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	background-color: #000099;
}
a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #003366;
}
/* All the content boxes belong to the content class. */
.content {
	position: relative;
	width: 530px;
	border: 1px solid black;
	background-color: white;
	padding: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	z-index: 3;
	left: 35px;
}
#navleft {
	position: absolute;
	width: 260px;
	top: 10px;
	left: 5px;
	font-size: 12px;
	border: 1px solid black;
	background-color: white;
	padding: 5px;
	z-index: 2;
	font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka, Arial Black;
	float: left;
	margin: 0px;

}


#navright {
	position: absolute;
	width: 180px;
	top: 10px;
	right: 5px;
	border: 1px solid black;
	padding: 10px;
	z-index: 1;
	font-size: 12px;
	float: right;
	background-color: #FFFFFF;
}

body,td,th {
	font-size: 11.px;
	font-size: 12px;
}
.midashi01 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	padding: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.midashi02 {
	color: #FFFFFF;
	background-color: #009933;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.midashi03 {
	font-weight: bold;
	background-color: #CCFFFF;
	padding: 3px;
}

