@charset "shift_jis";

/* パンくずリスト
------------------------------------------*/
#topicPath {
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: left;
}


/*ページナビ*/
#pageNavi {
	height: 18px;
	text-align: right;
	margin-bottom: 10px;
}

#pageNavi ul {
	list-style-type: none;
}

#pageNavi ul li {
	float: left;
	text-align: center;
	margin-right: 2px;
}
	
#pageNavi ul li a {
	display: block;
	width: 18px;
	height: 16px;
	padding-top: 2px;
	overflow: hidden;
	text-decoration: none;
	background-image: url(../image/pagenavi_bg11.gif);
}

#pageNavi ul li a:link {
	width: 18px;
	height: 16px;
	padding-top: 2px;
	background-image: url(../image/pagenavi_bg11.gif);
}

#pageNavi ul li a:hover {
	width: 18px;
	height: 16px;
	padding-top: 2px;
	background-image: url(../image/pagenavi_bg12.gif);
}

#pageNavi ul li.next {
	width: 80px;
	background-image: url(../image/pagenavi_bg21.gif);
}

#pageNavi ul li.next a {
	width: 80px;
	background-image: url(../image/pagenavi_bg21.gif);
}


#pageNavi ul li.next a:link {
	width: 80px;
	background-image: url(../image/pagenavi_bg21.gif);
}

#pageNavi ul li.next a:hover {
	width: 80px;
	background-image: url(../image/pagenavi_bg22.gif);
}

#pageNavi ul li.now {
	width: 18px;
	height: 16px;
	background-color: #CCC;
	text-align: center;
	margin-right: 2px;
	padding-top: 2px;
}


/*物件一覧ページ
-----------------------------------------------------*/
#ichiranFrame {
	width: 578px;
	overflow : hidden; 
  position : relative; 
	padding: 5px;
	border: 1px solid #2BCF18;
	margin-bottom: 10px;
	background-color: #FFF;
}

	

#ichiranFrame #ichiranframeLeft {
	float : left;
	width: 100px;
	text-align: center;
	background-color:#E1FFEF;
	padding-bottom: 20px;
}
	
#ichiranFrame #ichiranframeRight {
	float: right;
	width: 468px;
	text-align: left;
}

/*物件一覧テーブル*/
#bukkenTable {
	width: 468px;
	text-align: left;
	font-size: 1.1em;
}

#bukkenTable th {
	font-weight: normal;
	background-color:#E1FFEF;
	border-bottom: 1px dotted #999;
	padding-top: 3px;
	padding-bottom: 3px;
}

#bukkenTable td {
}

#bukkenTable .item_no {
	width: 60px;
	text-align: center;
	font-weight: bold;
}

#bukkenTable .item_new {
	text-align: center;
	width: 25px;
}

#bukkenTable .item_name {
	text-align: left;
	width: 250px;
	color: #090;
	font-weight: bold;
}

#bukkenTable .item_price {
	text-align: right;
	color: #F00;
}

#bukkenTable .shosai_btn {
	text-align: center;
	width: 27px;
}

#bukkenTable .new_icon {
	text-align: center;
}


/*説明部分*/

#bukkenTable_in {
	width: 100%;
	text-align: left;
}



#bukkenTable_in th {
	width: 22%;
	text-align: center;
	font-weight: normal;
	font-size: 0.9em;
	background-color: #FC0;
	border-bottom: none;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 6px solid #FFF;
}

#bukkenTable_in td {
	width: 28%;
	font-weight: normal;
	font-size: 0.9em;
	border-top: 6px solid #FFF;
	border-bottom: 1px dotted #FC0;
	padding-left: 3px;
}

/*取扱物件全一覧*/
#allTable {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 10px;
}

#allTable th {
	background-color: #0C6;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#allTable td {
	text-align: center;
	padding: 2px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#allTable td.a_left {
	text-align: left;
	padding-left: 5px;
}

#allTable td.a_price {
	text-align: left;
	padding-left: 5px;
	color: #F33;
	font-weight: bold;
}

#allTable td.ut_price {
	text-align: right;
	padding-left: 5px;
	color: #F33;
	font-weight: bold;
}






.hiyou {
	background-color: #CCC;
	padding: 2px;
	margin-right: 1px;
}

.red {
	color: #F00;
}

.blue {
	color: #00F;
}

.itemName_small {
	font-size: 0.9em;
}































