@charset "euc-jp";
/* CSS Document */
.alart {
	font-size: 85%;
	color: #FF0000;
}
/*container*/

#contents {
	background-color: #FFF;
	width: 830px;
	padding-right: 50px;
	padding-left: 50px;
}
.boxbutton {
	text-align: center;
	border: none;
	padding: 10px 0px;
	width: 630px;
}
.btn1 {
	width: 65px;
	height: 27px;
	color: #ffffff;
	border-top:3px double #CCCCCC;
	border-left:3px double #CCCCCC;
	border-right:3px double #402E2B;
	border-bottom:3px double #402E2B;
	text-align: center;
	background-color: #634742;
	margin-right: 5px;
}
.btn2 {
	color: #ffffff;
	border-top:3px double #CCCCCC;
	border-left:3px double #CCCCCC;
	border-right:3px double #402E2B;
	border-bottom:3px double #402E2B;
	text-align: center;
	background-color: #AE6350;
	margin-right: 5px;
}
.alart {
	color: #993300;
}

/*contact*/
.contactForm {
	margin: 20px 0px;
	font-size: 1.2em;
	line-height: 2.0;
}
.sendBox {
	width: 620px;
	height: 60px;
	padding-left:50px;
	padding-top: 20px;
	margin-bottom: 10px;
	background-color: #E0E0C0;
}
.contactother {
    padding-left: 30px;
	padding-bottom: 10px;
}
.contactother dt {
    font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0px;
}
.contactother dd {
    font-size: 1.3em;
	margin-left: 20px;
}

/*reservation*/
#reserveForm {
	padding: 0px 100px 20px;
}
#reserveForm p {
	margin-bottom: 20px;
	line-height: 20px;

}
.center {
	margin-left: 60px;
	margin-right: 60px;
}

#reserveForm table {
	width: 630px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}
#reserveForm th  {
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 25%;
	text-align: left;
}
#reserveForm td  {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.mailformTitle {
	background-color: #0080FF;
	font-size: 1.1em;
	color: #FFF;
}
input#name3:focus{
color:#000;
background:#fff8ee;
}
textarea:focus{
color:#000;
background:#fff8ee;
}
.fontred {
	color: #DF0B0B;
}
.titleConfirm {
	text-align: center;
	margin-bottom: 5px;
	font-size: 130%;
	font-weight: bold;
}
.inputTextshort {
	width: 150px;
}
