@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

body {
	margin: 0px;
	background-image: url(../img/head_line.png);
	background-repeat: repeat-x;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS UI Gothic";
	font-size: 95%;
	line-height: 20px;
}
h4{
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=80 )";
}
ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
	background-color: #f6f6f6;
}
#cont, #menu ul{
	max-width:1000px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	margin-bottom: 30px;
}
.clear {
	clear: both;
}

#index_header {
	background-image: url(../img/bg1.png);
	background-repeat: no-repeat;
	background-position: center top;
	max-height:130%;
}
#head_menu li {
	float: left;
}
#logo {
	width: 1000px;
	max-width:95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#index_head {
	max-width:100%;
	height:312px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/index_bg980.jpg);
	background-repeat: no-repeat;
	background-position: center 60px;
}
#header {
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.copy_img {
	width:80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#search_type dd {
	float: left;
	margin: 5px;
	width:85%;
	max-width:90px;
}
#search_type dd img{
	width:85%;
}
#search_body {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#search_box {
	max-width:95%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: 20px;
}
#recommends_box {
	max-width:95%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#search_type {
	max-width:100%;
	padding-right: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#search_area {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#search_body #search_area dd p{
	font-size: 12px;
	/* --- 
	padding: 10px;
	*/
	padding: 5px;
	vertical-align: top;
	color: #666666;
}
body #search_area dd {
	float: left;
	margin: 0px;
	padding: 0px;
}
body #search_area dd input[type="radio"] {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 4px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#number {
	background-image: url(../img/number_bg.png);
	background-repeat: no-repeat;
	padding-left: 115px;
	font-size: 24px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS UI Gothic";
	float: left;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	width:33px;
}
#search_area p {
	margin: 0px;
	padding: 0px;
}
#search_number {
	max-width:95%;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.codeNo {
	max-width:90%;
	width:300px;
	margin-bottom:10px;
}
#recommends_body #recommends_box h3 {
	margin: 0px;
	padding: 0px;
}
#recommends_box .recommends_dl {
	float: left;
	width: 200px;
	max-width:95%;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.recommends_dl dt {
	color: #A72525;
	font-size: 12px;
	line-height: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
.recommends_dl dd {
	margin: 0px;
	line-height: 24px;
	font-size: 12px;
}
.recommends_dl .name {
	font-weight: bold;
	color: #333333;
}
.recommends_dl .address {
	color: #666666;
}
.recommends_dl .price {
	background-image: url(../img/icon_price.png);
	background-repeat: no-repeat;
	padding-left: 60px;
}
.recommends_dl .room {
	background-image: url(../img/icon_room.png);
	background-repeat: no-repeat;
	padding-left: 60px;
}
#recommend_body {

}
#recommend_box {
	max-width:95%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#recommend_left {
	max-width:95%;
	width: 660px;
}
#search_number .right {
	max-width:80%;
	text-align: center;
}

#topics {
	clear:both;
	max-width:100%;
	width:320px;
	margin-left:auto;
	margin-right:auto;
	background-color: #F0F0ED;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-top: 20px;

}
#topics dl {
	font-size: 12px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topics dt {
	float: left;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
#topics dd {
	float: left;
	width: 160px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#topics .day {
	font-weight: bold;
}
#topics .bn {
	padding: 10px;
}
.bn_man img{
	width:140px;
	margin:5px;
}
#foot {
	background-image: url(../img/foot_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 5px;
}
#foot p {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #666666;
}
#foot_box {
	max-width:95%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/foot_logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:20px;
}
.bn img {
	margin-bottom: 5px;
}
#detail_foot {
}
#detail_foot_box {
	padding-bottom:20px;
	max-width:95%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/foot_logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#photo {
	position: relative;
	display: block;
	width: 286px;
	height: 220px;
}
#photo .photo-mask{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 286px;
	height: 220px;
	background-image: url(../img/mask-mask.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 20px;
}
#photo img {
	padding-top: 10px;
}
#recommend01 dl,#recommend03 dl,#recommend02 #photo {
	float: none;
}
#recommend02 dl, #recommend01 #photo,#recommend03 #photo{
	float: none;
}
.recommend {
	clear: both;
}
.recommend dl{
	padding-top: 10px;
	padding-bottom: 10px;
}
.recommend dd {
	margin-left:20px;
	line-height: 20px;
}
.recommend .copy {
	font-size: 18px;
	line-height:24px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS UI Gothic";
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
	margin-bottom: 5px;
}
.recommend .name {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-align: right;
}
.recommend .address {
	text-align: right;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 20px;
}
.recommend .price, .recommend .detail {
	text-align: right;
	font-size: 12px;
	line-height: 24px;
}
#pankuzu {
	font-size: 12px;
	line-height: 20px;
	width: 960px;
	max-width:95%;
	padding-left:10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#detail_body {
	background-image: url(../img/bg_detail_name.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 2px;
}
#detail_box {
	max-width:95%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#detail_box h2 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#detail_box h2 span {
	font-size: 18px;
	line-height: 59px;
	color: #FFFFFF;
	margin-left:5px;
	opacity:0.8;
}
#detail_box .detail_left h2{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 59px;
	color: #FFFFFF;
}
.detail_left {
	max-width:95%;
	float: nene;
	margin-left: 10px;
	margin-bottom:10px;
}
.detail_right {
	max-width:95%;
	float: none;
}
.detail_right dt,.detail_right dl {
	margin: 0px;
	padding: 0px;
}
.detail_right dd {
	float:left;
	width: 104px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.detail_right dd img {
	width: 100px;
}
.detail{
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.detail dd {
	line-height: 30px;
	margin:0px;
	padding:0px;
}
.detail .copy {
	font-size: 16px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS UI Gothic";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	color: #333333;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.detail .print {
	float:right;
	margin-top: 10px;
}
.detail .name {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	float:right;
}
.detail .room {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	float:right;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.detail .price {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	float:right;
	background-image: url(../img/icon_detail_price.png);
	background-repeat: no-repeat;
	padding-left: 77px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.detail .address {
	color:#816643;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
}
#detail_madori {
	max-width:95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	display: block;
	background-image: url(../img/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
}
.madori {
	width: 500px;
}
#zoom {
	position: absolute;
	left: 850px;
	top: 284px;
}
#detail_data {
	max-width:95%;
	float: none;
	margin-bottom: 30px;
}
#detail_map {
	max-width:95%;
	float: none;
}
#detail_body #detail_box #detail_map h2 {
	margin: 0px;
}
#detail_pdf {
	margin: 0px;
	padding: 0px;
}
#detail_pdf dd {
	font-size: 12px;
	line-height: 18px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	height: 18px;
	float: left;
	padding-left: 24px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
}
#detail_map iframe {
	width:100%;
	border: 2px solid #999999;
}
#data_tbl{
	font-size: 12px;
	line-height: 20px;
	background-color: #000000;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#data_tbl th {
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
#data_tbl td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#inquiry_area {
	background-image: url(../img/icon_mark.png);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	background-position: center top;
	padding-top: 40px;
}
#inquiry_area span {
	font-weight: bold;
}
#foot_inquiry {
	max-width:95%;
	padding:10px;
	margin: 0px;
	border: 2px solid #CCCCCC;
	}
#detail_foot_box p ,#cont_foot_box p{
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #666666;
}
#cont_foot_box {
	padding-bottom:20px;
	max-width:95%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/foot_logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 120px;
}
#cont_foot {
	background-image: url(../img/foot_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 5px;
}
#man_box{
	max-width:95%;
	margin-right: auto;
	margin-left: auto;
}
#cont_box {
	max-width:95%;
	margin-right: auto;
	margin-left: auto;
}
#man_box p{
	margin-left:10px;
	margin-right:10px;
	font-size:14px;
	margin-bottom:20px;
}
#cont_box p{
	font-size:14px;
	margin-bottom:20px;
}
#cont_title {
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	color: #FFFFFF;
	margin: 0px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS UI Gothic";
	font-weight: normal;
}
.cont_tbl {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.cont_tbl th{
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;
	width:30%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.cont_tbl td{
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	width:70%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.cont_tbl tr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#cont_box .cont_tbl dl {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.cont_tbl dt {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 120px;
}
.cont_tbl dd {
	margin: 0px;
	padding: 0px;
	float: left;
}
.top {
	text-align: right;
	padding: 10px;
}
#foot a:hover img,#index_head a:hover img{
	opacity:1.0;
}#cont_box .cont_tbl h5 {
	margin: 0px;
	font-size:14px;
	line-height: 24px;
	padding-bottom:5px;
}
#cont_box h6 {
	font-size: 16px;
	margin: 0px;
	line-height: 30px;
	color: #CF6161;
}
#policy_body p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
#cont_box h3 {
	background-image: url(../img/h3_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height:30px;
}
#foot_inquiry #mail {
	max-width:95%;
	float: left;
}
#foot_inquiry #tel {
	max-width:98%;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#tel #office {
	color: #70D4BB;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
#tel #foot_number {
	text-align: center;
	font-size: 12px;
	margin: 0px;
}
#tel #foot_number span {
	color: #ce6060;
}
#foot_inquiry #mail dl {
	float: left;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#foot_inquiry #foot_photo {
	display:none;
	float: left;
	margin-top: 5px;
}
#foot_inquiry #mail dd {
	margin: 0px;
	font-size: 12px;
}
#foot_inquiry #foot_photo img{
	width: 51px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
#foot_inquiry h6 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
#tel #tel_number {
	background-image: url(../img/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #6A6A5C;
	font-size: 22px;
	text-align: center;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 220px;
	   white-space: nowrap;
}
#bt_mail {
	float: left;
	margin-top: 10px;
	display:none;
}
#mail #mail_box {
	display:none;
	max-width:95%;
	float: left;
}
#cont_body #data_tbl input[type="radio"] {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.t10 {
	margin-top: 10px;
}
#concept {
	display:none;
}
#cont_box .topics_list {
	font-size: 14px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	background-image: url(../img/icon_mark.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
}
#cont_box .topics_list a{
	text-decoration: none;
	font-weight: normal;
}
#cont_box .topics_list a:hover{
	text-decoration: underline;
}
#foot #foot_box .right{
	float:none;
}
#bt_search_head {
	display:none;
}
#foot #cont_foot_box .right {
	float:none;
}
#inquiry_name,#tel_no,#inquiry_mail,#inquiry_text {
	width: 40%;
}
#inquiry_text {
	width: 90%;
}
#inquiry_mail{
	width: 60%;
}
.detail_left iframe {
	width: 100%;
}
#detail_foot_box .right {
	float:none;
	clear: both;
}
#mail_box #arrow img {
	display:none;
}
#detail_foot_box #bt_inquiry {
	display:block;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
#man_body #man_box #atdhead {
	display:none;
}
.sonota ol,.sonota ol li {
	margin:0px;
}
#man_box #omaplayout iframe {
	max-width:95%;
	width:540px;
	max-height:95%;
	height:300px;
	margin:10px;
}
#syuhen dl {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#syuhen dl dd{
	text-align:left;
	margin: 0px;
}
.tdcontents .gran_tbl th {
	background-color: #E4F1AF;
	padding: 5px;
	color: #6D9A21;
	width: 100px;
}
.tdcontents .gran_tbl td {
	background-color: #FFFFFF;
	padding: 5px;
	width: 440px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#detail_body #man_box .tdcontents .gran_ttl {
	margin: 10px;
}
#adata2 .left #data_left1 {
	max-width:100%;
}

@media only screen and (min-width: 481px) {
body {
	margin: 0px;
	background-image: url(../img/head_line.png);
	background-repeat: repeat-x;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック","メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3", "Osaka","MS UI Gothic";
	font-size: 90%;
	line-height: 20px;
}
h4{
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=80 )";
}
ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
	background-color: #f6f6f6;
}
#cont, #menu ul{
	max-width:1000px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	margin-bottom: 30px;
}
.clear {
	clear: both;
}

#index_header {
	background-image: url(../img/bg1.png);
	background-repeat: no-repeat;
	background-position: center top;
	max-height:130%;
}
#head_menu li {
	float: left;
}
#logo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#index_head {
	max-width:100%;
	height:600px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.copy_img {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#search_type dd {
	float: left;
	margin: 5px;
}
#search_body {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#search_box {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/search_bg.jpg);
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 20px;
}
#recommends_box {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/recommends_bg.jpg);
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-left: 40px;
	background-position: center top;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#search_type {
	width: 450px;
	float: left;
	padding-right: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 260px;
}
#search_area {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#search_body #search_area dd p{
	font-size: 12px;
	/*
	padding: 10px;
	*/
	padding: 5px;
	vertical-align: top;
	color: #666666;
}
body #search_area dd {
	float: left;
	margin: 0px;
	padding: 0px;
}
body #search_area dd input[type="radio"] {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 4px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#number {
	background-image: url(../img/number_bg.png);
	background-repeat: no-repeat;
	padding-left: 115px;
	font-size: 24px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS UI Gothic";
	float: left;
	padding-right: 30px;
	margin-top: 20px;
	width:33px;
}
#search_area p {
	margin: 0px;
	padding: 0px;
}
#search_number {
	float: right;
	width: 450px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.codeNo {
	width: 350px;
	font-size: 12px;
	padding-left: 5px;
}
#recommends_body #recommends_box h3 {
	margin: 0px;
	padding: 0px;
}
#recommends_box .recommends_dl {
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.recommends_dl dt {
	color: #A72525;
	font-size: 12px;
	line-height: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
.recommends_dl dd {
	margin: 0px;
	line-height: 24px;
	font-size: 12px;
}
.recommends_dl .name {
	font-weight: bold;
	color: #333333;
}
.recommends_dl .address {
	color: #666666;
}
.recommends_dl .price {
	background-image: url(../img/icon_price.png);
	background-repeat: no-repeat;
	padding-left: 60px;
}
.recommends_dl .room {
	background-image: url(../img/icon_room.png);
	background-repeat: no-repeat;
	padding-left: 60px;
}
#recommend_body {
	background-image: url(../img/body_line.jpg);
	background-repeat: repeat-x;
	background-position: center 5px;
}
#recommend_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#recommend_left {
	float: left;
	width: 660px;
	background-image: url(../img/ttl_reconmmend2.png);
	background-repeat: no-repeat;
	background-position: left 60px;
}
#topics {
	clear:none;
	float: right;
	width: 320px;
	margin-right: 15px;
	background-color: #F0F0ED;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-top: 5px;
}
#topics dl {
	font-size: 12px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topics dt {
	float: left;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
#topics dd {
	float: left;
	width: 180px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#topics .day {
	font-weight: bold;
}
#topics .bn {
	padding: 10px;
}
#foot {
	background-image: url(../img/foot_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 5px;
}
#foot p {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #666666;
}
#foot_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/foot_logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bn img {
	margin-bottom: 5px;
}
#detail_foot {
	background-image: url(../img/foot_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 50px;
}
#detail_foot_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/foot_logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#photo {
	position: relative;
	display: block;
	width: 286px;
	height: 220px;
}
#photo .photo-mask{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 286px;
	height: 220px;
	background-image: url(../img/mask-mask.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 20px;
}
#photo img {
	padding-top: 10px;
}
#recommend01 dl,#recommend03 dl,#recommend02 #photo {
	float: right;
}
#recommend02 dl, #recommend01 #photo,#recommend03 #photo{
	float: left;
}
.recommend {
	padding-left:60px;
	clear: both;
}
.recommend dl{
	width:280px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 30px;
}
.recommend dd {
	margin-left:20px;
	line-height: 20px;
}
.recommend .copy {
	font-size: 18px;
	line-height:24px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS UI Gothic";
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
	margin-bottom: 5px;
}
.recommend .name {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-align: right;
}
.recommend .address {
	text-align: right;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 20px;
}
.recommend .price, .recommend .detail {
	text-align: right;
	font-size: 12px;
	line-height: 24px;
}
#pankuzu {
	font-size: 12px;
	line-height: 40px;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#detail_body {
	background-image: url(../img/bg_detail_name.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 2px;
}
#detail_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#detail_box h2 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#detail_box h2 span {
	font-size: 18px;
	line-height: 59px;
	color: #FFFFFF;
	margin-left:5px;
	opacity:0.8;
}
#detail_box .detail_left h2{
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	line-height: 59px;
	color: #FFFFFF;
}
.detail_left {
	float: left;
	width: 460px;
	margin-left: 10px;
}
.detail_right {
	float: right;
	width: 520px;
}
.detail_right dt,.detail_right dl {
	margin: 0px;
	padding: 0px;
}
.detail_right dd {
	float:left;
	width: 104px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.detail_right dd img {
	width: 100px;
}
.detail{
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.detail dd {
	line-height: 30px;
	margin:0px;
	padding:0px;
}
.detail .copy {
	font-size: 16px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS UI Gothic";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	color: #333333;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.detail .print {
	float:right;
	margin-top: 10px;
}
.detail .name {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	float:right;
}
.detail .room {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	float:right;
	background-image: url(../img/icon_detail_madori.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.detail .price {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	float:right;
	background-image: url(../img/icon_detail_price.png);
	background-repeat: no-repeat;
	padding-left: 77px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.detail .address {
	color:#816643;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
}
#detail_madori {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	display: block;
	background-image: url(../img/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
}
.madori {
	width: 500px;
}
#zoom {
	position: absolute;
	left: 850px;
	top: 284px;
}
#detail_data {
	float: left;
	width: 460px;
	margin-bottom: 30px;
}
#detail_map {
	float: right;
	width: 500px;
}
#detail_body #detail_box #detail_map h2 {
	margin: 0px;
}
#detail_pdf {
	margin: 0px;
	padding: 0px;
}
#detail_pdf dd {
	font-size: 12px;
	line-height: 18px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	height: 18px;
	float: left;
	padding-left: 24px;
	margin-top: 10px;
}
#detail_map iframe {
	width:520px;
	border: 2px solid #999999;
}
#data_tbl{
	font-size: 12px;
	line-height: 20px;
	background-color: #000000;
}
#data_tbl th {
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
#data_tbl td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#inquiry_area {
	background-image: url(../img/icon_mark.png);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	background-position: center top;
	padding-top: 40px;
}
#inquiry_area span {
	font-weight: bold;
}
#foot_inquiry {
	height: 120px;
	width: 920px;
	background-image: url(../img/foot_inquiry.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 28px;
	border:none;
}
#detail_foot_box p ,#cont_foot_box p{
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #666666;
}
#cont_foot_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/foot_logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 120px;
}
#cont_foot {
	background-image: url(../img/foot_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 5px;
}
#concept {
	display:block;
}
#man_box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#cont_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#man_box p{
	margin-left:20px;
	margin-right:10px;
	font-size:14px;
	margin-bottom:20px;
}
#cont_box p{
	font-size:14px;
	margin-bottom:20px;
}#cont_title {
	height: 60px;
	font-size: 30px;
	line-height: 60px;
	color: #FFFFFF;
	margin: 0px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS UI Gothic";
	font-weight: normal;
}
.cont_tbl {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.cont_tbl th{
	background-image: url(../img/icon_mark.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
}
.cont_tbl td{
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
}
.cont_tbl tr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#cont_box .cont_tbl dl {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.cont_tbl dt {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 120px;
}
.cont_tbl dd {
	margin: 0px;
	padding: 0px;
	float: left;
}
.top {
	text-align: right;
	padding: 10px;
}
#foot a:hover img,#index_head a:hover img{
	opacity:1.0;
}#cont_box .cont_tbl h5 {
	margin: 0px;
	font-size:14px;
	line-height: 30px;
}
#cont_box h6 {
	font-size: 16px;
	margin: 0px;
	line-height: 30px;
	color: #CF6161;
}
#policy_body p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
#cont_box h3 {
	background-image: url(../img/h3_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#foot_inquiry #mail {
	float: left;
	width: 430px;
	margin-left: 20px;
}
#foot_inquiry #tel {
	float: right;
	width: 450px;
}
#tel #office {
	color: #70D4BB;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
#tel #foot_number {
	text-align: left;
	font-size: 12px;
	margin: 0px;
}
#tel #foot_number span {
	color: #ce6060;
}
#foot_inquiry #mail dl {
	float: left;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#foot_inquiry #foot_photo {
	display:block;
	float: left;
	margin-top: 5px;
}
#foot_inquiry #mail dd {
	margin: 0px;
	font-size: 12px;
}
#foot_inquiry #foot_photo img{
	width: 51px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
#foot_inquiry h6 {
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#tel #tel_number {
	background-image: url(../img/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #6A6A5C;
	font-size: 36px;
	text-align: left;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#bt_mail {
	float: left;
	margin-top: 10px;
	display:block;
}
#mail #mail_box {
	display:block;
	width: 310px;
	float: left;
}
#cont_body #data_tbl input[type="radio"] {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.t10 {
	margin-top: 10px;
}
#cont_box .topics_list {
	font-size: 20px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: bold;
	background-image: url(../img/icon_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
}
#cont_box .topics_list a{
	text-decoration: none;
	font-weight: normal;
}
#cont_box .topics_list a:hover{
	text-decoration: underline;
}
#search_bt {
	float: right;
}
#search_number .right {
	max-width:100%;
}
#foot #foot_box .right {
	float:right;
}
#detail_foot_box .right {
	float:right;
}
#search_type dd img{
	width:100%;
}
#bt_search_head {
	display:block;
}
#foot #cont_foot_box .right {
	float:right;
}
#topics .bn_man img{
	width:144px;
	margin:5px;
}
#mail_box #arrow img {
	display:block;
}
.detail_left iframe {
	width: 450px;
}
#detail_foot_box #bt_inquiry {
	display:none;
}
#man_body #man_box #atdhead {
	display:table-cell;
}
.sonota ol {
	margin:0px;
}
#man_box #omaplayout iframe {
	width:540px;
	height:300px;
	margin:10px;
}
#syuhen dl {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#syuhen dl dd{
	text-align:center;
}
#detail_body #man_box .tdcontents .gran_ttl {
	margin: 10px;
}
#man_box .atdcontents p,#man_box .tdcontents p,#man_box .otdcontents p,#man_box .atdcontents ol,#man_box .tdcontents ol,#man_box .otdcontents ol,#man_box .tdcontents .gran_tbl {
	width: 90%;
}
#adata2 .left #data_left1 {
	width:276px;
}
}

ul,ol{padding-left: 40px;}
div.indent{margin-left: 20px;}
div.indent p{margin-bottom:0px !important;margin-left: 1.0em !important;text-indent: -1.0em;}
