/*-------------------------------------------------
 予約画面用CSS
-------------------------------------------------*/

body, html
{
	color: #4a4333;
	font-family: "メイリオ", Meiryo, "Verdana", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 14px;
/*	height: 100%; */ /* ← */
	padding: 0;
	margin: 0;
}

h1,h2 {
	margin:0;
	padding:0;
}
h3 {
	font-family: "メイリオ", Meiryo, "Verdana", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	border-bottom: #f93 solid 2px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 10px ;
	margin: 0 0 20px 0;
	text-align:center;

}
h4 {
	font-family: "メイリオ", Meiryo, "Verdana", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	background: url(./images/h4_bk.gif) 0 13px no-repeat;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	letter-spacing: 1px;
	font-size: 18px;
	margin:20px 0 7px 0;
	padding: 3px 10px 0 10px;
	text-indent: 15px;
	color: #4a4333;
	border-bottom: #999 dotted 1px;
}
h5 {
	font-family: "メイリオ", Meiryo, "Verdana", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	background-color: #f97f7f;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	letter-spacing: 1px;
	font-size: 17px;
	margin:20px 0 7px 0;
	padding: 3px 10px 0 10px;
	color: #FFF;
}


p, form {
	margin:0;
	padding:0;
}

form {
	width: 500px;
	margin: 0 auto;
}

img {
	margin:0;
	padding:0;
	border:0;
}

a {
	color: #600;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}

hr {
	height: 0px;
	border: 0px;
	margin: 10px 0 10px 0;
	border-top: 1px solid #cccccc;
}

.caution {
	color:#FF0000;
	font-weight: normal;
}

.caution_bk td {
	background-color:#FCC;
}

.error {
	text-align: center;
	font:-size: 20px;
	color:#FF0000;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.error_input {
	background-color:#FEF;
}


.copyright {
	font-size: 10px;
	line-height: 14px;
	color: #999;
}

.text_size10 {
	font-size: 10px;
	line-height: 14px;
}


table.dotted_table  {
	padding:0;
	margin:5px 0 20px 0;
	border-collapse:collapse;
	border-top:1px dotted #999999;
}
table.dotted_table th {
	vertical-align: top;
	border-bottom:1px dotted #999999;
	line-height: 160%;
	text-align: left;
	white-space: nowrap;
	width: 150px;
	padding: 5px;
}
table.dotted_table td {
	vertical-align: top;
	line-height: 160%;
	text-align: left;
	padding: 5px;
	border-bottom:1px dotted #999999;
}




dl {
	margin: 0;
	padding: 0;
	width: 500px;
}
dl dt {
	float: left;
	width: 150px;
	padding: 5px 0;
	margin: 0;
	clear: left;
	line-height: 26px;
	min-height: 26px;
}
dl dd {
	padding: 5px 0px 5px 150px;
	margin: 0;
	border-bottom: 1px #999999 dotted;
	line-height: 26px;
	min-height: 26px;
}


/*-------------------------------------------------
 wrapper
-------------------------------------------------*/
#mainwrapper {
	text-align:center;
}
#wrapper
{
	width: 600px;
	margin:20px auto;
	text-align:left;
	overflow: hidden;
}



.ja{ime-mode:active;}
.en{ime-mode:inactive;}

.error_input_ja {
	background-color:#FEF;
	ime-mode:active;
}
.error_input_en {
	background-color:#FEF;
	ime-mode:inactive;
}


