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

/* CSS Information ==================================
	ファイル名:common.css
	作成日:2009.06.15
=====================================================*/

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

html {
	height:100%;
	margin-bottom:1px;/*スクロール表示用*/
}

*html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}/*IE6ロールオーバー時の砂時計対応*/

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;  
}

fieldset, form, input, label, legend, select, textarea {  
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	vertical-align:middle; 
}  
   
table {  
	border-spacing:0;  
	font-size:100%;  
}

h2 img, h3 img, h4 img {
	vertical-align:bottom;
}


hr{
  height:0px;
  margin:7px auto;
  border:none;
  border-top:1px solid #000;
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
} 
*:first-child+html * {
	letter-spacing:0;/*IE7 hasLayout対策*/
}



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

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

a:link {
	color:#0066cc;
	text-decoration:underline;
}

a:visited {
	color:#0066cc;
}

a:hover {
	text-decoration:none;
}

/*----　clearfix　----*/
#content .entryContent .entryBox:after,
#content .resultNumber:after,
#content .entryContent .entryBoxRight .iconList ul:after,
#content .entryContent .entryBoxRight td .iconList ul:after,
#content #mainContent .popularBlock .popularLink:after,
#headerArea #header:after,
.clearfix:after{
    content : '';
	display : block;
	clear : both;
}

#content .entryContent .entryBox,
#content .resultNumber,
#content .entryContent .entryBoxRight .iconList ul,
#content #mainContent .popularBlock .popularLink,
#headerArea #header,
.clearfix{
   /zoom:1;
}

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


/*--------------------------------------
　レイアウト
--------------------------------------*/

#wrapper {
	margin:0 auto;
}

body#item #wrapper {
	background:url(/images/pagetop_bg.gif) repeat-x 0 100%;
}

#wrapper #content {
	width:808px;
	margin:0 auto;
	padding-top:16px;
}

body#top #wrapper #content {
	padding-top:18px;
}

/*--------------------------------------
　ヘッダー
-------------------------------------*/
#headerArea {
	background:url(/images/bg_header_bottom.gif) no-repeat center bottom;
	padding-bottom:2px;
}

#headerArea #h1Word {
	color:#996633;
	font-size:83%;
	background:#eeedea url(/images/h1_bg.gif) repeat-x 0 100%;
}

#headerArea #header .text span{
	display:block;
}

#headerArea #h1Word h1{
	width:804px;
	margin:0 auto;
	padding:3px 2px 5px;
	line-height:1.4;
}

#headerArea #header {
	width:808px;
	margin:0 auto;
}

#headerArea #header #logo {
	width:213px;
	float:left;
	padding:28px 0 0;
}

#headerArea #header .text {
	width:444px;
	float:right;
	display:inline;
	margin-right:-30px;
	padding:28px 150px 22px 0;
	background:url(/images/bg_header2.gif) no-repeat 100% 100%;
	color:#666666;
}


#headerArea #header .text span,
body#list #headerArea #header .text h1{
	padding:3px 0 0 14px;
	border-left:dotted 1px #999999;
	line-height:1.5;
}

#headerArea #globalNav {
	background:url(/images/bg_gnav.gif) no-repeat center bottom;
	border-bottom:solid 1px #ffffff;
	clear:both;
}

#headerArea #globalNav ul {
	width:808px;
	margin:0 auto;
	overflow:hidden;
}



#headerArea #globalNav li {
	list-style:none;
	float:left;
	width:115px;
	height:27px;
}

#headerArea #globalNav a {
	display:block;
	width:115px;
	height:27px;
}

#headerArea #globalNav a:hover img,
#headerArea #globalNav a:active img{
	width:0;
	height:0;
}

#headerArea #globalNav a:hover,
#headerArea #globalNav a:active{
	background:none;
}

#headerArea #globalNav li.gNav1 {
	background:url(/images/gnav1_o.gif) no-repeat bottom left;
	width:116px;
}

#headerArea #globalNav li.gNav2 {
	background:url(/images/gnav2_o.gif) no-repeat bottom left;
}

#headerArea #globalNav li.gNav3 {
	background:url(/images/gnav3_o.gif) no-repeat bottom left;
}

#headerArea #globalNav li.gNav4 {
	background:url(/images/gnav4_o.gif) no-repeat bottom left;
}

#headerArea #globalNav li.gNav5 {
	background:url(/images/gnav5_o.gif) no-repeat bottom left;
}

#headerArea #globalNav li.gNav6 {
	background:url(/images/gnav6_o.gif) no-repeat bottom left;
}

#headerArea #globalNav li.gNav7 {
	background:url(/images/gnav7_o.gif) no-repeat bottom left;
	width:117px;
}

/*--------------------------------------
　パンくず
-------------------------------------*/

#topicPath {
	background:#ebf0d4 url(/images/bg_pankuzu.gif) no-repeat center top;
	color:#707070;
}

#topicPath .inner {
	background:url(/images/bg_pankuzu2.gif) no-repeat center bottom;
}

#topicPath ol {
	width:808px;
	margin:0 auto;
	padding:10px 0 6px 25px;
	background:url(/images/icon_pankuzu.gif) no-repeat 17px 14px;
}

#topicPath li {
	display:inline;
	padding-right:8px;
}

#topicPath li span {
	padding-right:4px;
	font-weight:700;
}

#topicPath li a {
	font-weight:400;
	color:#669933;
}

/*-------------------------------------
	注釈
-------------------------------------*/
#content #lead {
	background:url(/images/icon_notes.gif) no-repeat 5px 11px;
	padding:12px 0 11px 25px;
}

/*--------------------------------------
　ページ上部へ
-------------------------------------*/
#content #pageTop {
	background:url(/images/pagetop_o.gif) no-repeat 685px 0;
	width:123px;
	height:29px;
	padding-left:685px;
	padding-bottom:14px;
}

#content #pageTop a {
	width:123px;
	height:29px;
	display:block;
}

#content #pageTop a:hover {
	background:none;
}

#content #pageTop a:hover img {
	width:0;
	height:0;
}


/*--------------------------------------
　フッター
-------------------------------------*/
#footer {
	color:#444444;
	padding-top:1px;
	padding-bottom:30px;
	border-bottom:solid 2px #cfcfcc;
	/*background:#e8e7e1 url(/images/footer_bg.gif) no-repeat 50% 0;*/
}


/*　都道府県別リンク
-------------------------------------*/
#footer #areaLink {
	clear:both;
	background:#ebf0d4 url(/images/arealink_line.gif) repeat-x 0 100%;
	border-top:solid 1px #d9e5a6;
}

#footer #areaLink a {
	color:#444444;
}

#footer #areaLink h3 {
	width:798px;
	margin:0 auto;
	background:url(/images/area_link_bg.gif) no-repeat center top;
}

#footer #areaLink h3 span {
	display:block;
	background:url(/images/icon_arealink.gif) no-repeat 0 15px;
	padding:13px 0 8px 10px; 
	font-weight:700;
}

#footer #areaLink ul {
	width:808px;
	margin:0 auto;
	border-top:dotted 1px #669933;
	padding:8px 0px 10px 0;
	overflow:hidden;
}

#footer #areaLink li {
	float:left;
	display:inline;
	white-space:nowrap;
	margin-bottom:6px;
	padding-right:8px;
}

#footer #areaLink li a {
	padding:0 8px 0 0;
	border-right:solid 1px #444444;
}

#footer #areaLink li.lastChild a {
	border:none;
}

/*　エリアリンク
-------------------------------------*/

#footer #areaLink2 {
	padding:4px 0 8px;
	background:#003b95 url(/images/bg_footer_area.gif) repeat-x 0 100%;
	border-top:solid 2px #002d62;
}

#footer #areaLink2 a {
	text-decoration:none;
}

#footer #areaLink2 a:hover {
	text-decoration:underline;
}

#footer #areaLink2 ul {
	width:808px;
	margin:0 auto;
	padding-top:2px;
}

#footer #areaLink2 li {
	display:inline;
	background:url(/images/area_link_sep.gif) no-repeat 0 0;
	padding:0 7px 0 11px;
}

#footer #areaLink2 li.firstChild {
	background:none;

	padding-left:0;
}

#footer #areaLink2 li a {
	color:#ffffff;
}

#footer #manage {
	width:808px;
	margin:0 auto;
	padding-top:4px;
}

#footer #manage a {
	color:#444444;
}

#footer #manage p {
	line-height:1.5;
}

#footer #manage .copy {
	color:#7c7a7b;
}

/*--------------------------------------
　検索フォーム
-------------------------------------*/
body#list h2#search {
	margin-top:27px;
}

#content #searchBox {
	width:802x;
	margin-top:1px;
	margin-bottom:15px;
	border:solid 3px #acd2e7;
	background-color:#e8f4f7;
}

#content #searchBox #searchMiddle {
	width:786px;
	background-color:#ffffff;
	border-bottom:dotted 1px #3399ff;
	padding:9px 8px 2px;
}

#content #searchBox #searchMiddle table {
	width:784px;
	margin:0 auto 7px;
	border-collapse:collapse;
	border:solid 1px #ccbc98;
}

#content #searchBox #searchMiddle table input {
	margin-right:5px;
}

#content #searchBox #searchMiddle table ul {
	width:270px;
	overflow:hidden;
}

#content #searchBox #searchMiddle table li {
	float:left;
	white-space:nowrap;
	padding-bottom:5px;
	padding-right:24px;
}

#content #searchBox #searchMiddle table p {
	font-size:10px;
	padding-top:6px;
}

#content #searchBox #searchMiddle th {
	width:80px;
	background:#f3e5ca url(/images/line_search.gif) repeat-x top left;
	border-bottom:solid 1px #ccbc98;
	padding:8px;
}

*html #content #searchBox #searchMiddle th {
	border-top:none;
}

#content #searchBox #searchMiddle .bottom th {
	text-align:left;
	vertical-align:top;
}

#content #searchBox #searchMiddle td {
	width:276px;
	border-bottom:solid 1px #ccbc98;
	padding:10px;
}

*html #content #searchBox #searchMiddle td {
	border-top:none;
}

#content #searchBox #searchMiddle .bottom td {
	width:669px;
}

#content #searchBox #searchMiddle td.tdLeft {
	border-right:solid 1px #ccbc98;
}

#content #searchBox #searchMiddle .firstChild th,
#content #searchBox #searchMiddle .firstChild td {
	border-top:none;
}

#content #searchBox #searchMiddle th.lastChild ,
#content #searchBox #searchMiddle td.lastChild  {
	border-bottom:none;
}

#content #searchBox #searchMiddle td.keyword input {
	width:250px;
}

#content #searchBox #searchMiddle #condition p {
	width:104px;
}

#content #searchBox #searchMiddle #equip p {
	width:63px;
}

#content #searchBox #searchMiddle #condition ul {
	width:652px;
}

#content #searchBox #searchMiddle #equip ul {
	width:693px;
}

#content #searchBox #searchMiddle .bottom ul {
	width:669px;
}

#content #searchBox #searchMiddle .bottom li {
	float:left;
	width:160px;
	padding-right:5px;
	padding-bottom:5px;
	line-height:1.4;
}


#content #searchBox #searchMiddle .bottom li input {
	margin-right:5px;
}


#content #searchBox #btnSearch {
	width:210px;
	margin:0 auto;
	padding:9px 0 10px;
}




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

#content #mainContent {
	clear:both;
	width:808px;
	border-bottom:solid 1px #939393;
}

/*	地図検索
--------------------------------------*/

#map {
	margin-bottom:18px;
	width:808px;
	overflow:hidden;
}

#map h3 {
	position:absolute;
	width:232px;
	top:44px;
	left:33px;
}

#map #mapBlock {
	width:808px;
	height:354px;
	background:url(/images/map.gif) no-repeat 0 -354px;
	position:relative;
}

#map #mapBlock li {
	position:absolute;
}

#map #mapBlock a {
	display:block;
	height:0;
	overflow:hidden;
	background:none;
}

#map #mapBlock li.map1 {
	left:596px;
	top:10px;
}

#map #mapBlock li.map1 a {
	width:78px;
	padding-top:50px;
}

#map #mapBlock li.map1 a:hover,
#map #mapBlock li.map1 a:focus,
#map #mapBlock li.map1 a.on {
	background:url(/images/map.gif) no-repeat -596px -10px;
}

#map #mapBlock li.map2 {
	left:596px;
	top:65px;
}

#map #mapBlock li.map2 a {
	width:77px;
	padding-top:26px;
}

#map #mapBlock li.map2 a:hover,
#map #mapBlock li.map2 a:focus,
#map #mapBlock li.map2 a.on{
	background:url(/images/map.gif) no-repeat -596px -65px;
}

#map #mapBlock li.map3 {
	left:635px;
	top:91px;
}

#map #mapBlock li.map3 a {
	width:38px;
	padding-top:25px;
}

#map #mapBlock li.map3 a:hover,
#map #mapBlock li.map3 a:focus,
#map #mapBlock li.map3 a.on{
	background:url(/images/map.gif) no-repeat -635px -91px;
}

#map #mapBlock li.map4 {
	left:635px;
	top:116px;
}

#map #mapBlock li.map4 a {
	width:38px;
	padding-top:25px;
}

#map #mapBlock li.map4 a:hover,
#map #mapBlock li.map4 a:focus,
#map #mapBlock li.map4 a.on{
	background:url(/images/map.gif) no-repeat -635px -116px;
}

#map #mapBlock li.map5 {
	left:596px;
	top:91px;
}

#map #mapBlock li.map5 a {
	width:39px;
	padding-top:25px;
}

#map #mapBlock li.map5 a:hover,
#map #mapBlock li.map5 a:focus,
#map #mapBlock li.map5 a.on{
	background:url(/images/map.gif) no-repeat -596px -91px;
}

#map #mapBlock li.map6 {
	left:596px;
	top:116px;
}

#map #mapBlock li.map6 a {
	width:39px;
	padding-top:25px;
}

#map #mapBlock li.map6 a:hover,
#map #mapBlock li.map6 a:focus,
#map #mapBlock li.map6 a.on{
	background:url(/images/map.gif) no-repeat -596px -116px;
}

#map #mapBlock li.map7 {
	left:635px;
	top:141px;
}

#map #mapBlock li.map7 a {
	width:38px;
	padding-top:25px;
}

#map #mapBlock li.map7 a:hover,
#map #mapBlock li.map7 a:focus,
#map #mapBlock li.map7 a.on{
	background:url(/images/map.gif) no-repeat -635px -141px;
}

#map #mapBlock li.map8 {
	left:635px;
	top:166px;
}

#map #mapBlock li.map8 a {
	width:38px;
	padding-top:26px;
}

#map #mapBlock li.map8 a:hover,
#map #mapBlock li.map8 a:focus,
#map #mapBlock li.map8 a.on{
	background:url(/images/map.gif) no-repeat -635px -166px;
}

#map #mapBlock li.map9 {
	left:596px;
	top:166px;
}

#map #mapBlock li.map9 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map9 a:hover,
#map #mapBlock li.map9 a:focus,
#map #mapBlock li.map9 a.on{
	background:url(/images/map.gif) no-repeat -596px -166px;
}

#map #mapBlock li.map10 {
	left:557px;
	top:192px;
}

#map #mapBlock li.map10 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map10 a:hover,
#map #mapBlock li.map10 a:focus,
#map #mapBlock li.map10 a.on{
	background:url(/images/map.gif) no-repeat -557px -192px;
}

#map #mapBlock li.map11 {
	left:596px;
	top:192px;
}

#map #mapBlock li.map11 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map11 a:hover,
#map #mapBlock li.map11 a:focus,
#map #mapBlock li.map11 a.on{
	background:url(/images/map.gif) no-repeat -596px -192px;
}

#map #mapBlock li.map12 {
	left:635px;
	top:192px;
}

#map #mapBlock li.map12 a {
	width:38px;
	padding-top:26px;
}

#map #mapBlock li.map12 a:hover,
#map #mapBlock li.map12 a:focus,
#map #mapBlock li.map12 a.on{
	background:url(/images/map.gif) no-repeat -635px -192px;
}

#map #mapBlock li.map13 {
	left:596px;
	top:218px;
}

#map #mapBlock li.map13 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map13 a:hover,
#map #mapBlock li.map13 a:focus,
#map #mapBlock li.map13 a.on{
	background:url(/images/map.gif) no-repeat -596px -218px;
}

#map #mapBlock li.map14 {
	left:596px;
	top:244px;
}

#map #mapBlock li.map14 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map14 a:hover,
#map #mapBlock li.map14 a:focus,
#map #mapBlock li.map14 a.on{
	background:url(/images/map.gif) no-repeat -596px -244px;
}

#map #mapBlock li.map15 {
	left:596px;
	top:141px;
}

#map #mapBlock li.map15 a {
	width:39px;
	padding-top:25px;
}

#map #mapBlock li.map15 a:hover,
#map #mapBlock li.map15 a:focus,
#map #mapBlock li.map15 a.on{
	background:url(/images/map.gif) no-repeat -596px -141px;
}

#map #mapBlock li.map16 {
	left:557px;
	top:141px;
}

#map #mapBlock li.map16 a {
	width:39px;
	padding-top:25px;
}

#map #mapBlock li.map16 a:hover,
#map #mapBlock li.map16 a:focus,
#map #mapBlock li.map16 a.on{
	background:url(/images/map.gif) no-repeat -557px -141px;
}

#map #mapBlock li.map17 {
	left:518px;
	top:141px;
}


#map #mapBlock li.map17 a {
	width:39px;
	padding-top:25px;
}

#map #mapBlock li.map17 a:hover,
#map #mapBlock li.map17 a:focus,
#map #mapBlock li.map17 a.on{
	background:url(/images/map.gif) no-repeat -518px -141px;
}

#map #mapBlock li.map18 {
	left:479px;
	top:166px;
}

#map #mapBlock li.map18 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map18 a:hover,
#map #mapBlock li.map18 a:focus,
#map #mapBlock li.map18 a.on{
	background:url(/images/map.gif) no-repeat -479px -166px;
}

#map #mapBlock li.map19 {
	left:557px;
	top:166px;
}

#map #mapBlock li.map19 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map19 a:hover,
#map #mapBlock li.map19 a:focus,
#map #mapBlock li.map19 a.on{
	background:url(/images/map.gif) no-repeat -557px -166px;
}

#map #mapBlock li.map20 {
	left:518px;
	top:166px;
}

#map #mapBlock li.map20 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map20 a:hover,
#map #mapBlock li.map20 a:focus,
#map #mapBlock li.map20 a.on{
	background:url(/images/map.gif) no-repeat -518px -166px;
}

#map #mapBlock li.map21 {
	left:518px;
	top:192px;
}

#map #mapBlock li.map21 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map21 a:hover,
#map #mapBlock li.map21 a:focus,
#map #mapBlock li.map21 a.on{
	background:url(/images/map.gif) no-repeat -518px -192px;
}

#map #mapBlock li.map22 {
	left:557px;
	top:218px;
}

#map #mapBlock li.map22 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map22 a:hover,
#map #mapBlock li.map22 a:focus,
#map #mapBlock li.map22 a.on{
	background:url(/images/map.gif) no-repeat -557px -218px;
}

#map #mapBlock li.map23 {
	left:518px;
	top:218px;
}

#map #mapBlock li.map23 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map23 a:hover,
#map #mapBlock li.map23 a:focus,
#map #mapBlock li.map23 a.on{
	background:url(/images/map.gif) no-repeat -518px -218px;
}

#map #mapBlock li.map24 {
	left:479px;
	top:218px;
}

#map #mapBlock li.map24 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map24 a:hover,
#map #mapBlock li.map24 a:focus,
#map #mapBlock li.map24 a.on{
	background:url(/images/map.gif) no-repeat -479px -218px;
}

#map #mapBlock li.map25 {
	left:479px;
	top:192px;
}

#map #mapBlock li.map25 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map25 a:hover,
#map #mapBlock li.map25 a:focus,
#map #mapBlock li.map25 a.on{
	background:url(/images/map.gif) no-repeat -479px -192px;
}

#map #mapBlock li.map26 {
	left:440px;
	top:166px;
}

#map #mapBlock li.map26 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map26 a:hover,
#map #mapBlock li.map26 a:focus,
#map #mapBlock li.map26 a.on{
	background:url(/images/map.gif) no-repeat -440px -166px;
}

#map #mapBlock li.map27 {
	left:440px;
	top:192px;
}

#map #mapBlock li.map27 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map27 a:hover,
#map #mapBlock li.map27 a:focus,
#map #mapBlock li.map27 a.on{
	background:url(/images/map.gif) no-repeat -440px -192px;
}

#map #mapBlock li.map28 {
	left:401px;
	top:166px;
}

#map #mapBlock li.map28 a {
	width:37px;
	padding-top:55px;
}

#map #mapBlock li.map28 a:hover,
#map #mapBlock li.map28 a:focus,
#map #mapBlock li.map28 a.on{
	background:url(/images/map.gif) no-repeat -401px -166px;
}

#map #mapBlock li.map29 {
	left:440px;
	top:218px;
}

#map #mapBlock li.map29 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map29 a:hover,
#map #mapBlock li.map29 a:focus,
#map #mapBlock li.map29 a.on{
	background:url(/images/map.gif) no-repeat -440px -218px;
}

#map #mapBlock li.map30 {
	left:440px;
	top:244px;
}

#map #mapBlock li.map30 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map30 a:hover,
#map #mapBlock li.map30 a:focus,
#map #mapBlock li.map30 a.on{
	background:url(/images/map.gif) no-repeat -440px -244px;
}

#map #mapBlock li.map31 {
	left:362px;
	top:166px;
}

#map #mapBlock li.map31 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map31 a:hover,
#map #mapBlock li.map31 a:focus,
#map #mapBlock li.map31 a.on{
	background:url(/images/map.gif) no-repeat -362px -166px;
}

#map #mapBlock li.map32 {
	top:166px;
	left:323px;
}

#map #mapBlock li.map32 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map32 a:hover,
#map #mapBlock li.map32 a:focus,
#map #mapBlock li.map32 a.on{
	background:url(/images/map.gif) no-repeat -323px -166px;
}

#map #mapBlock li.map33 {
	left:362px;
	top:192px;
}

#map #mapBlock li.map33 a {
	width:39px;
	padding-top:25px;
}

#map #mapBlock li.map33 a:hover,
#map #mapBlock li.map33 a:focus,
#map #mapBlock li.map33 a.on{
	background:url(/images/map.gif) no-repeat -362px -192px;
}

#map #mapBlock li.map34 {
	left:323px;
	top:192px;
}

#map #mapBlock li.map34 a {
	width:39px;
	padding-top:25px;
}

#map #mapBlock li.map34 a:hover,
#map #mapBlock li.map34 a:focus,
#map #mapBlock li.map34 a.on{
	background:url(/images/map.gif) no-repeat -323px -192px;
}

#map #mapBlock li.map35 {
	left:284px;
	top:166px;
}

#map #mapBlock li.map35 a {
	width:39px;
	padding-top:51px;
}

#map #mapBlock li.map35 a:hover,
#map #mapBlock li.map35 a:focus,
#map #mapBlock li.map35 a.on{
	background:url(/images/map.gif) no-repeat -284px -166px;
}

#map #mapBlock li.map36 {
	left:362px;
	top:249px;
}

#map #mapBlock li.map36 a {
	width:39px;
	padding-top:25px;
}

#map #mapBlock li.map36 a:hover,
#map #mapBlock li.map36 a:focus,
#map #mapBlock li.map36 a.on{
	background:url(/images/map.gif) no-repeat -362px -249px;
}

#map #mapBlock li.map37 {
	left:362px;
	top:223px;
}

#map #mapBlock li.map37 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map37 a:hover,
#map #mapBlock li.map37 a:focus,
#map #mapBlock li.map37 a.on{
	background:url(/images/map.gif) no-repeat -362px -223px;
}

#map #mapBlock li.map38 {
	left:322px;
	top:223px;
}

#map #mapBlock li.map38 a {
	width:40px;
	padding-top:26px;
}

#map #mapBlock li.map38 a:hover,
#map #mapBlock li.map38 a:focus,
#map #mapBlock li.map38 a.on{
	background:url(/images/map.gif) no-repeat -322px -223px;
}

#map #mapBlock li.map39 {
	left:322px;
	top:249px;
}

#map #mapBlock li.map39 a {
	width:40px;
	padding-top:26px;
}

#map #mapBlock li.map39 a:hover,
#map #mapBlock li.map39 a:focus,
#map #mapBlock li.map39 a.on{
	background:url(/images/map.gif) no-repeat -322px -249px;
}

#map #mapBlock li.map40 {
	left:225px;
	top:166px;
}

#map #mapBlock li.map40 a {
	width:38px;
	padding-top:26px;
}

#map #mapBlock li.map40 a:hover,
#map #mapBlock li.map40 a:focus,
#map #mapBlock li.map40 a.on{
	background:url(/images/map.gif) no-repeat -225px -166px;
}

#map #mapBlock li.map41 {
	left:186px;
	top:166px;
}

#map #mapBlock li.map41 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map41 a:hover,
#map #mapBlock li.map41 a:focus,
#map #mapBlock li.map41 a.on{
	background:url(/images/map.gif) no-repeat -186px -166px;
}

#map #mapBlock li.map42 {
	left:186px;
	top:192px;
}

#map #mapBlock li.map42 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map42 a:hover,
#map #mapBlock li.map42 a:focus,
#map #mapBlock li.map42 a.on{
	background:url(/images/map.gif) no-repeat -186px -192px;
}

#map #mapBlock li.map43 {
	left:186px;
	top:218px;
}

#map #mapBlock li.map43 a {
	width:39px;
	padding-top:26px;
}

#map #mapBlock li.map43 a:hover,
#map #mapBlock li.map43 a:focus,
#map #mapBlock li.map43 a.on {
	background:url(/images/map.gif) no-repeat -186px -218px;
}

#map #mapBlock li.map44 {
	left:225px;
	top:192px;
}

#map #mapBlock li.map44 a {
	width:38px;
	padding-top:26px;
}

#map #mapBlock li.map44 a:hover,
#map #mapBlock li.map44 a:focus,
#map #mapBlock li.map44 a.on{
	background:url(/images/map.gif) no-repeat -225px -192px;
}

#map #mapBlock li.map45 {
	left:225px;
	top:218px;
}

#map #mapBlock li.map45 a {
	width:38px;
	padding-top:26px;
}

#map #mapBlock li.map45 a:hover,
#map #mapBlock li.map45 a:focus,
#map #mapBlock li.map45 a.on{
	background:url(/images/map.gif) no-repeat -225px -218px;
}

#map #mapBlock li.map46 {
	left:186px;
	top:244px;
}

#map #mapBlock li.map46 a {
	width:77px;
	padding-top:28px;
}

#map #mapBlock li.map46 a:hover,
#map #mapBlock li.map46 a:focus,
#map #mapBlock li.map46 a.on{
	background:url(/images/map.gif) no-repeat -186px -244px;
}

#map #mapBlock li.map47 {
	left:86px;
	top:243px;
}

#map #mapBlock li.map47 a {
	width:60px;
	padding-top:30px;
}

#map #mapBlock li.map47 a:hover,
#map #mapBlock li.map47 a:focus,
#map #mapBlock li.map47 a.on{
	background:url(/images/map.gif) no-repeat -86px -243px;
}

#map #mapBlock li.area1 {
	left:680px;
	top:28px;
}

#map #mapBlock li.area1 a {
	width:77px;
	padding-top:67px;
}

#map #mapBlock li.area1 a:hover,
#map #mapBlock li.area1 a:focus,
#map #mapBlock li.area1 a.on{
	background:url(/images/map.gif) no-repeat -680px -28px;
}

#map #mapBlock li.area2 {
	left:679px;
	top:200px;
}

#map #mapBlock li.area2 a {
	width:78px;
	padding-top:67px;
}

#map #mapBlock li.area2 a:hover,
#map #mapBlock li.area2 a:focus,
#map #mapBlock li.area2 a.on{
	background:url(/images/map.gif) no-repeat -679px -200px;
}

#map #mapBlock li.area3 {
	left:512px;
	top:57px;
}

#map #mapBlock li.area3 a {
	width:67px;
	padding-top:67px;
}

#map #mapBlock li.area3 a:hover,
#map #mapBlock li.area3 a:focus,
#map #mapBlock li.area3 a.on{
	background:url(/images/map.gif) no-repeat -512px -57px;
}

#map #mapBlock li.area4 {
	left:500px;
	top:262px;
}

#map #mapBlock li.area4 a {
	width:67px;
	padding-top:78px;
}

#map #mapBlock li.area4 a:hover,
#map #mapBlock li.area4 a:focus,
#map #mapBlock li.area4 a.on{
	background:url(/images/map.gif) no-repeat -500px -262px;
}

#map #mapBlock li.area5 {
	left:429px;
	top:78px;
}

#map #mapBlock li.area5 a {
	width:67px;
	padding-top:78px;
}

#map #mapBlock li.area5 a:hover,
#map #mapBlock li.area5 a:focus,
#map #mapBlock li.area5 a.on{
	background:url(/images/map.gif) no-repeat -429px -78px;
}

#map #mapBlock li.area6 {
	left:250px;
	top:270px;
}

#map #mapBlock li.area6 a {
	width:67px;
	padding-top:69px;
}

#map #mapBlock li.area6 a:hover,
#map #mapBlock li.area6 a:focus,
#map #mapBlock li.area6 a.on{
	background:url(/images/map.gif) no-repeat -250px -270px;
}

#map #mapBlock li.area7 {
	left:99px;
	top:145px;
}

#map #mapBlock li.area7 a {
	width:69px;
	padding-top:67px;
}

#map #mapBlock li.area7 a:hover,
#map #mapBlock li.area7 a:focus,
#map #mapBlock li.area7 a.on{
	background:url(/images/map.gif) no-repeat -99px -145px;
}


/*	新着
--------------------------------------*/

#news {
	width:808px;
	background:url(/images/news_bg.gif) repeat 0 0;
}

#news ul {
	width:795px;
	padding:4px 7px 1px 6px;
	background:url(/images/news_bottom.gif) no-repeat 0 100%;
}

#news ul li {
	width:795px;
	margin-bottom:5px;
	background:#ffffff url(/images/news_inner_middle.gif) repeat-y 100% 0;
}

#news ul li .inner {
	width:795px;
	background:url(/images/news_inner_top.gif) no-repeat 0 0;
}

#news ul li .bottom {
	width:773px;
	padding:9px 9px 10px 13px;
	background:url(/images/news_inner_bottom.gif) no-repeat 0 100%;
	/zoom:1;
}
#news ul li .bottom:after{ content : ''; display : block; clear : both; }

#news ul li .photo {
	width:77px;
	float:left;
}

#news ul li .left {
	width:300px;
	float:left;
	padding:3px 0 0;
	color:#3b3b3b;
}

#news ul li .left h4 {
	padding:0 0 0 15px;
	background:url(/images/news_icon.gif) no-repeat 0 3px;
	font-size:117%;
	font-weight:700;
	line-height:1.5;
}

#news ul li .left p {
	line-height:1.5;
}

#news ul li .layout {
	width:75px;
	float:left;
	padding:10px 9px 0 16px;
	font-weight:700;
	color:#4d4d4d;
	word-break: break-all;
}

#news ul li .right {
	width:286px;
	float:right;
	background:url(/images/near_bg.gif) repeat-y 0 0;
	border:solid 1px #d3d1d1;
}

#news ul li .right dt {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:20px;
	font-weight:700;
	text-align:center;
	vertical-align:middle;
	line-height:1.2;
	color:#996633;
}

#news ul li .right dd {
	width:246px;
	padding:7px 8px 5px 12px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	line-height:1.4;
}

#news ul li .right dd p {
	padding-bottom:1px;
}

#news ul li .right dd .textBlue {
	padding-right:10px;
	color:#003c96;
	font-weight:700;
}


#content #mainContent .popularBlock {
	margin-top:20px;
	overflow:hidden;
}

#content #mainContent .popularBlock .popularLink {
	padding:12px 0 0;
	border-bottom:dotted 1px #999999;
}

#content #mainContent .popularBlock .lastChild {
	border:none;
}

#content #mainContent .popularBlock .popularLink p {
	width:100px;
	background:url(/images/icon_popular_title.gif) no-repeat 10px 0;
	padding-left:20px;
	float:left;
	font-weight:700;
	color:#4d4d4d;
	
}

#content #mainContent .popularBlock .popularLink ul {
	width:680px;
	float:left;
}

#content #mainContent .popularBlock .popularLink li {
	float:left;
	white-space:nowrap;
	background:url(/images/icon_popular.gif) no-repeat 0 4px;
	padding-left:9px;
	padding-right:15px;
	padding-bottom:11px;
}


/*　テキスト
-------------------------------------*/

body#top #content #column {
	width:806px;
	margin:27px auto 12px;
	border:solid 1px #cecac3;
	color:#4c4c4c;
}

body#top #content #column dl {
	width:786px;
	border:solid 1px #ffffff;
	background-color:#efeeea;
	padding:0 9px;
}

body#top #content #column dt {
	background:url(/images/icon_home.gif) no-repeat 5px 11px;
	padding:12px 5px 9px 28px;
	font-weight:700;
	color:#996633;
}

body#top #content #column dd {
	background:url(/images/line_column.gif) repeat-x top left;
	line-height:1.5;
	padding:10px 5px 12px 5px;
}



/*--------------------------------------
　求人情報ページ
-------------------------------------*/

/*	検索条件
-------------------------------------*/

#content #resultCount {
	width:806px;
	margin-bottom:15px;
	border:solid 1px #4c76b5;
}

#content #resultCount #resultTitleBox {
	width:806px;
	background:#2f68ba url(/images/bg_result_title.gif) repeat-x 0 100%;
	overflow:hidden;
	border-top:solid 1px #6c93c9;
	border-bottom:solid 2px #436ab7;
}

#content #resultCount #resultTitleBox #resultTitle  {
	width:auto;
	float:left;
	padding:6px 0 4px 9px;
}

#content #resultCount #resultTitleBox #rss  {
	width:auto;
	background:url(/images/icon_rss.gif) no-repeat 0 9px;
	float:right;
	padding:9px 9px 7px 18px;
}

#content #resultCount #resultTitleBox p a {
	color:#ffffff;
}

#content #resultCount #resultCountText {
	width:781px;
	/zoom:1;
	padding:0 13px 0 12px;
	background:url(/images/research_bg.gif) repeat-y 100% 0;
}

#content #resultCount #resultCountText:after{ content : ''; display : block; clear : both; }


#content #resultCount #resultCountText h2 {
	width:640px;
	float:left;
	font-weight:700;
	font-size:117%;
	padding:15px 0 10px;
	color:#434343;
}

#content #resultCount #resultCountText h2 span {
	color:#d51508;
	font-size:171%;
	padding-right:6px;
}

#content #resultCount #research {
	width:121px;
	height:30px;
	float:right;
	display:inline;
	margin:15px 0;
	background:url(/images/research_btn_o.gif) no-repeat 0 0;
}

#content #resultCount #research a {
	display:block;
	width:121px;
	height:30px;
}

#content #resultCount #research a:hover img,
#content #resultCount #research a:active img,
#content #resultCount #research a:focus img{
	width:0;
	height:0;
}

#content #resultCount #research a:hover,
#content #resultCount #research a:active,
#content #resultCount #research a:focus{
	background:none;
}

/*　ページング
-------------------------------------*/

#content .resultTextTop {
	margin:0 0 6px;
	padding:0 0 0 8px;
}

#content .resultTextBottom {
	padding:8px 0 14px 8px;
}

#content .resultText {
	color:#666666;
}

#content .resultText img {
	margin:0 3px 3px 0;
	vertical-align:middle;
}

#content .resultText span {
	padding:0 5px;
	font-weight:700;
	color:#996734;
	font-size:117%;
}

#content .resultNumber {
	width:790px;
	background:#e2ded2 url(/images/line_paging.gif) repeat-x bottom;
	padding:4px 5px 7px 13px;
	color:#666666;
}

#content .resultNumber .pagination {
	width:auto;
	float:left;
	padding:4px 0 0;
}

#content .resultNumber .pagination a,
#content .resultNumber .pagination span {
	width:auto;
	float:left;
	display:block;
	padding:0 4px;
	line-height:1.2;
	margin:2px 0 1px;
}

#content .resultNumber .pagination .current {
	color:#4d4d4d;
	background-color:#ffffff;
	border:solid 1px #cccccc;
	padding:1px 4px 1px 5px;
	margin:0 2px 0 0;
	font-weight:700;
}

#content .resultNumber .pagination .prev-page {
	font-weight:700;
}

*html #content .resultNumber .pagination .prev-page {
	padding-top:1px;
}

#content .resultNumber .pagination .next-page {
	font-weight:700;
}

#content .resultNumber .pagination a.prev-page,
#content .resultNumber .pagination a.next-page {
	font-weight:400;
}

*html #content .resultNumber .pagination .next-page {
	padding-top:1px;
}

#content .resultNumber .pagination .prev-page a:hover,
#content .resultNumber .pagination .next-page a:hover {
	text-decoration:underline;
}

#content .resultNumber .sort {
	width:auto;
	float:right;
	text-align:right;
	padding-top:2px;
}

#content .resultNumber .sort dt {
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding-right:2px;
	font-weight:700;
	vertical-align:middle;
}

#content .resultNumber .sort dd {
	display:inline-block;
	/display:inline;
	/zoom:1;
	background:#fff url(/images/sort_left.gif) no-repeat 0 0;
	padding-left:6px;
	vertical-align:middle;
}

#content .resultNumber .sort dd p {
	min-height:18px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	height:auto !important;
	height:18px;
	padding:4px 6px 0 0;
	background:url(/images/sort_right.gif) no-repeat 100% 0;
}

/*　オススメリンク
-------------------------------------*/
#content #suggest {
	width:743px;
	margin:25px auto 0;
	background:url(/images/bg_recommend_bottom.gif) no-repeat bottom;
}

#content #suggest dl {
	width:719px;
	background:url(/images/bg_recommend_top.gif) no-repeat top;
	padding:0 12px;
}

#content #suggest dt {
	width:719px;
}

#content #suggest  h3 {
	padding:14px 0 7px;
}

#content #suggest dd {
	padding:3px 0 4px;
	border-top:solid 1px #cccccc;
}

#content #suggest dd ul {
	width:725px;
	overflow:hidden;
}

#content #suggest dd li {
	float:left;
	white-space:nowrap;
	background:url(/images/icon_link.gif) no-repeat 0 5px;
	padding:3px 10px 7px 15px;
}

/*　求人情報
-------------------------------------*/

#content #primary {
	width:808px;
	margin:25px auto 0;
	clear:both;
}

#content .entryContent {
	width:806px;
	margin:0 auto 0;
	border:solid 1px #cccccc;
	margin-bottom:30px;
}

#content .entryContent span.textBlue {
	font-weight:700;
	color:#003b95;
	padding-right:3px;
}

#content .entryContent h4 span.textBlue {
	padding-right:24px;
	font-size:125%;
}

#content .entryContent span.textNotes {
	font-size:10px;
	font-weight:400;
}

#content .entryContent h4 span.textNotes {
	padding:0 5px 0 3px;
}

#content .entryContent table span.textNotes {
	padding-right:10px;
	font-size:10px;
}

#content .entryContent .entryTitle {
	width:806px;
	background:#ebebeb url(/images/bg_entry_title.gif) repeat-x top;
	overflow:hidden;
	border-bottom:solid 1px #e4ddd3;
}

#content .entryContent .entryTitle h3 {
	background:url(/images/icon_entry_title.gif) no-repeat 12px 13px;
	padding:11px 10px 10px 22px;
}

#content .entryContent .entryTitle a {
	font-weight:700;
	color:#333333;	
}

#content .entryContent .entryNew img {
	float:left;
	display:inline;
	padding-left:10px;
	padding-top:8px;
}

#content .entryContent .entryNew h3 {
	background:url(/images/icon_entry_title.gif) no-repeat 0 13px;
	float:right;
	line-height:1.3;
	width:739px;
	padding:9px 10px 10px 0;
	text-indent:8px;
}

#content .entryContent .place h4 {
	padding:9px 12px 8px;
	border-top:solid 3px #003b95;
	border-bottom:dotted 1px #999999;
}

#content .entryContent .entryBox {
	width:806px;
	margin:0 auto;
	padding:10px 0 0;
}

#content .entryContent .entryBox .entryBoxLeft {
	float:left;
	width:152px;
	padding-left:11px;
	padding-bottom:15px;
}

#content .entryContent .entryBox .entryBoxLeft .photo p {
	width:152px;
	margin-top:7px;
	background:url(/images/btn_madori_o.gif) no-repeat 0 0;
}

#content .entryContent .entryBox .entryBoxLeft .photo p a {
	display:block;
	width:152px;
	height:28px;
}

#content .entryContent .entryBox .entryBoxLeft .photo p a:hover img,
#content .entryContent .entryBox .entryBoxLeft .photo p a:active img{
	width:0;
	height:0;
}


#content .entryContent .entryBox .entryBoxLeft .photo p a:hover,
#content .entryContent .entryBox .entryBoxLeft .photo p a:active ,{
	background:none;
}

#content .entryContent .entryBox .entryBoxMiddle {
	width:470px;
	padding-left:20px;
	padding-bottom:15px;
	float:left;
}

#content .entryContent .entryBox .entryBoxMiddle table {
	width:470px;
}

#content .entryContent .entryBox .entryBoxMiddle table  colgroup.col1,
#content .entryContent .entryBox .entryBoxMiddle table  colgroup.col3 {
	width:83px;
}

#content .entryContent .entryBox .entryBoxMiddle table  colgroup.col2 {
	width:90px;
}

#content .entryContent .entryBox .entryBoxMiddle table  colgroup.col4 {
	width:116px;
}


#content .entryContent .entryBox .entryBoxMiddle table  colgroup.col5 {
	width:95px;
}


#content .entryContent .entryBox .entryBoxMiddle th {
	text-align:left;
	vertical-align:top;
	border-bottom:dotted 1px #cccccc;
	padding:5px 0 6px;
}

#content .entryContent .entryBox .entryBoxMiddle td {
	line-height:1.4;
	border-bottom:dotted 1px #cccccc;
	padding:8px 0 5px;
	vertical-align:top;
}

#content .entryContent .entryBox .entryBoxMiddle td.type {
	width:175px;
}


#content .entryContent .entryBox .entryBoxMiddle tr.trBottom th,
#content .entryContent .entryBox .entryBoxMiddle tr.trBottom td {
	border-bottom:none;
}


#content .entryContent .entryBox .entryBoxMiddle td p.price {
	font-weight:700;
	font-size:125%;
}

#content .entryContent .entryBox .entryBoxRight {
	float:right;
	width:121px;
	padding-right:12px;
	padding-bottom:15px;
}

#content .entryContent .entryBoxRight .iconList {
	width:111px;
	height:67px;
	background:#dedede url(/images/line_iconlist.gif) no-repeat bottom;
	padding:5px 5px 7px 5px;
	margin-bottom:7px;
}

#content .entryContent .entryBoxRight .iconList ul {
	width:109x;
	border-left:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
	margin:0 auto;
	background-color:#ffffff;
}

#content .entryContent .entryBoxRight li {
	float:left;
	width:21px;
	height:21px;
	padding-right:1px;
	padding-bottom:1px;
}

*html #content .entryContent .entryBoxRight li {
	font-size:1px;
	line-height:1px;
}

#content .entryContent .entryBoxRight .btnDetail {
	width:121px;
	height:47px;
	background:url(/images/btn_detail_o.gif) no-repeat 0 0px;
}

#content .entryContent .entryBoxRight .btnDetail a {
	width:121px;
	height:47px;
	display:block;
}

#content .entryContent .entryBoxRight .btnDetail a:hover {
	background:none;
}

#content .entryContent .btnDetail a:hover img {
	width:0;
	height:0;
}

#content .nearLink {
	width:784px;
	clear:both;
	margin:0 auto;
	background:#e3effb url(/images/bg_relation.gif) repeat-x bottom;
	border-top:solid 1px #cccccc;
	overflow:hidden;
	padding:6px 5px 6px 17px;
}

#content .nearLink p {
	width:130px;
	float:left;
	padding-top:8px;
}

#content .nearLink ul {
	width:620px;
	padding:5px 10px 3px;
	border:solid 1px #c1dbf4;
	background-color:#ffffff;
	float:right;
}

#content .nearLink li {
	background:url(/images/icon_relation.gif) no-repeat 0 4px;
	padding-left:7px;
	padding-right:10px;
	float:left;
	white-space:nowrap;
	line-height:1.5;
}

/*	注釈
-------------------------------------*/

#content #notes {
	border:double 4px #c9c7c8;
	margin-bottom:25px;
	padding:12px 13px;
	font-size:83%;
	line-height:1.8;
	color:#000000;
}

#content #notes span {
	color:#d74828;
	font-weight:700;
	padding-right:2px;
}


/*　下層テキスト
-------------------------------------*/

body#list #content #column {
	width:806px;
	margin:17px auto 12px;
	border:solid 1px #c8ad76;
	border-top:solid 3px #986633;
	color:#4c4c4c;
}

body#list #content #column h3 {
	background:url(/images/icon_home.gif) no-repeat 17px 8px;
	font-weight:700;
	color:#996734;
	padding:9px 5px 8px 40px;
	border-top:solid 1px #c8ad76;
	border-bottom:dotted 1px #ca9b67;
}

body#list #content #column dl {
	width:786px;
	border:solid 1px #ffffff;
	background-color:#efebd9;
	padding:0 9px;
}

body#list #content #column dt {
	padding:9px 5px 8px 6px;
	font-weight:700;
}

body#list #content #column dd {
	background:url(/images/line_column2.gif) repeat-x top left;
	line-height:1.5;
	padding:9px 5px 8px 5px;
}

/*	詳細
-------------------------*/

#outline {
	width:808px;
	margin:0 0 8px;
	background:url(/images/item_title3.gif) repeat-y 0 0;
}

#outlineTitle {
	background:url(/images/item_title2.gif) no-repeat 0 100%;
}

#outlineTitle .inner {
	background:url(/images/item_title1.gif) no-repeat 0 0;
	/zoom:1;
}

#outlineTitle .inner:after{ content : ''; display : block; clear : both; }

#outlineTitle .left {
	width:571px;
	float:left;
	padding:16px 15px 12px 12px;
}

#outlineTitle .left h2 {
	display:inline;
	padding:2px 13px 2px 29px;
	background:url(/images/item_icon.gif) no-repeat 0 0;
	vertical-align:middle;
	color:#323232;
	font-size:150%;
	font-weight:700;
	line-height:1.4;
}

#outlineTitle .left p {
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	font-size:83%;
	padding:3px 7px 3px 3px;
	background:#dddddd;
	border:solid 2px #ffffff;
	color:#555555;
}

#outlineTitle .left p span {
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin-right:5px;
	padding:0 2px;
	background:#9c9c9c;
	color:#ffffff;
	vertical-align:middle;
}

#outlineTitle .btnBox {
	width:172px;
	float:right;
	display:inline;
	margin:14px 0 17px;
	padding:0 0 0 8px;
	border-left:solid 1px #c6c5c5;
	background:url(/images/btn_item_o.gif) no-repeat 8px 0;
}

#outlineTitle .btnBox a {
	display:block;
	width:160px;
	height:28px;
}

#outlineTitle .btnBox a:hover img,
#outlineTitle .btnBox a:active img,
#outlineTitle .btnBox a:focus img{
	width:0;
	height:0;
}

#outlineTitle .btnBox a:hover,
#outlineTitle .btnBox a:active,
#outlineTitle .btnBox a:focus{
	background:none;
}

#outlineBottom {
	width:786px;
	padding:0 10px 5px 12px;
	background:url(/images/item_title4.gif) no-repeat 0 100%;
	/zoom:1;
}

#outlineBottom:after{ content : ''; display : block; clear : both; }

#outlineBottom li {
	float:left;
	padding:0 15px 9px 0;
	color:#49494a;
	line-height:1.5;
}

#outlineBottom li .textBlue {
	padding-right:5px;
	color:#003c96;
	font-weight:700;
}

#outlineBottom li img {
	margin-bottom:3px;
}

#outlineBottom li.outline1 img {
	margin-bottom:2px;
}

#outlineBottom li.outline1 {
	width:205px;
	line-height:1.7;
}

#outlineBottom li.outline1 h3 {
	font-weight:700;
}

#outlineBottom li.outline2 {
	width:209px;
}

#outlineBottom li.outline3 {
	width:108px;
}

#outlineBottom li.outline4 {
	width:215px;
	padding:0;
}

#outlineBottom li h3,
#outlineBottom li h4,
#outlineBottom li .text {
	padding-left:2px;
}

#info {
	margin-bottom:26px;
	padding:15px 0 8px;
	border:solid 1px #d6d4d4;
	border-top:solid 4px #003c96;
}

#info #detailPhoto {
	width:806px;
	margin-bottom:15px;
}

#info #detailPhoto p {
	width:376px;
	padding:0 13px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	text-align:center;
	vertical-align:middle;
}

#info #detailPhoto p img {
	max-width:376px;
	max-height:281px;
}

#info table {
	width:780px;
	margin:0 auto 9px;
	border-collapse:collapse;
	border:solid 1px #cebb9a;
}

#info table colgroup.col1,
#info table colgroup.col3{
	width:98px;
}

#info table colgroup.col2{
	width:152px;
}

#info table colgroup.col4{
	width:424px;
}

#info table th {
	background:#f3e5ca url(/images/line_search.gif) repeat-x top left;
	border-bottom:solid 1px #cebb9a;
	text-align:left;
	vertical-align:top;
}

#info table th p {
	padding:9px 0 9px 6px;
	color:#9b6632;
	font-weight:700;
	line-height:1.5;
}

#info table th p span {
	color:#656766;
	font-size:83%;
	font-weight:400;
}

#info table td {
	border-bottom:solid 1px #cebb9a;
	vertical-align:middle;
}

#info table .salary td {
	font-size:117%;
}

#info table td div {
	padding:7px 9px 5px;
	line-height:1.5;
}

#info table td div .textBlue {
	color:#023a97;
	font-weight:700;
}

#info table td div .textNotes {
	padding:0 5px 0;
	font-size:10px;
}

#info table .qr td div img {
	width:81px;
	float:left;
	padding:0 13px 7px 0;
}

#info table .qr td div b {
	color:#3c3c3c;
}

#info table .qr td div p {
	padding-top:3px;
}


#info .btnBox {
	width:203px;
	margin:0 auto;
	background:url(/images/btn_item2_o.gif) no-repeat 0 0;
}

#info .btnBox a {
	display:block;
	width:203px;
	height:49px;
}

#info .btnBox a:hover img,
#info .btnBox a:active img,
#info .btnBox a:focus img{
	width:0;
	height:0;
}

#info .btnBox a:hover,
#info .btnBox a:active,
#info .btnBox a:focus{
	background:none;
}

/*	似ている物件
-------------------------*/
#nearItem {
	width:808px;
	margin-bottom:17px;
}

#nearItem .section {
	width:793px;
	padding:13px 2px 0 13px;
	border-bottom:dotted 1px #a5a5a5;
	/zoom:1;
}

#nearItem .section:after{ content : ''; display : block; clear : both; }

#nearItem .section .photo {
	float:left;
	width:91px;
	padding-bottom:11px;
}

#nearItem .section .left {
	float:left;
	width:410px;
	padding:3px 0 10px;
	color:#3b3b3b;
}

#nearItem .section .left h4 {
	padding:0 0 4px 15px;
	background:url(/images/news_icon.gif) no-repeat 0 2px;
	font-weight:700;
	line-height:1.5;
}
#nearItem .section .left h4 a {
	color:#0066cc;
}

#nearItem .section .left p {
	line-height:1.5;
}

#nearItem .section .right {
	float:right;
	width:286px;
	background:url(/images/near_bg.gif) repeat-y 0 0;
	border:solid 1px #d3d1d1;
}

#nearItem .section .right dt {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:20px;
	font-weight:700;
	text-align:center;
	vertical-align:middle;
	line-height:1.2;
	color:#996633;
}

#nearItem .section .right dd {
	width:246px;
	padding:12px 8px 6px 12px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
	line-height:1.4;
}

#nearItem .section .right dd p {
	padding-bottom:3px;
}

#nearItem .section .right dd .textBlue {
	padding-right:10px;
	color:#003c96;
	font-weight:700;
}

/*	関連するキーワード
-------------------------*/

#relationKeyword {
	width:808px;
	margin-bottom:19px;
}

#relationKeyword h3 {
	margin-bottom:13px;
}

#relationKeyword ul {
	width:808px;
	/zoom:1;
}
#relationKeyword ul:after{ content : ''; display : block; clear : both; }

#relationKeyword ul li {
	float:left;
	white-space:nowrap;
	padding:0 0 0 11px;
	line-height:1.5;
}

#relationKeyword ul li a {
	padding:0 4px 0 7px;
	background:url(/images/item_relation_icon.gif) no-repeat 0 3px;
	border-right:solid 1px #7e7c7c;
	color:#3b3b3b;
}

#relationKeyword ul .last a {
	border:none;
}

/*--------------------------------------
　エラーページ
-------------------------------------*/
#errorContent {
	width:808px;
	margin-bottom:20px;
	padding-bottom:20px;
	background:url(/images/error_bottom.gif) no-repeat 0 100%;
	text-align:center;
}

#errorContent .text {
	padding:17px 10px 13px;
	color:#666666;
	line-height:1.4;
}

#errorContent .topLink {
	padding:0 10px;
}

#errorContent .topLink a {
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding-left:25px;
	background:url(/images/error_icon.gif) no-repeat 0 50%;
	color:#323232;
	font-weight:700;
	line-height:1.4;
}

/*--------------------------------------
　最新のおすすめ物件一覧
-------------------------------------*/
#recommend {
	width:808px;
	padding-bottom:12px;
}

#recommend h2 {
	margin-bottom:10px;
}

#recommend ul {
	width:824px;
	margin-right:-16px;
	/*padding-bottom:13px;*/
	/zoom:1;
}
#recommend ul:after{ content : ''; display : block; clear : both; }

#recommend li {
	/*float:left;*/
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin-right:16px;
	margin-bottom:13px;
	width:182px;
	border:solid 1px #d3d1d2;
	padding:3px;
}

#recommend li .rail {
	padding:7px 8px;
	background:#e5cf9e url(/images/recommend_line.gif) repeat-x 0 100%;
	text-align:center;
}

#recommend li .rail p {
	height:1.1em;
	overflow:hidden;
}

#recommend li .station {
	padding:7px 8px;
	background:#f3e5ca;
	text-align:center;
}

#recommend li .station p {
	height:1.1em;
	overflow:hidden;
	color:#644318;
	font-weight:700;
}

#recommend li .middle {
	width:182px;
	/zoom:1;
}
#recommend li .middle:after{ content : ''; display : block; clear : both; }

#recommend li .photo {
	float:left;
	width:88px;
	padding:9px 0 10px 5px;
}

#recommend li .name {
	float:left;
	width:89px;
	padding:7px 0 10px;
}

#recommend li .name h3 {
	height:3em;
	overflow:hidden;
	background:url(/images/recommend_icon.gif) no-repeat 0 3px;
	text-indent:18px;
	line-height:1.4;
	color:#3b3b3b;
}

#recommend li .name .layout {
	font-weight:700;
	color:#3b3b3b;
}

#recommend li .rent {
	background:url(/images/recommend_bg.gif) repeat-y 0 0;
}

#recommend li .rent .title {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:16px;
	color:#ffffff;
	font-size:83%;
	text-align:center;
	vertical-align:middle;
}

#recommend li .rent .text {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:157px;
	margin:5px 0 3px;
	padding:0 0 0 5px;
	vertical-align:middle;
}

#recommend li .rent .text span {
	color:#003e96;
	font-weight:700;
	padding-right:5px;
}

/*--------------------------------------
　市区ページ
--------------------------------------*/
#searchAreaContents {
	width:808px;
	margin-bottom:15px;
	background:url(/images/search_area_middle.gif) repeat-y 0 0;
}

#searchAreaContents .inner {
	background:url(/images/search_area_top.gif) no-repeat 0 0;
}

#searchAreaContents .bottom {
	padding:24px 0 7px;
	background:url(/images/search_area_bottom.gif) no-repeat 0 100%;
}

#searchAreaContents h2 {
	width:768px;
	margin:0 auto 11px;
	background:url(/images/search_area_title1_bottom.gif) no-repeat 0 100%;
	color:#ffffff;
	font-size:133%;
	font-weight:700;
}

#searchAreaContents h2 span {
	display:block;
	padding:9px 100px 8px 10px;
	background:url(/images/search_area_title1.gif) no-repeat 0 0;
}

#searchAreaContents h3 {
	width:768px;
	margin:0 auto;
	background:url(/images/search_area_title2.gif) no-repeat 0 0;
	color:#626060;
	font-weight:700;
}

#searchAreaContents h3 span {
	display:block;
	padding:10px 10px 10px 35px;
	background:url(/images/search_area_title2_bottom.gif) no-repeat 0 100%;
}

#searchAreaContents ul {
	width:755px;
	margin:0 auto;
	padding:14px 0 17px 13px;
	/zoom:1;
}
#searchAreaContents ul:after{ content : ''; display : block; clear : both; }

#searchAreaContents ul li {
	float:left;
	width:120px;
	padding:0 8px 6px 12px;
	background:url(/images/search_area_title_icon.gif) no-repeat 0 4px;
	line-height:1.4;
}

.resultLink {
	width:808px;
	margin-top:-5px;
	margin-bottom:15px;
}

.resultLink dl {
	width:808px;
	border-bottom:solid 1px #ffffff;
	background:#ebf4fb;
	/zoom:1;
}
.resultLink dl:after{ content : ''; display : block; clear : both; }

.resultLink dt {
	float:left;
	width:105px;
	padding:10px 0 0;
}

.resultLink dd {
	float:left;
	width:695px;
	padding:10px 0 5px;
	font-size:83%;
	line-height:1.1;
}

.resultLink dd div {
	float:left;
	width:485px;
}

.resultLink dd a {
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin-bottom:4px;
	margin-right:5px;
	padding-right:5px;
	border-right:solid 1px #9c9c9c;
	outline:none;
}

.resultLink dd a.last {
	border:none;
}

.resultLink dd .other {
	float:right;
	display:inline;
	width:210px;
	margin-top:-3px;
	text-align:right;
}

.resultLink dd .other a {
	padding:4px 5px 3px 12px;
	margin:0;
	border:solid 1px #c1dbf4;
	background:#ffffff url(/images/result_link_icon.png) no-repeat 5px 6px;
	color:#666666;
	text-decoration:none;
}

