.menu {
	font-size: 12px;
	color: #FFFFFF;
}
.menu2 {
	font-size: 12px;
	color: #FFFFFF;
}
.tableline {
	border: 1px solid #666666;
	font-size: 12px;
	color: #666666;

}
.news {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 16px;

}
.text12px-g {
	font-size: 12px;
  line-height: 120%;
	color: #666666;

}

.text16px-g {
	font-size: 16px;
  line-height: 120%;
}

a:link {
	text-decoration:underline;
	color:#0000FF;
	font-weight: normal;
}
a:visited {
	text-decoration:underline;
	color:#0033FF;

}
a:active {
	text-decoration:underline;
	color:#FF0033;

}
a:hover {
	text-decoration:underline;
	color:#FF0033;

}
.text14px-g {
	font-size: 14px;
	color: #666666;
	line-height: 21px;

}
.text16px-r {
	font-size: 16px;
	color: ff0000;
}
.text16px-b {
	font-size: 16px;
	color: 0000ff;
}
hr {
   border:solid #666666;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
}

.table_space {
  padding:3px;
}

p.space3 {
  margin:3px;
}

p.space5 {
  margin:5px;
}

p.space10 {
  margin:10px;
}

/*お問い合わせボタン---------------*/
.btn_reservation {
  display: inline-block;
	line-height: 50px;
  height: 48px;
  width: 186px;
  border: 1px solid #223a70;
  color: #fff;
  background: #223a70;
	font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
	border-radius : 3px;
}

.btn_reservation a {
  display:block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.btn_reservation a:hover {
  display: inline-block;
	line-height: 50px;
  height: 48px;
  width: 186px;
  color: #223a70;
  background: #fff;
	border-radius : 3px;
}



/*スライドショー---------------*/
.fadein { position:relative; height:300px; width:980px; }
.fadein img { position:absolute; left:0; top:0; }