
/* テキストの折返し表示 */
td, th, p, h1, h2, h3, h4, h5, h6, label {
	word-break: break-all;
	word-wrap: break-word;
}

/* BODY設定 */
body{
	background-color : #000000;
	background-image : url(../image/bg-sakura.jpg);
	background-repeat : no-repeat;
	background-position : bottom bottom;
	text-align : center;
	font-family: sans-serif;
}

/* センタリング設定 */
div {
	text-align : center; /* IE用の中央寄せ */
 	margin-left : auto;  /* IE以外用の中央寄せ */
 	margin-right : auto; /* IE以外用の中央寄せ */
}

/* ベース */
div.box1 {
	margin-top : 10px;
	width : 100%;
/* 	border : solid red 1px;*/
}

/* 季節風物リンクバー */
div.box2 {
	width : 260px;
	height : 25px;
	border : solid #adc0f8 1px;
	background-color : #dce4fc;
	text-align : center;
	line-height : 25px;
	font-size : 11pt;
}

/* 季節風物table */
table{
	margin-top : 80px;
	margin-left : auto;
 	margin-right : auto;
	width : 97%;
 	border-collapse: spacing;
	border-spacing : 0px;
	
}

th{
	height : 25px;
	text-align : center;
	background-color : #7B99F2;
	color : #ffffff;
	
}

td{
	width : 65px;
	height : 60px;
	text-align : center;
	line-height : 13px;
	font-size : 11pt;
	background-color : #dce4fc;
	border : solid #adc0f8 1px;
}

td.t01{
	width : 65px;
	height : 47px;
	padding-top : 13px ;
	text-align : center;
	line-height : 13px;
	font-size : 11pt;
	background-color : #dce4fc;
	border : solid #adc0f8 1px;
}

#mk_gray {

	background : #dce4fc;
	line-height : 23px;
} 

/* 注文＆問い合わせ返礼table */
table.rei{
	margin-top : 100px;
	border-spacing : 1pt;
}

td.rei{
	width : 380px;
	height : 130px;
	text-align : center;
	line-height : 30px;
	letter-spacing : -0.5pt;
	font-size : 12pt;
	background-color : #dce4fc;
	border : solid #adc0f8 1px;
}