/* 全ページ共通CSS読み込み */

@import url("common.css");



/* 全ページ共通ヘッダーメニューCSS読み込み */

@import url("menu.css");







/*** スライドショー ***/
#slider{
  width:800px;
  height:330px;
}
ul.bxslider{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.bxslider li{
	padding: 0;
	margin: 0;
}
/* jquery.bxslider.css　に上書き */
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
	/*background: #fff;*/
}



/*--- トップページ　上部 ----------------------*/
#upper {
  width: 760px;
	margin-top: 10px;
}

/*** 左 ***/
#message {
  float: left;
  height: 220px;
  line-height: 150%;
  width: 405px;
  background: url(../_images/top/image02bg.jpg) right bottom no-repeat;
}
.text {
  margin-top: 13px;
  margin-left: 38px;
  padding-right: 20px;
  float: left;
}

/*** 右 ***/
#upper_rignt {
  float: right;
  height: 220px;
  background: url(../_images/top/image03bg.jpg) left bottom no-repeat;
  width: 355px;
}
/*html>body #detail {
  height: 23px;
  width: 128px;
  z-index: 111;
  top: 612px;
  position: absolute;
  right: 300px;
}*/
#detail {
  height: 23px;
  width: 129px;
  float: left;
  margin-left: 10px;
  margin-top: 146px;
}  
		/* detail　マウスオーバー */
		#d_link{
  		width:128px;
  		height:23px;
  		display:block;
			background:url(../_images/top/detail.gif) 0px 0px no-repeat;
  		text-indent:-9999px;
  		text-decoration:none;
  		overflow:hidden;
		}
		a:hover#d_link {
  		background-position:0px -23px;
		}
/*-------------------------*/



/*--- トップページ　下部 ----------------------*/
#lower {
	margin-top: 10px;
  width: 100%;
}

/*** 左 ***/
#lower_left {
	width: 430px;
  float: left;
}
/* 千寿荘の自慢 */
#proud {
	padding: 0 0 20px 10px;
  color: #666666;
  background: #FFFFFF url(../_images/top/onogiri.jpg) right top no-repeat;
}
#proud ul {
  padding: 0px;
  display: block;
	margin: 8px 2px 2px 2px;
}
#proud li {
  margin: 0;
  list-style-image: url(../_images/top/mark02.gif);
  list-style-position: inside;
  text-indent: 4px;
}
/* 千寿荘からのお知らせ */
#newinfo_title{
  width:316px;
  height:40px;
  float:left;
}
#to_newinfo{
  width:114px;
  height:40px;
  float:right;
  display:block;
	background:url(../_images/top/info_link.jpg) 0px 0px no-repeat;
  text-indent:-9999px;
  text-decoration:none;
  overflow:hidden;
}
a:hover#to_newinfo {
  background-position:0px -40px;
}
table#newinfo_table{
  margin:5px 0px 20px 10px;
}
table#newinfo_table td{
  text-align:left;
}

/*** 右 ***/
#lower_right {
	width: 320px;
	margin: 0px;
  padding: 0px;
  float: right;
}
/* 空室検索 */
#search_box {
	width:280px;
	padding: 8px 12px;
	margin: 0 0 20px 10px;
	border: 3px solid #CCC;
	font-size: 12px;
}
	#search_box #search_title {
		padding: 0 0 3px;
		margin-bottom: 10px;
		border-bottom: 1px solid #CCC;
	}
	#search_box form {
		margin-top:5px;
	}
	#search_box form input {
		vertical-align: bottom;
	}
	#search_box dl {
		padding-bottom: 12px;
		margin: 0;
	}
			#search_box dl.short {
				width:80px;
				float: left;
			}
			#search_box dl.long {
				width:117px;
				float: left;
			}
	#search_box dl dt, #search_box dl dd {
		padding: 0;
		margin: 0;
	}
#search_box .btn_box {
	margin-top:10px;
	border-top:1px dotted #CCC;
}
	#search_box .btn_box img {
		margin-top:10px;
	}

/* 住所 */
#address{
  width:290px;
  padding:7px 9px;
  margin-left:10px;
  margin-top:10px;
  border:1px solid #999999;
}
#address img{
	margin-bottom:7px;
}
/*-------------------------*/