@charset "utf-8";

/*サーチボタン
---------------------------------------------------------------------------*/

#search_btn {
	width: 754px;
	margin: 0px auto 20px auto;
}
#search_btn li {
	margin-bottom: 15px;
}

/*サーチボタン（サブ）
---------------------------------------------------------------------------*/

#sub_search_btn {
	width: 754px;
	margin: 0px auto 20px auto;
	overflow: hidden;
}
#sub_search_btn ul {
	width: 762px;
	margin-left: -8px;
}
#sub_search_btn li {
	float: left;
	margin: 0px 0px 10px 8px;
}

/*家主様へ
---------------------------------------------------------------------------*/

#yanushi_outline {
	border: 3px solid #0E1B84;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;            /* PIE動作用 */
	behavior: url(../js/PIE.htc);	   /* CSS3 PIE */
	margin-bottom: 25px;
	height: 260px;
}
#yanushi_outline .title {
	background-color: #0E1B84;
	height: 62px;
	background-image: url(../img/index/bg-yanushi_title.png);
	background-repeat: no-repeat;
	background-position: 25px 12px;
}
#yanushi_outline .title .contact {
	margin-left: 435px;
	padding-top: 14px;
}
#yanushi_outline .contents {
	width: 576px;
	padding: 15px 0px 15px 0px;
	overflow: hidden;
	margin-left: 18px;

}
#yanushi_outline .contents li {
	line-height: 1.7em;
}
#yanushi_outline .f_left {
	width: 320px;
}
#yanushi_outline .f_left li {
	background-image: url(../img/btn_arrow/bg-arrow_w4.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 8px;
}

#owners_book {
	width: 174px;
	text-align: center;
	position: absolute;
	left: 605px;
	top: 10px;
}
#owners_book .exp {
	text-align: left;
}
#owners_book .exp a {
	font-size: 14px;
	font-weight: bold;
	color: #3890CC;
	background-image: url(../img/btn_arrow/bg-arrow_blue_w4.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	display: block;
	padding-left: 8px;
	line-height: 1.3em;
}
#owners_book .exp p {
	padding-top: 5px;
	line-height: 1.3em;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/

#sub_contents_outline {
	background-image: url(../img/common/contents/bg-apaman_dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	padding: 25px 0px 30px 0px;
}
#sub_contents {
	width: 800px;
	margin: 0px auto 0px auto;
}
#sub_contents #shop_info {
	float: right;
	width: 549px;
}
#sub_contents #shop_info .main_shop,#sub_contents #shop_info .sub_shop {
	padding: 10px 16px 10px 16px;
	border: 2px solid #E8E8E8;
	background-color: #FFFFE1;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(../js/PIE.htc);	   /* CSS3 PIE */
	margin-bottom: 15px;
	clear: both;
}
#sub_contents #shop_info .main_shop .f_outline {
	width: 480px;
	margin: 0px auto 0px auto;
}
#sub_contents #shop_info .main_shop .f_right {
	padding-top: 10px;
}
#sub_contents #shop_info .sub_shop .f_right {
	widht: 237px;
}
#sub_contents #shop_bnr {
	overflow: hidden;
	margin-bottom: 20px;
}

#side_bar {
	width: 210px;
	float: left;
	border: 1px solid #E8E8E8;
	background-color: #FFFFE1;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(../js/PIE.htc);	   /* CSS3 PIE */
	text-align: center;
	padding: 10px 10px 10px 10px;
}
#side_bar li {
	margin-bottom: 5px;
}
#side_bar li:last-child {
	margin-bottom: 0px;
}
#side_bar .exp {
	text-align: left;
	margin-bottom: 20px;
}
#side_bar .exp strong {
	font-size: 14px;
	font-weight: bold;
	color: #3890CC;
	background-image: url(../img/btn_arrow/bg-arrow_blue_w4.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	display: block;
	padding-left: 8px;
	line-height: 1.3em;
}
#side_bar .exp p {
	line-height: 1.1em;
	font-size: 10px;
	padding: 3px 0px 0px 10px;
}
#side_bar #pr_bnr li {
	margin-bottom: 10px;

}

/*リンク
---------------------------------------------------------------------------*/

#links {
	clear: both;
	width: 800px;
	margin: 0px auto 30px auto;
}
#links .title {
	margin-bottom: 15px;
}
#links table {
	width: 100%;
	margin-bottom: 10px;

}
#links th {
	text-align: center;
	width: 25%;
	vertical-align: middle;
}
#links td {
	text-align: center;
}
