@charset "utf-8";

body{
	font-size:13px;
	color:#333333;
	background-color:#d2c1b9;
	line-height:140%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	margin-top:5px;
}

td{
	font-size:13px;
	line-height:140%;
}

select,input,textarea,option{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size:12px;
	margin:2px 0 2px;
	color:#333333;
}
input,textarea,select{ 
	border:1px solid #949494;
	border-radius: 3px;
}

/* 語句入力 */
.word{width:200px;}

/* 外枠 */
.frmtable_0{
	width:98%;
}

/* ご宿泊日 */
.frmtable_1{
	padding:2px 0 10px;
}
/* 部屋数 ご宿泊人数*/
.frmtable_2{
	padding:2px 0 10px;
}

/* 検索ボタン */
.frmtable_3{
	width:100px;/* 送信ボタン */
	background-color:#f3f4f4;color:#0000ff;border:1px solid #a9b7c7;padding:3px 0 2px;font-weight:bold;
	border-radius: 4px;
}
/* ボタン マウスオーバー */
.btn:hover{
    cursor:pointer;
    opacity:0.6;
}
