@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-size:12px;
}
	
img{
	border-style: none;
	vertical-align: bottom;
} 
h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}
.clear {
	clear:both;
}

p {
	color:#717171;
}

/* Png Fix
--------------------------------------------------------- */
.iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
/* Text Link
--------------------------------------------------------- */
a:hover {
	text-decoration: underline;
}
/* Text Link
--------------------------------------------------------- */
strong {
	font-weight: bold;
}

/* Base Layout
--------------------------------------------------------- */
em {
	visibility: hidden;
}
ul {
	list-style-type: none;
}

/* clearfix
--------------------------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

img, div, input { behavior: url("iepngfix.htc") }


/*
	pran css -------------------------------------*/
	
body {
	background-color:#bed571;
}
#container {
	background-image:url(images/common_bg.gif);
	background-repeat:repeat-x;
	padding-top:10px;
}
#common_bg {
	background-image:url(images/common_gara.png);
}
#wrapper {
	width:900px;
	margin:0px auto 20px auto;
}
#header {
	margin:0px auto 10px auto;
}
h1 {
	height:107px;
}
.h1_p {
	width:870px;
	color:#ffffff;
	font-size:12px;
	padding:5px;
	text-align:center;
	background-color:#0b0b0b;
}
.t_title  {
	margin:10px 0px 5px 0px;
}
.plan {
	width:862px;
	margin:0px 19px 20px 19px;
}
#more {
	width:860px;
	margin:-10px 20px 20px 20px;
	font-size:12px;
	color:#000000;
	text-align:right;
}
/*
	hotel ---------------------------*/
#hotel {
	width:860px;
	margin:0px 20px 20px 20px;
	background-color:#ffffff;
}
#hotel .hotel_box {
	width:840px;
	padding:15px 10px 15px 10px;
	border-bottom:1px dotted #5c1d07;
}
#hotel .hotel_box .hotel_photo {
	float:left;
	width:270px;
}
#hotel .hotel_box .hotel_text {
	float:left;
	width:560px;
	margin-left:10px;
}
#hotel .hotel_box .hotel_text h3 {
	width:550px;
	background-color:#7b0a0a;
	color:#ffffff;
	font-size:15px;
	padding:5px;
	margin-bottom:5px;
}
#hotel .hotel_box .hotel_text h3 strong {
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
}
#hotel .hotel_box .hotel_text p {
	font-size:12px;
	line-height:16px;
	color:#323232;
	margin-bottom:5px;
}
#hotel .hotel_box .hotel_text .hotel_btn {
	float:right;
	margin-bottom:10px;
}
#hotel .hotel_box .hotel_text  .hote_plan {
	background-color:#fff0c4;
	clear:both;
}
#hotel .hotel_box .hotel_text  .hote_plan ul {
	margin:10px 0px 0px 30px;
}
#hotel .hotel_box .hotel_text  .hote_plan li {
	padding-bottom:10px;
}
#hotel .hotel_box .hotel_text  .hote_plan li a {
	color:#2d0e01;
}

/*
	point ---------------------------*/
#point {
	width:860px;
	margin:0px 20px 10px 20px;
	background-color:#ffffff;
	padding-bottom:15px;
}
.point_box {
	width:830px;
	margin:15px 15px 0px 15px;
	padding-bottom:15px;
}
.point_box .point_part1 {
	float:left;
	width:400px;
	margin-right:30px;
}
.point_box .point_part2 {
	float:left;
	width:400px;
}
.point_box .point_photo {
	float:left;
	width:200px;
}
.point_box .point_text {
	float:left;
	width:195px;
	margin-left:5px;
}
.point_box .point_text dt {
	border-bottom:1px solid #8a3e00;
	font-size:14px;
	color:#8a3e00;
	font-weight:bold;
	margin-bottom:5px;
}
.point_box .point_text dd {
	color:#323232;
	font-size:12px;
	line-height:16px;
}

#contact {
	width:860px;
	margin:20px 20px 0px 20px;
	background-color:#ffffff;
}

.red {
	color:#990000;
}