@charset "utf-8";
/* CSS Document */


/*--------------------------------------
　リセット
--------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

img {
	border:0;
}

ol,ul {
	list-style:none;
}


button {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	overflow: visible;/*IE用*/
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	vertical-align:baseline;  
}
form {  
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit; 
}  
   

fieldset, form, input, label, legend, select, textarea {  
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	vertical-align:middle;  
}  
   
table {  
	border-collapse:collapse;  
	border-spacing:0;  
	font-size:100%; 
	border:solid 1px #d7d7d7;
	color:#555555;
	vertical-align:center;
	font-size:0.9em;
}

hr{
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}
	* html hr{/* for -IE6 */
	  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
} 
*:first-child+html * {
	letter-spacing:0;/*IE7 hasLayout対策*/
}

select, input {
    font-size: 17px;
    padding: 3px 4px;
}

/*--------------------------------------
　基本設定
--------------------------------------*/

body {
	background-color:#ffffff;
	color:#555555;
	font-family:'ＭＳ Ｐゴシック','Ms P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,sans-serif;
	font-size:0.8em;
}

a:link {
	color:#005eae;
	text-decoration:underline;
}

a:visited {
	color:#8a33ab;
}

a:hover {
	text-decoration:none;
}

/*----　clearfix　----*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear { /*簡易clearfix*/
	clear:both;
}

#header {
	height:auto;
	margin:0 auto;
	border-top:solid 3px #3d7ac5;
}
#headerArea{
	width:920px;
	margin:5px auto 5px auto;
	/padding:6px 0 0 0;
	color:#a2a085;
}


#headerArea h1{
	padding:0 2px 0 0;
	float:left;
	display:inline;
}
#headerArea a{
	padding:0 2px 0 0 ;
	color:#a2a085;
}



div#contents{
	width:926px;
	margin:20px auto 0 auto;
}

/*------------------------------------------
トップ　下層ページ
------------------------------------------*/

div#mainVisual{
	background:url(/images/bg_top.gif) no-repeat top center;
}
div#mainVisual h2{
	width:926px;
	margin:0 auto;
	padding:10px 0 0 0;
}

div#leftContents{
	width:721px;
	float:left;
	display:inline;
}
div.leftVisual{
	margin:0 auto 15px auto;
	width:721px;	
}

div.leftBlock{
	margin:0 auto 25px auto;
	width:715px;	
}

div.leftBlock ul{
	width:680px;
	margin:10px auto 14px auto;
}
div.leftBlock ul li{
	width:155px;
	float:left;
	display:inline;
	padding:5px 0 5px 14px;
	background:url(/images/icon_01.gif) 0.2em 0.8em no-repeat;
}

div.leftBlock h4{
	padding:14px 1px 3px 4px;
	border-bottom:solid 1px #dddddd;
	color:#555555;
	font-weight:bold;
	font-size:1.1em;
}

h3#capShop{
	width:715px;
	height:44px;
	background:url(/images/cap_top_01.gif) no-repeat;
	text-align:right;
}

h3#capShop span{
	position:relative;
	top:14px;
	font-size:0.8em;
	padding:0 10px;
	color:#898989;
}
div.BtnShop{
	text-align:center;
	margin:0 auto;
	width:710px;
}

div.BtnShop div{
	float:left;
	display:inline;
	width:136px;
	height:100px;
	margin:10px 2px 6px 2px;
}

div.BtnShop div.shop01 a{
	background-image:url(/images/img_higashiguchi_o.gif);
	background-repeat:no-repeat;
	width:136px;
	height:81px;
	display:block;
	text-decoration:none;
}

div.BtnShop div.shop01 a:hover{
	background-image:url(/images/img_higashiguchi_o.gif);
	background-repeat:no-repeat;
	background-color:#fff;/*IE6で動作させるために
	必要*/
}

div.BtnShop div.shop02 a{
	background-image:url(/images/img_higashitotsuka_o.gif);
	background-repeat:no-repeat;
	width:136px;
	height:81px;
	display:block;	
	text-decoration:none;
}

div.BtnShop div.shop02 a:hover{
	background-image:url(/images/img_higashitotsuka_o.gif);
	background-repeat:no-repeat;
	background-color:#fff;/*IE6で動作させるために
	必要*/
}

div.BtnShop div.shop03 a{
	background-image:url(/images/img_kamiooka_o.gif);
	background-repeat:no-repeat;
	width:136px;
	height:81px;
	display:block;	
	text-decoration:none;
}

div.BtnShop div.shop03 a:hover{
	background-image:url(/images/img_kamiooka_o.gif);
	background-repeat:no-repeat;
	background-color:#fff;/*IE6で動作させるために
	必要*/
}

div.BtnShop div.shop04 a{
	background-image:url(/images/img_kannai_o.gif);
	background-repeat:no-repeat;
	width:136px;
	height:81px;
	display:block;	
	text-decoration:none;
}

div.BtnShop div.shop04 a:hover{
	background-image:url(/images/img_kannai_o.gif);
	background-repeat:no-repeat;
	background-color:#fff;/*IE6で動作させるために
	必要*/
}

div.BtnShop div.shop05 a{
	background-image:url(/images/img_azamino_o.gif);
	background-repeat:no-repeat;
	width:136px;
	height:81px;
	display:block;	
	text-decoration:none;
}

div.BtnShop div.shop05 a:hover{
	background-image:url(/images/img_azamino_o.gif);
	background-repeat:no-repeat;
	background-color:#fff;/*IE6で動作させるために
	必要*/
}

div.BtnShop div.shop06 a{
	background-image:url(/images/img_futamatagawa_o.gif);
	background-repeat:no-repeat;
	width:136px;
	height:81px;
	display:block;	
	text-decoration:none;
}

div.BtnShop div.shop06 a:hover{
	background-image:url(/images/img_futamatagawa_o.gif);
	background-repeat:no-repeat;
	background-color:#fff;/*IE6で動作させるために
	必要*/
}

div.BtnShop div.shop07 a{
	background-image:url(/images/img_tsurumi_o.gif);
	background-repeat:no-repeat;
	width:136px;
	height:81px;
	display:block;	
	text-decoration:none;
}

div.BtnShop div.shop07 a:hover{
	background-image:url(/images/img_tsurumi_o.gif);
	background-repeat:no-repeat;
	background-color:#fff;/*IE6で動作させるために
	必要*/
}

div.BtnShop div.shop08 a{
	background-image:url(/images/img_shonan_o.gif);
	background-repeat:no-repeat;
	width:136px;
	height:81px;
	display:block;	
	text-decoration:none;
}

div.BtnShop div.shop08 a:hover{
	background-image:url(/images/img_shonan_o.gif);
	background-repeat:no-repeat;
	background-color:#fff;/*IE6で動作させるために
	必要*/
}

div.BtnShop div.shop09 a{
	background-image:url(/images/img_centerkita_o.gif);
	background-repeat:no-repeat;
	width:136px;
	height:81px;
	display:block;	
	text-decoration:none;
}

div.BtnShop div.shop09 a:hover{
	background-image:url(/images/img_centerkita_o.gif);
	background-repeat:no-repeat;
	background-color:#fff;/*IE6で動作させるために
	必要*/
}



div.BtnShop div a:hover img{
	visibility:hidden;
}

div.BtnShop div span {
	display:block;
}

div.BtnShop div span.shopName{
	padding:4px 0;
	color:#606269;
	font-weight:bold;
	font-size:0.8em;
	text-decoration:none;
}


h3#capStation{
	width:715px;
	height:44px;
	background:url(/images/cap_top_02.gif) no-repeat;
	text-align:right;
}
h3#capStation span{
	position:relative;
	top:14px;
	font-size:0.8em;
	padding:0 10px;
	color:#898989;
}
h3#capArea{
	width:715px;
	height:44px;
	background:url(/images/cap_top_03.gif) no-repeat;
	text-align:right;
}
h3#capArea span{
	position:relative;
	top:14px;
	font-size:0.8em;
	padding:0 10px;
	color:#898989;
}


h3#capSchool{
	margin:20px 0 0 0;
	width:715px;
	height:44px;
	background:url(/images/cap_top_04.gif) no-repeat;
	text-align:right;
}
h3#capSchool span{
	position:relative;
	top:14px;
	font-size:0.8em;
	padding:0 10px;
	color:#898989;
}

h3#capLine{
	margin:20px 0 0 0;
	width:715px;
	height:44px;
	background:url(/images/cap_top_05.gif) no-repeat;
	text-align:right;
}
h3#capLine span{
	position:relative;
	top:14px;
	font-size:0.8em;
	padding:0 10px;
	color:#898989;
}


div#searchResult{
	background:url(/images/bg_main_02.gif) repeat-y top;
}
div.mainWord{
	background:url(/images/bg_main_01.gif) no-repeat top;
	padding:5px 10px 5px 20px;
}



div.mainWord h2 {
	font-weight:bold;
	font-size:2.1em;
	padding:12px 0 2px 0;
	min-height:30px;
}
* html div.mainWord h2 {
	font-size:30px;
	padding:8px 0 4px 0;
}



div.mainWord ul {
	padding:7px 0 3px 88px;
	background:url(/images/icon_focus.gif) no-repeat 0.2em 0.45em;
}
* html div.mainWord ul {
	padding:7px 0 4px 88px;
	background:url(/images/icon_focus.gif) no-repeat 0.2em 0.5em;
}
div.mainWord ul li {
	display:inline;
	padding:0 10px 0 0;
}





div#searchResult02{
	min-height:30px;
	background:url(/images/bg_main_02b.gif) repeat-y top;
}

div.mainWord02{
	background:url(/images/visual_main_05.gif) no-repeat 20px 10px;
	padding:8px 10px 6px 205px;
	margin:6px 10px 0 0;
	min-height:140px;
	width:506px;
}

* html div.mainWord02{
	background:url(/images/visual_main_05.gif) no-repeat 20px 10px;
	padding:4px 0 4px 205px;
	margin:4px 10px 0 0;
	height:140px;
	width:506px;
}

div.mainWord02 h2 {
	font-weight:bold;
	font-size:2.1em;
	padding:42px 0 0 0;
}
* html div.mainWord02 h2 {
	font-size:30px;
	padding:40px 0 0 0;
}
div.mainWord02 ul {
	padding:7px 0 20px 90px;
	background:url(/images/icon_focus.gif) no-repeat 0.2em 0.45em;
}
* html div.mainWord02 ul {
	padding:7px 0 25px 90px;
	margin:7px 0 0 0;
	background:url(/images/icon_focus.gif) no-repeat auto auto ;
}

div.mainWord02 ul li {
	display:inline;
	padding:0 8px 0 0;
}


div.searchword{
	width:594px;
	margin:10px auto;
	background:url(/images/bg_searchword_02.gif) no-repeat bottom;
}


div.searchword ul{
	padding:8px 10px 20px 10px;
}


div.searchword ul li{
	display:inline;	
	font-size:0.85em;
	line-height:1.6em;
}
div.searchword ul li span{
	font-weight:bold;
	padding:0 2px 0 0;
}



div.searchword p{
	font-size:1em;
	text-align:center;
	color:#a2a085;
	font-weight:bold;
	padding:15px 10px 27px 10px;
	line-height:1.4em;
}

div.paging{
	width:715px;
	margin:10px auto 6px auto;
	background:url(/images/bg_paging_02.gif) no-repeat bottom;
	min-height:26px;
}
* html div.paging{
	width:715px;
	margin:10px auto 6px auto;
	background:url(/images/bg_paging_02.gif) no-repeat bottom;
	height:26px;
	font-size:13px;
}

div.paging div.pagination{
	padding:3px 2px 5px 8px;
	float:left;
	display:inline;
}

div.paging div.pagination span.disabled,
div.paging div.pagination span.current
{
	font-weight:bold;
}
div.paging div.pagination a.next-page
{
}

div.paging p{
	padding:3px 8px 5px 8px;
	float:right;
	display:inline;
}
div.resultcaption{
	font-weight:bold;
	padding:4px 5px 10px 5px;
	float:left;
	display:inline;
}

div.tosearch{
	display:inline;
	float:right;
	padding:4px 5px 0 20px;
	background:url(/images/icon_02.gif) no-repeat scroll 0.5em 0.4em;
}

div.sort{
	clear:both;
	padding:4px 5px 0 5px;
	font-size:0.9em;
}

div.sort a{
	padding:0 1px 0 1px;
}

div.relatedword{
	width:715px;
	margin:18px auto;
	background:url(/images/bg_relatedword_02.gif) no-repeat bottom;
}
div.relatedword h4{
	padding:16px 2px 16px 44px;
	width:140px;
	float:left;
	display:inline;
	background:url(/images/icon_note.gif) no-repeat 0.8em 1.0em;
	font-size:0.9em;
	font-weight:bold;
}
div.relatedword ul{
	width:515px;
	padding:8px 2px 8px 8px;
	float:right;
	display:inline;
	line-height:1.3em;
}

div.relatedword ul li{
	padding:2px 10px 4px 8px;
	display:inline;
	font-size:0.8em;
	width:55px;
}




/*------------------------------------------
エントリーリスト
------------------------------------------*/

table#list{
	margin:10px auto 6px auto;
	border:none;
	text-align:center;
	vertical-align:middle;
	line-height:1.4em;
	width:715px;
	border-collapse:separate;
}

table#list tbody{
}


table#list tbody tr th{
	border:none;
	text-align:left;
}



table#list tbody tr th.item_01{
	width:106px;
	height:44px;
}

table#list tbody tr th.item_02{
	width:80px;
	height:44px;
}
table#list tbody tr th.item_03{
	width:80px;
	height:44px;
}


table#list tbody tr th.item_04{
	width:56px;
	height:44px;
}
table#list tbody tr th.item_05{
	width:100px;
	height:44px;
}

table#list tbody tr th.item_06{
	width:100px;
	height:44px;
}

table#list tbody tr th.item_07{
	width:56px;
	height:44px;
}
table#list tbody tr th.item_08{
	width:137px;
	height:44px;
}


table#list tbody tr td{
	border-right:solid 1px #d7d7d7;
	border-bottom:solid 1px #d7d7d7;
	border-top:solid 1px #d7d7d7;
	vertical-align:middle;
	padding:5px 5px;
	word-break: break-all;
}

table#list tbody tr td span{
	font-weight:bold;
	font-size:1.1em;
}
table#list tbody tr td span span{
	font-weight:bold;
	color:#ff0000;
}
table#list tbody tr td.image{
	border-left:solid 1px #d7d7d7;
}
table#list tbody tr td.image span img{
	
}


table#list tbody tr td.image img{
	margin:2px auto 2px auto;
	display:block;
}
table#list tbody tr td.image span img{
	margin:2px auto 5px auto;
	display:block;
}
table#list tbody tr td.link img{
	display:block;
	margin:4px auto;
}
table#list tbody tr td.link button{
	/width:101px;
}

table#list tbody tr td.link img{
	display:block;
	margin:4px auto;
}
table#list tbody tr td.pr{
	text-align:left;
	padding:3px 13px 5px 13px;
	border-top:none;
	border-left:solid 1px #d7d7d7;
}
table#list tbody tr td.pr img{
	margin:0 6px 0 0;
	position:relative;
	top:4px;
}
table#list tbody tr td.null{
	border:none;
	height:8px;
}

/*------------------------------------------
検索ボックス
------------------------------------------*/
div#search {
	width:721px;
	margin:10px auto;
	background:url(/images/bg_search_02.gif) repeat-y top;
}
div#search table  {
	width:702px;
	margin:5px 9px 3px 7px;
	border:none;
}

div#search table tbody tr {
	width:700px;
}

div#search table tbody tr th {
	padding:2px 3px 5px 0;
	width:90px;
	white-space:nowrap;

}

div#search table tbody tr td{
	text-align:left;
	padding:0;
	width:590px;
	white-space:nowrap;
}
div#search table tbody tr.price th{
	width:90px;
}

div#search table tbody tr.price td{
	width:auto;
}

div#search table tbody tr.estate td.estate_01{
	width:120px;
}
div#search table tbody tr.estate td.estate_02{
	width:400px;
}


div#search table tbody tr.area td select{
	height:78px;
	margin:0 10px 0 0;
	vertical-align:middle;
}
div#search table tbody tr td input{
	margin:4px 4px 3px 8px;
	position:relative;
	bottom:2px;
}
div#search table tbody tr.freeword td input {
	width:270px;
	padding:1px;
}

div#search table tbody tr.btnSearch {
	height:76px;
	background:url(/images/bg_btn_01.gif) no-repeat center ;
	text-align:center;
}

div#search table tbody tr.btnSearch button  {
	/position:relative;
	/left:40px;
	/text-align:center;
}


div#search table tbody tr.btnSearch td{
	padding:4px 1px;
	text-align:center;
}

div#search table tbody tr td ul li{
	float:left;
	display:inline;
	width:20%;
}

div#search table tbody tr td div#area-area,
div#search table tbody tr td div#area-city,
div#search table tbody tr td div#line-line,
div#search table tbody tr td div#line-station{
	display:inline;
}



/*------------------------------------------
右
------------------------------------------*/
div#rightContents{
	width:190px;
	float:right;
	display:inline;	
}
div#rightContents li{
	width:190px;
	margin:8px auto 12px auto;
	background:url(/images/bg_rbox_01.gif) repeat-y bottom;
}
div#rightContents .yelCap{
	width:190px;
	background:url(/images/bg_yelcap_02.gif) repeat-y top;
}
div#rightContents .yelCap p{
	width:170px;
	background:url(/images/bg_yelcap_01.gif) no-repeat top;
	padding:15px 10px 5px 10px;
}

div#rightContents .yelCap p a{
	color:#646242;
	font-weight:bold;
}

div#rightContents li .photo{
	text-align:center;
	margin:6px 0 0 0;
	background:url(/images/bg_rbox_03.gif) no-repeat center;
}

div#rightContents li dl{
	border-top:solid 1px #dcdcdc;
	width:166px;
	margin:10px auto 0 auto;
	padding:5px 10px 5px 10px;
}
* html div#rightContents li dl{
	border-top:solid 1px #dcdcdc;
	width:166px;
	margin:10px auto 0 auto;
	padding:5px 8px 5px 8px;
}

div#rightContents li dl dt{
	width:170px;
	padding:0 0 2px 0;
}
div#rightContents li dl dt span{
	color:#ff0000;
	font-weight:bold;
	font-size:1.5em;
	vertical-align:bottm;
}

div#rightContents li dl dd{
	font-size:0.85em;
	line-height:1.5em;
}
div#rightContents li dl dd a{
	color:#555555;
}


div#rightContents .grayBox{
	width:190px;
	margin:8px auto 12px auto;
	background:url(/images/bg_rbox_01.gif) repeat-y bottom;
}
div#rightContents .grayCap{
	width:190px;
	background:url(/images/bg_graycap_02.gif) repeat-y top;
}
div#rightContents .grayCap h4{
	width:170px;
	background:url(/images/bg_graycap_01.gif) no-repeat top;
	padding:15px 10px 5px 10px;
}
div#rightContents .grayCap h4 a{
	color:#555555;
	font-weight:bold;
}


div#rightContents .grayBox .photo{
	text-align:center;
	margin:6px 0 0 0;
	background:url(/images/bg_rbox_03.gif) no-repeat center;
}
div#rightContents .grayBox p{
	border-top:solid 1px #dcdcdc;
	width:166px;
	margin:10px auto 0 auto;
	padding:8px 10px 8px 10px;
	font-size:0.85em;
}
div#rightContents .grayBox p a{
	color:#555555;
}

div#rightContents .townBox{
	width:190px;
	margin:8px auto 12px auto;
	background:url(/images/bg_rbox_01.gif) repeat-y bottom;
}
div#rightContents .townCap{
	width:190px;
	background:url(/images/bg_rbox_01.gif) repeat-y top;

}
div#rightContents .townCap h4{
	width:170px;
	background:url(/images/bg_towncap_01.gif) no-repeat top;
	padding:12px 10px 5px 10px;
}
div#rightContents .townCap h4 a{
	font-weight:bold;
}


div#rightContents .townBox .photo_town img{
	width:40%;
	float:left;
	display:inline;
	margin:6px 6px 3px 10px;
}

div#rightContents .townBox p{
	margin:0 auto 0 auto;
	padding:8px 10px 8px 10px;
	font-size:0.85em;
}


div#rightContents .banner img{
	width:190px;
	text-align:center;
	padding:5px 0;

}

/*------------------------------------------
詳細ページ
------------------------------------------*/

div.detailCap{
	width:715px;
	background:url(/images/bg_title_02.gif) repeat-y top;
}
div.detalCapTitle{
	width:715px;
	background:url(/images/bg_title_01.gif) no-repeat top;
	font-weight:bold;
	min-height:35px;
}

div.detalCapTitle h2{
	font-weight:bold;
	font-size:1.4em;
	float:left;
	display:inline;
	padding:10px 0 2px 12px;
}

* html div.detalCapTitle h3{
	font-weight:bold;
	font-size:1.4em;
	float:left;
	display:inline;
	padding:13px 0 2px 12px;
}

.btnDetail_02{
	width:192px;
	height:30px;
	margin:5px 10px 0 0;
	float:right;
	display:inline;
}


.btnDetail_02 a{
	background-images:url(/images/btn_detail_02.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	width:192px;
	height:30px;
	display:block;
}


.btnDetail_02 a:hover{
	background-image:url(/images/btn_detail_02_o.gif);
	background-color:#fff;/*IE6で動作させるために
	必要*/
}

.btnDetail_02 a:hover img{
	visibility:hidden;
}

p.detailWord {
	padding:10px 0 10px 2px;
	color:#6d6c6c;
}

div.photLarge{
	width:475px;
	height:360px;
	background:url(/images/bg_photo_01.gif) no-repeat center;
	float:left;
	display:inline;
	/margin-bottom:20px;

}

div.photLarge p{
	margin:10px;
	text-align:center;
}
div.photLarge img{
	width:444px;
	height:335px;
}


div.photoSmall {
	width:116px;
	height:117px;
	float:left;
	margin:0 0 5px 5px;
	display:inline;
}

div.photoSmall a{
	width:116px;
	height:117px;
	display:block;
	background:url(/images/bg_photo_02.gif) no-repeat center;
}

div.photoSmall a:hover{
	width:116px;
	height:117px;
	display:block;
	background:url(/images/bg_photo_02_o.gif) no-repeat center;
}

div.photoSmall span {
	display:block;
	text-align:center;
}

div.photoSmall span img{
	width:94px;
	height:70px;
	margin:10px;
}

div.photoSmall span.photoName{
	margin:2px 10px;
}


table#objectdetail{
	margin:0 0 25px 0;
	width:715px;
}


table#objectdetail th{
	border-collapse:collapse;
	background-color:#f4f4f4;
	border:solid 1px #d7d7d7;
	width:90px;
	padding:10px;
}


table#objectdetail td{
	border-collapse:collapse;
	border:solid 1px #d7d7d7;
	padding:10px;
	width:40%;
	vertical-align:center;
}

table#objectdetail td span{
	font-weight:bold;
}
table#objectdetail td span span{
	font-weight:bold;
	color:#ff0000;
}

.btnDetail{
	width:255px;
	height:60px;
	margin:0 auto;
}


.btnDetail a{
	background-images:url(/images/btn_detail_01.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	width:255px;
	height:60px;
	display:block;
}


.btnDetail a:hover{
	background-image:url(/images/btn_detail_01_o.gif);
	background-color:#fff;/*IE6で動作させるために
	必要*/
}

.btnDetail a:hover img{
	visibility:hidden;
}




/*------------------------------------------
入力ページ
------------------------------------------*/


div#inquiryContents {
	width:926px;
	margin:0 auto;
}
div#inquiryContents h3 {
	padding:0 0 6px 0;
}

div#inquiryContents h4 {
	color:#696969;
	margin:12px 0 8px 1px;
	font-weight:bold;
	font-size:1.1em;
}

div#inquiryContents ul.alart {
	color:#ff0000;
	font-weight:bold;
	margin:6px 20px 20px 20px;
	line-height:1.6em;
}


div#inquiryContents table{
	width:926px;
	margin:0 auto;
}
div#inquiryContents table p.example{
	color:#9e9e9e;
	margin:4px auto 0 auto;
}

div#inquiryContents table div{
	margin:10px 0 5px 0;
}
div#inquiryContents table div span{
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:7em;
	padding:0 0 0 2px;
}
table#objectinfo{
	width:100%;
	margin:0 0 25px 0;
}

table#objectinfo.details{
	width:715px;
}


table#objectinfo th{
	border-collapse:collapse;
	background-color:#d6e8ff;
	border:solid 1px #d7d7d7;
	padding:10px;
}


table#objectinfo td{
	border-collapse:collapse;
	border:solid 1px #d7d7d7;
	text-align:center;
	padding:10px;
}

table#objectinfo td span{
	font-weight:bold;
}
table#objectinfo td span span{
	font-weight:bold;
	color:#ff0000;
}

div#inquiryContents table#userinfo th{
	border-collapse:collapse;
	background-color:#f4f4f4;
	border:solid 1px #d7d7d7;
	width:150px;
	padding:10px;
}

div#inquiryContents table#userinfo td{
	border-collapse:collapse;
	border:solid 1px #d7d7d7;
	padding:10px;
	vertical-align:center;
}
div#inquiryContents table#userinfo td img{
	position:relative;
	top:5px;
	left:8px
}
div#inquiryContents table#userinfo td input{
	width:400px;
	padding:2px 0;
}

div#inquiryContents table#userinfo td input.name{
	width:200px;
}
div#inquiryContents table#userinfo td input.adress{
	width:250px;
}

div#inquiryContents .notes{
	font-size:0.8em;
	margin:15px 0 30px;
	line-height:1.4em;
	color:#696969;
}

div#inquiryContents .btnInquiry{
	width:255px;
	height:60px;
	margin:14px auto;
}

div#inquiryContents .btnInquiry a{
	background-images:url(/images/btn_input_01.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	width:255px;
	height:60px;
	display:block;
}

div#inquiryContents .btnInquiry a:hover{
	background-image:url(/images/btn_input_01_o.gif);
	background-color:#fff;/*IE6で動作させるために
	必要*/
}

div#inquiryContents .btnInquiry a:hover img{
	visibility:hidden;
}

div#inquiryContents .btnInquiry input:hover,
div#inquiryContents #submitdiv input:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}


div#inquiryContents .btnCheck {
	width:255px;
	height:60px;
	margin:14px auto;
	float:left;
	display:inline;
}


div.btnArea{
	text-align:center;
	margin:0 auto;
	width:377px;
}




div#inquiryContents .btnCheck{
	width:255px;
	height:60px;
	margin:14px auto;
	float:left;
	display:inline;

}

div#inquiryContents .btnCheck a{
	background-image:url(/images/btn_input_02.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	width:255px;
	height:60px;
	display:block;
}

div#inquiryContents .btnCheck a:hover{
	background-image:url(/images/btn_input_02_o.gif);
	background-color:#fff;/*IE6で動作させるために
	必要*/
}
div#inquiryContents .btnCheck a:hover img{
	visibility:hidden;
}


div#inquiryContents .btnBack{
	width:112px;
	height:60px;
	margin:14px 5px 14px auto;
	float:left;
	display:inline;
}

div#inquiryContents .btnBack a{
	background-image:url(/images/btn_input_03.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	width:112px;
	height:60px;
	display:block;
}

div#inquiryContents .btnBack a:hover{
	background-image:url(/images/btn_input_03_o.gif);
	background-color:#fff;/*IE6で動作させるために
	必要*/
}
div#inquiryContents .btnBack a:hover img{
	visibility:hidden;
}

p.message{
	padding:5px 0;
	line-height:1.5em;
	color:#888888;
}

div.finished{
	text-align:center!important;
	padding:40px 0 60px 0 ;
}
div.finished p{
	padding:10px 0;
	line-height:1.6em;
	font-size:1.1em;
}

div.finished a{
	background:url(/images/icon_01.gif) 0.2em 0.3em no-repeat;
	padding:0 0 0 14px;
}

div#contents p#totop{
	width:105px;
	position:relative;
	left:810px;
	line-height:0;
	padding:30px 0 0 0;
	margin-bottom:-3px;
}
*div#contents p#totop{
	width:105px;
	position:relative;
	left:810px;
	line-height:0;
	padding:30px 0 0 0;
}

div#footer{
	height:auto;
	margin:0 auto;
	background:url(/images/bg_footer_01.gif) repeat-x top;
	padding:0;
}

#footerArea{
	width:920px;
	margin:0 auto;
	padding:20px 20px 25px 0;
	text-align:right;
}

#footerArea p{
	font-size:0.8em;
	color:#555555;
	padding:0;
}
