/* CSS Document */


body{background-image:url(images/back.jpg);
background-repeat:repeat}

.logo{
	background-image:url(images/index_01.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:63px;
	}
	
.flasharea{
	background-image:url(images/index_02.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:362px;
	}
	
.textarea{
	background-image:url(images/index_03.jpg);
	background-repeat: repeat-y;
	width:800px;
	height:59px;
	}
	
.footertext{
	font-family:Arial;
	font-size:11px;
	text-align:left;
	color:#CCCCCC;
	font-weight:normal;
	}
	
.keyword{
	font-family:Arial;
	font-size:11px;
	text-align:left;
	color:#e1e1e1;
	font-weight:normal;
	}
	
.reservationtext{
	font-family:Arial;
	font-size:16px;
	text-align: center;
	color:#7b7b7b;
	font-weight:normal;
	}
	
.maintext{
	font-family:Arial;
	font-size:12px;
	text-align: justify;
	color:#7b7b7b;
	font-weight:normal;
	}
	
.fild{
	width:175px;
	height:20px
	}
	
.mainfild{
	width:175px;
	height:50px
	}
		


