@charset "UTF-8";
/* CSS Document */

@import url("domain.css");
@import url("reset.css");

div#reserve{
	width:580px;
	min-height:1000px;
}

*html div#reserve{
	height:1000px;
}

div#reserve h1{
	margin:5px 0 0 0;
}

div#reserve p#reserveTxt{
	color:#ffffff;
	font-size:12px;
	line-height:160%;
	width:500px;
	margin:0 0 0 40px;
}

div#reserve ul{
	width:500px;
	margin:40px 0 0 40px;
}

div#reserve li{
	width:500px;
	margin:15px 0 0 0;
}

div#reserve dl{
	width:500px;
}

div#reserve dt{
	width:150px;
	color:#ffffff;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:160%;
	padding:2px 0 0 0;
}

div#reserve dd{
	width:350px;
	float:left;
	color:#ffffff;
	font-size:12px;
	line-height:160%;
}

div#reserve input#name
,div#reserve input#tel{
	width:105px;
	padding:2px;
}

div#reserve input#email
,div#reserve input#address{
	width:210px;
	padding:2px;
}

div#reserve label{
	margin:0 10px 0 0;
}

div#reserve textarea#message{
	width:300px;
}

div#reserve div#btn01{
	width:500px;
	text-align:right;
	margin:25px 0 0 0;
}

