body {
	background-repeat: repeat-y;
	background-position: top left;
	text-align: center;
	font-family: ???C???I,"?l?r ?o?S?V?b?N",Osaka,sans-serif;
}

h1 {
	font-size: 120%;
	float: left;
	margin: 2px 3px 0px 5px;
	letter-spacing: 2px;
}

h2 {
	font-size: 100%;
	float: left;
	margin: 0px 0px 5px 5px;
	letter-spacing: 2px;
}

#contents {
	z-index: 1;
	width: 950px;
	position: relative;
	text-align: left;
	background-color: #edf4f8;
	margin: auto;
}

#side {
	background-color: #ffffbf;
	margin-top: 100px;
	width: 265px;
	position: absolute;
	left: 1px;
}

#main {
	padding: 5px 2px;
	top: 210px;
	margin-top: 30px;
	width: 630 px;
	position: absolute;
	left: 270px;
}

#footer {
	padding: 5px 5px;
	background-color: #ffebd7;
	width: 650px;
	position: absolute;
}

#navbar {
	border-left: solid 1px #000099;
	border-top: solid 1px #000099;
	left: 0px;
	text-align: center;
	margin-top: 0px;
	width: 950px;
	position: absolute;
	top: 175px;
	padding: 0;
}

#side_02 {
	text-align: left;
	width: 235px;
	position: absolute;
}

#scroll {
	margin: 20px;
	background-color: #e8e8ff;	overflow-y: scroll;
	height: 250px;
	width: 600px;
	scrollbar-face-color: #6666ff;       /* 表面の色 */
	scrollbar-3dlight-color: #ccccff;    /* 左端と上端の色 */
	scrollbar-highlight-color: #6666ff;  /* ハイライトの色 */
	scrollbar-shadow-color: #6666ff;     /* 影の色 */
	scrollbar-darkshadow-color: #333399; /* 右端と下端 */
	scrollbar-arrow-color: #ffffff;      /* 矢印の色 */
	scrollbar-track-color: #ccccff;      /* バーの背景の色 */
}
td {
	text-align: center;
	background-color: #e1f0f0;
	margin-top: 20px;
	padding: 5px 2px;
}

table {
	text-align: center;
	margin-bottom: 20px;
	margin-left: 10px;
}

caption {
	background-color: #003939;
	color: #FFF;
	padding: 6px;
}
.color11 {
	text-align: center;
	background-color: #97ff97;
	margin-top: 20px;
	padding: 5px 2px;
}

.color12 {
	text-align: center;
	background-color: #97ff97;
	margin-top: 20px;
	padding: 5px 2px;
	color: red;
}

.color13 {
	background-color: #fffbfb;
	margin-top: 20px;
	padding: 5px 2px;
	color: red;
	text-align: right;
}

a {
	outline: none;
}