/* BODY */
body{
	background-color : #000000;
	background-image : url(../image/bg-sakura.jpg);
	background-repeat : no-repeat;
	background-position : center center;
	text-align : center;
}

/* センタリング */
div {
	text-align : center; /* IE用の中央寄せ */
 	margin-left : auto;  /* IE以外用の中央寄せ */
 	margin-right : auto; /* IE以外用の中央寄せ */
}


/* 季節風物リンクバー */
div.box2 {
	margin-top : 4px;
	width : 260px;
	height : 25px;
	border : solid #adc0f8 1px;
	background-color : #dce4fc;
	text-align : center;
	line-height : 25px;
	font-size : 11pt;
	letter-spacing : -1pt;
}

/* 季節風物table */
table{
	margin-top : 350px;
	margin-left : auto;
 	margin-right : auto;
 	border-collapse: spacing;
	border-spacing : 5px;
}

th{
	height : 25px;
	text-align : center;
	background-color : #7B99F2;
	color : #ffffff;
}

td{
	width : 90px;
	height : 60px;
	text-align : center;
	line-height : 13px;
	font-size : 11pt;
	letter-spacing : 0.1pt;
	background-color : #dce4fc;
	border : solid #adc0f8 1px;
}

td.t01{
	width : 90px;
	height : 47px;
	padding-top : 13px ;
	text-align : center;
	line-height : 13px;
	font-size : 11pt;
	letter-spacing : 0.1pt;
	background-color : #dce4fc;
	border : solid #adc0f8 1px;
}

#mk_gray {

	background : #dce4fc;
	line-height : 23px;
} 

/* 注文＆問い合わせ返礼table */
table.rei{
	margin-top : 200px;
	border-spacing : 5pt;
}

td.rei{
	width : 200px;
	height : px;
	padding-left : 15px ;
	text-align : left;
	line-height : 150%;
	font-size : 12pt;
	letter-spacing : 0.1pt;
	background-color : #dce4fc;
	border : solid #adc0f8 1px;
}