body {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.3;
  background-image:url(../img/back.gif);
  font-size:13px;
}

#header {
  width: 100%;
  font-size:12px;
  color: #FEF3F3;
  background-image: url(../img/h-fback.gif) ;
}

#footer {
  position:absolute;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  bottom:0px;
  font-size:12px;
  color: #FEF3F3;
  background-image: url(../img/h-fback.gif) ;
}

.font1{font-size: 10px;}
.font2{font-size: 12px;}
.font3{font-size: 14px;}
.font4{font-size: 18px;}
.font5{font-size: 22px;}

.line1{
  padding: 0.1em;
  border: 1px dashed #CCCCCC;
  border-style:dotted;
  border-left-width:0px;
  border-right-width:0px;
  border-top-width:0px;
  margin:0px auto;
  width:480px;
  line-height: 1.5;
}

a:link {
  color:#751212;
  font-style:normal;
  text-decoration:underline;
}
a:visited {
  color:#666666;
  text-decoration:underline;
}
a:hover {
  color:#ff0000;
  font-style:normal;
  text-decoration:underline;
}


	/*　clear関係　*/
.clear{
	clear: both ;
}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
	/*　clear関係ここまで　*/


/*猿遊号ここから*/

.acc-saruyuu {
	text-align:center ;
}
.acc-saruyuu-title {
	font-size: 23px ;
	font-weight: bold ;
	color: #751212;
}
.acc-saru-price{
	border-bottom: 1px dashed ;
	font-size: 18px;
	color: #FD3657;
	font-weight: bold ;
}
.acc-saru-box {
	width: 300px;
	background: #FFFFF0 ;
	border-collapse: collapse ;
}
.acc-saru-box tr{
	border-bottom: 2px solid #863140;
}

.acc-saru-box th{
	background: #FEDEDE ;
}
.acc-saru-box td{
	padding: 3px ;
}
.acc-saruyuu-time {
	border: 1px solid #863140;
	background: #FFFFFF ;
	border-collapse: collapse ;
	margin: 3px ;
}
.acc-saruyuu-time td{
	border: 1px solid #863140;
	padding: 3px ;
}
.acc-saru-time1{
	background: #F8E4BF ;
}
.acc-saru-time2{
	background: #863140 ;
	color: #FFFFFF ;
	font-weight: bold ;
}
.acc-saru-foot {
	text-align: center;
}


