@charset "utf-8";
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFBF0;
}
.table_style {
	border-collapse: separate; /*ボーダーを分離して表示*/
	border: 0px;               /*ボーダーを0ピクセル*/
	border-spacing: 1px;       /*セル間隔を1ピクセル*/
	background-color: #000000; /*背景色を青にする*/
}
#header {
	height: 200px;
	width: 900px;
}
#wrap #navi div ul li {
	line-height: 40px;
	text-align: center;
	float: left;
	width: 149px;
	list-style-type: none;
	background-image: url(img/image1.gif);
	background-repeat: no-repeat;
	display: block;
}
#wrap #footer {
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
body {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(img/back_image2.jpg);
}


#wrap #navi div ul li a:hover {
	background-image: url(img/image2.gif);
	background-repeat: no-repeat;
}

#wrap #navi div ul {
	margin: 0px;
	padding: 0px;
	height: 40px;
}
#wrap #main table {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#wrap #main table tr th {
	background-color: #7FFFAA;
	width: 130px;
}
#main {
	float: right;
	height: auto;
	width: 850px;
}
#sidebar {
	float: left;
	height: auto;
	width: 50px;
}
.font_color_red {
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	color: #FF6A6A;
}
.pos_center {
	position: absolute;
}

.back_color_green {
	background-color: #7FFFAA;
	text-align: center;
	display: block;
}
.color_red {
	color: #F00;
}
.forecolor_gray {
	color: #808080;
}

.color_green {
	color: #004000;
}

.scr {
	overflow: scroll;   /* スクロール表示 */
	width: 700px;
	height: 100px;
	background-color: red;
 }
