@charset "utf-8";

/* ////////// overlay ////////// */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2000px;
	background-color: #30b5e2;
	z-index: 10;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	/*visiblity: hidden;*/
	display: none;
}
#box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/*visiblity: hidden;*/
	display: none;
}
#exp {
	position: relative;
	width: 780px;
	margin: 30px auto;
	padding: 0px;
	display: block;
}
#bg {
	position: relative;
	background: #fff;
	width: 100%;
	/*height: 1%;*/
	float: left;
}

/* ////////// head ////////// */
/* form */
h1.reserve {
	background: url(../images/img_reserve/reserve_h1.gif) no-repeat left top;
	height: 80px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	position: relative;
}
h1.contact {
	background: url(../images/img_contact/contact_h1.gif) no-repeat left top;
	height: 80px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	position: relative;
}
h1.reserve span,h1.contact span {
	/*background: #000000;*/
	width: 70px;
	height: 25px;
	left: 690px;
	display: block;
	position: absolute;
}
h2.reserve {
	background: url(../images/img_reserve/reserve_h2.gif) no-repeat left top;
	/*height: 395px;*/
	height: 470px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	position: relative;
}
h2.contact {
	background: url(../images/img_contact/contact_h2.gif) no-repeat left top;
	height: 330px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	position: relative;
}
h2.contact a {
	background: none;
	width: 260px;
	height: 50px;
	top: 240px;
	left: 190px;
	display: block;
	position: absolute;
}
/* content */
h1.company {
	background: url(../images/img_company/company_h1.gif) no-repeat left top;
	height: 80px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	position: relative;
}
h1.link {
	background: url(../images/img_link/link_h1.gif) no-repeat left top;
	height: 80px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	position: relative;
}
h1.company span,h1.link span {
	/*background: #000000;*/
	width: 70px;
	height: 25px;
	left: 690px;
	display: block;
	position: absolute;
}


/* ////////// form ////////// */
input, select, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc #dddddd #dddddd #cccccc;
	vertical-align: middle;
	background: #f5f5f5;
	width: 355px;
	height: 30px;
	padding: 0px;
}
input.radio {
	border-style: none;
	color: #000000;
	background: transparent;
	width: 15px;
	height: 15px;
}
input.short {
	width: 45px;
}
select.short {
	width: 70px;
	height: 21px;
}
textarea.long {
	height: 140px;
}
/* area */
fieldset {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	border: none;
	position: relative;
}
fieldset.last {
	padding: 0px;
}
#form p {
	width: 355px;
	display: block;
	float: left;
}
#form p.label {
	background: url(../images/img/table_bg.gif) no-repeat right bottom;
	vertical-align: middle;
	margin: 2px 18px 0px 0px;
	height: 30px;
}
#form p.label label {
	background: url(../images/img/table_td_bg.gif) no-repeat left top;
	width: 346px;/*width: 354px;*/
	height: 22px;/*height: 29px*/
	padding: 7px 0px 0px 8px;
	display: block;
}
/* button */
#submit {
	text-align: center;
}
#submit img {
	margin: 0px 30px;
}
/*
button {
	width: 270px;
	height: 48px;
	background: transparent;
	border: none;
	margin: 0px 30px;
	padding: 0px;
}
*/
