@charset 'UTF-8';


#list-layout {
	margin : 0 30px 0 30px;
}

#contentRight table {
	border-collapse:collapse;
}

.search-box {
	width : 240px;
	margin : 0 0 15px;
	padding : 0 0 10px;
	border-bottom : 1px solid #999999;
	background : url(../img/parts/search_bg.gif) repeat-y;
}
.search-box p {
	margin : 10px;
	font-size: 0.9em;
}
.search-box dl {
	margin : 0 0 10px;
}
.search-box dt {
	font-size : 0.8em;
	background-position : 0 5px;
	margin-left: 12px;
}
.search-box dd {
	padding : 0 10px 5px;
}
#home_si {
	list-style: none;
	border-top: none;
	margin: 14px 14px 0;
	padding: 14px 0 10px 14px;
	background: url(../img/icon/liststyle04.gif) 0 center no-repeat;
}

.search-box input {
	font-size : 12px;
}

/*------------------------------------------------------------
	tab設定
------------------------------------------------------------*/
#list-tab-menu:after {
	content: "."; 
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}
#list-tab-menu {
	clear : both;
	width : 630px;
	margin : 0 0 10px;
	background : url(../img/100/tab_bg.gif) repeat-x;
}

#list-tab-menu li {
	float : left;
/*	display : inline;*/
	list-style : none;
}
#list-tab-menu a {
	display:block;
	float : left;
	text-indent : -5000px;
	width : 202px;
	height : 50px;
	overflow : hidden;
}

#list-tab a:hover {
	background-position : 0 0;
}
#tab01 a{
	background : url(../img/100/tab01.jpg) no-repeat 0 -50px;
}
#tab02 a{
	background : url(../img/100/tab02.jpg) no-repeat 0 -50px;
}
#tab01.tab-now a,
#tab02.tab-now a {
	background-position : 0 0;
}

ul#list-btn {
	padding : 5px 0 0 0;
}
#list-btn li {
	margin : 0 0 0 5px;
}
#tab-btn01 a {
	width : 107px;
	height : 30px;
	background : url(../img/btn/tab_btn01.gif) no-repeat;
}
#tab-btn02 a {
	width : 170px;
	height : 30px;
	background : url(../img/btn/tab_btn02.gif) no-repeat;
}
#tab-btn03 a {
	width : 107px;
	height : 30px;
	background : url(../img/btn/tab_btn03.gif) no-repeat;
}
#list-btn a:hover {
	background-position : 0 -30px;
}

.map-search {
	margin : 0 0 20px;
}

/*------------------------------------------------------------
	表示件数とページ数の設定
------------------------------------------------------------*/
.num-item:after {
	content: "."; 
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}
.num-item {
	width : 630px;
	padding : 0 0 10px;
	font-size : 1em;
}
.num-item p {
	float : left;
}
.num-item .font-b {
	font-size : 160%;
	font-weight : bold;
	color : #cc0000;
}

.num-item ul {
	float : right;
	margin : 0.8em 0 0;
	font-size : 0.9em;
}
.num-item li {
	float : left;
	margin : 0 0 0 10px;
	list-style : none;
}
.num-item a{
	text-decoration : underline;
	color : #86c34a;
}
.now {
	background : #86c34a;
}
.num-item .now a{
	color : #ffffff;
	padding : 5px;
}



/*------------------------------------------------------------
	リストテーブル設定
------------------------------------------------------------*/

#sort-table {
	clear:both;
	width : 630px;
	height : 45px;
	margin : 0 0 10px;
	color : #374916;
	font-size : 12px;
	text-align : center;
	background : url(../img/100/sort_table01.jpg) no-repeat;
}
#sort-table th {
	font-weight : normal;
	background : url(../img/100/sort_line01.gif) repeat-y left 0;
}
#sort-table2 {
	clear:both;
	width : 630px;
	height : 45px;
	color : #374916;
	font-size : 12px;
	text-align : center;
	background : url(../img/100/sort_table02.jpg) no-repeat;
}
#sort-table2 th {
	font-weight : normal;
	background : url(../img/100/sort_line02.gif) repeat-y left 0;
}
#sort-table-kai {
	clear:both;
	width : 630px;
	height : 45px;
	color : #174F4E;
	font-size : 12px;
	text-align : center;
	background : url(../img/200/sort_table201.jpg) no-repeat;
}
#sort-table-kai th {
	font-weight : normal;
	background : url(../img/200/sort_line01.gif) repeat-y left 0;
}


/*-----------------------------------------------------------*/
.list-table {
	clear:both;
	width : 630px;
	margin : 0 0 20px;
	border : 1px solid #cccccc;
}
.list-table th {
	padding : 5px 10px;
	text-align : left;
	border : 1px solid #cccccc;
	background : #ecf9e1;
}

.list-table td {
	padding : 5px 10px;
	text-align : center;
	font-size : 90%;
	border : 1px solid #cccccc;
}
.list-table .text-left {
	text-align : left;
}
.list-table-kai {
	clear:both;
	width : 630px;
	margin : 0 0 20px;
	border : 1px solid #cccccc;
}
.list-table-kai th {
	padding : 5px 10px;
	text-align : left;
	border : 1px solid #cccccc;
	background-color: #BCE8E7;
}
.list-table-kai td {
	padding : 5px 0px;
	text-align : center;
	font-size : 90%;
	border : 1px solid #cccccc;
}

.list-table-kai .text-left {
	text-align : left;
}
.list-table .photo-td {
	margin : 0 0;
	padding : 5px 0;
	width: 155px;
}






/*-----------------------------------------------------------*/
.font-b {
	font-size : 130%;
	font-weight : bold;
	color : #cc0000;
}
.font-bmenu {
	font-size : 1.2em;
	font-weight : bold;
	color : #174F4E;
}
.thlbl-kai {
	font-size: 0.8em;
	font-weight: normal;
	margin-right: 10px;
}
.att {
	font-size : 14px;
}

.login-icon a {
	position : relative;
	top : -5px;
	padding : 0 5px;
/*	background : url(../img/icon/key.gif) no-repeat;
*/
}


/*-----------------------------------------------------------*/
