/* -----------------------------------------------------
全体設定 (Laypout) 
----------------------------------------------------- */
body {
	background-color: #ffffff;
	background-repeat:repeat;
	margin : 0;
	padding : 0px;
	text-align : center;
}
/*=================================================
基本文字
=================================================*/
.txt_book{
	width:auto;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background-color: #ffffff;
	padding: 5px 0 5px 5px;
	text-align:left;
}
/*=================================================
文字-赤
=================================================*/
.txt_red{
	color: #FF0000;
}
/*=================================================
各サイズフレーム
=================================================*/
div.frame{
	width: 630px;
	height: auto;
	margin:10px 0 0 0;
	font-size: 12px;
	line-height: 16px;
}

/*=================================================
各サイズテーブル
=================================================*/
.line_purple{	
	width: 630px;
	background-color: #D8B9D8;
}
/*=================================================
予約フォーム内　『□項目名』等の幅用　小
=================================================*/
.item {
	width:210px;
	background-color: #F6EFF7;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding: 5px;
	text-align:left;
}

