@charset "Shift_JIS";

BODY {
	text-align: center;
	font-size: x-small;
	background: #ECECEC;
}
TH, TD {
	font-size: x-small;
	line-height: 130%;
}
A {
	color: #FF8080;
}

/*------------------------------------
  お知らせ
------------------------------------*/

.update {
	position: relative;
	width: 500px;
	height: 33px;
}
.update {
	background: url(update.gif) no-repeat;
}
.update a {
	display: block;
	position: absolute;
	
	width: 60px;
	height: 33px;
	left: 500px;
	top: 0px;
	
	text-indent: -9999px;
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
}

.update_Top {
	width: 584px;
	
	background: url(background_main.gif) repeat-y;
	text-align: left;
	margin: 20px 0px 6px 0px;

}
.update_Bottom {
	width: 584px;
	height: 5px;
	background: url(background_main_bottom.gif) no-repeat;
	margin: 0px 0px 0px 0px;

}

/*------------------------------------
  本文TABLE
------------------------------------*/

.table_td {
	text-align: center;
	vertical-align: middle;
	width: 60px;
}
.table_space {
	background: url(ic_line.gif) repeat-y;
	width: 3px;
}
.dot {
	background: url(ic_dot.gif) repeat-x center;
}
.table {
	padding: 4px 4px 4px 4px;

}
.menu_home {
	padding: 100px 0px 0px 0px;
	margin-top: 100px;

}