@charset "UTF-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px auto;
	display:block;
	background-color:#ffdcde;
	font-size:80%;
	color:#ffffff;
	background-image: url(imagesinfo/bk2.jpg);
	background-repeat: repeat-y;
	background-position:center top;
	text-align:center;
}


#wrapper{
	width:800px;
	position:relative;
	margin:0 auto;
	padding:0px;	
	}
	
/*A*/
a{
	color:#f36f76;
	text-decoration:none;
}

a:hover{
	color:#333333;
	text-decoration:none;
}
a:active{
	color:#333333;
	text-decoration:none;
}

#header{}

#main {
	float: left;
   width:800px;     /* 両端ブロックとコンテンツを囲んでいるセレクタです。*/
}

.ver{
	position:relative;
	left:0px;
	top:20px;
width:98%;
color:#000;
text-align:left;
}

.date{
	position:relative;
	left:0px;
	top:20px;
font-size:1em;
width:98%;
color:#000;
text-align:right;
}

.dateimg{
	position:relative;
	top:20px;
	padding-bottom:10px;
}

.exp{
position:relative;
left:0px;
top:20px;
font-size:1.2em;
width:100%;
color:#000;	
}

div#button{position:relative; left:220px; top:60px; width:376px; color:#000;}
*html div#button,*:first-child+html div#button{position:relative; left:0px; top:60px; width:376px; color:#000;}

.image a{
display:block;
width:376px;
color:#F0027F;
background:url(imagesinfo/02/b_reserve.jpg) no-repeat;
height:98px;
}
.image a:hover{
color:orange; 
background:url(imagesinfo/02/b_reserve2.jpg) no-repeat;
}


.links{position:relative; left:0px; top:80px; color:#000; text-align:center;}





.clear{clear:both;}
	
#footer{
	width: 800px;
	margin-top:80px;
	text-align:left;
}
