@charset "shift_jis";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}

h1,h2,h3,h4,h5,h6,input,textarea,table { font-size:100%; }

dt,dd,form,textarea,input,select,option,address,em {
	font-weight:normal;
	font-style: normal;
}
	
td,th {
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	}

img{
	border:none;
	vertical-align: baseline;
}

table { border:none; }

a {
	border:none;
	text-decoration:none;
}

ul,ol{ list-style-type:none; }

hr {
	display:none;
	visibility:hidden;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.textHidden{
	overflow:hidden;
}

body{
	background-image:url(../img/main_bg.jpg);
	background-position:center;
	background-repeat:repeat;
}

#wrapper{
	width:100%;
	height:1214px;
	background-image:url(../img/header_bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

#main{
	width:980px;
	margin:0px auto;
}

#left{
	width:470px;
	float:left;
}

#right{
	width:510px;
	float:right;
}

#left,#right{
	height:1900px;
}

#left div,#right div{
	display:block;
}

#title{
	height:199px;
}

#daytime{
	height:149px;
}

#place{
	height:539px;
}

#price{
	height:336px;
}

#uten{
	height:166px;
}

#benefits{
	height:329px;
}

#contact{
	height:182px;
}

#plogram{
	height:730px;
}

#pre{
	height:250px;
}

#footer{
	float:left;
	display:block;
	height:84px;
	margin-bottom:50px;
}

#link{
	display:block;
	width:99px;
	height:17px;
	text-indent:-9999em;
	background-image:url(../img/linkBtn.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin-top:-63px;
	margin-left:233px;
	margin-bottom:50px;
}

#link:hover{
	background-position:0px -17px;
}



