/* CSS Document */
@charset:"Shift_JIS";

/*====================================================
clearfixハック
====================================================*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	min-height: 1px;
	height: auto;
	margin-bottom: 20px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*====================================================
全体
====================================================*/

/* --- link --- */
  
a {
	color: #000000;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #0033FF;
	text-decoration: none;
}

/* --- navi link --- */
  
#area a {
	color: #936731;
	margin-right: 15px;
	margin-left: 15px;
}

#area a:visited {
	text-decoration: underline;
}

#area a:hover {
	color: #0033FF;
	text-decoration: none;
}


img{
	border: 0;
	margin: 0px;
	padding: 0px;
}	

#wrapper {
	width: 580px;
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	line-height: 100%;
	color: #333333;
}

#header_l {
	background: url(header_l.jpg) no-repeat;
	height: 235px;
	width: 381px;
	float: left;
}

#header_r {
	float: right;
	background: url(header_r.jpg) no-repeat;
	height: 235px;
	width: 199px;
}

#header_r img {
	float: right;
}

#banner {
	margin-top: 185px;
	margin-left: 15px;
}

#banner img {
	margin-left: 10px;
}
#news {
	margin: 15px 20px 25px;
}

ul{
	list-style: none;
	margin: 8px 0px 0px 10px;
	padding: 0px;
}

li{
	padding: 4px 0px 4px 40px;
	background-image:url(new_icon.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0px;
}

#news a {
	padding-left: 10px;
}
.box_bg {
	background: #f3e8eb;
	margin-left: 20px;
	height: 305px;
	margin-right: 20px;
	padding-right: 13px;
	padding-left: 13px;
}
.box_hotel {
	width: 250px;
	height: 290px;
	background: #e3817d;
	float: left;
}

.box_hotel_c {
	width: 250px;
	height: 290px;
	background: #e3817d;
	float: left;
	margin-left: 14px;
}

#wrapper p {
	line-height: 130%;
	color: #000000;
	margin: 8px auto 8px;
	padding: 0px;
	width: 220px;
	text-align: justify;
}
#wrapper .btn {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
.area_box {
	padding-bottom: 20px;
}
.btn_top {
	margin-top: 15px;
	text-align: right;
}
.btn_lSpace {
	margin-left: 5px;
}
#area {
	font-size: 16px;
	font-weight: bold;
	color: #C69252;
	margin-bottom: 25px;
	text-align: center;
}
#allLink {
	text-align: right;
	margin-bottom: 5px;
	padding-top: 2px;
}
