/*基本セレクタ*/
body {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	overflow: auto;
	width: 620px;
	}

#rihabiri {
	}
/*テーブル全体*/
#rihabiri table {
	margin: 0px;
	background-image: url(../img/head_bk.gif);
	border: 0px;
	border-spacing: 0px;
	empty-cells: show;
	width: 800px;
	hight: 50px;
	}