@charset "UTF-8";

/* ***********************
	Search
************************** */
li {
	list-style:none;
}

h1 {
	width:694px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/search_title_01.jpg) no-repeat;
	margin-bottom:10px;
}

/* Local Navi*/
#search #local-navi dt#local-navi-top a {
	background:url(../img/allow02.gif) 8px 15px no-repeat;
}
#search #local-navi li a {
	background:url(../img/allow03.gif) 10px 17px no-repeat;
}
#search #local-navi li a#here {
	color:#333;
	background-color:#f5f6fb;
}
#search #local-navi li a:hover { background-color:#fbecec;}

#local-navi-top span{
	padding-left:15px;
	background-image:url(../img/allow02.gif);
	background-repeat: no-repeat;

}


#back-link {
	padding-top:0.5em;
	border-top:solid 1px #dbdada;
}
#back-link a {
	margin-left:6px;
	padding-left:12px;
	background:url(../img/allow01.gif) left center no-repeat;
}


/***** 検索一覧テーブル ******/

#list {
	clear:both;
	width:100%;
	border:0;
	padding:0;
}

#list .wstyle00 {
	width:20%;
}
#list .wstyle01 {
	width:23%;
}
#list .wstyle02 {
	width:11%;
}
#list .wstyle03 {
	width:17%;
}
#list .wstyle04 {
	width:7%;
}
#list th,
#list td {
	border:solid #dbdada;
}
#list th {
	padding:5px;

	border-width:1px 1px 0 0;

	background:#FAE8E8 url(../img/info_title.jpg) repeat-x;

	text-align:center;
	
	font-weight: bold;
}
#list td {
	padding:5px;

	border-width:0 1px 1px 0;

	background-color:#FFFFFF;

	
	text-align:center;
	vertical-align:middle;
}
#list .name,
#list .access {
	text-align:left;
}
#list .name a {
	padding-left:4px;
	display:block;
	font-weight: bold;
}
#list .name span {
	display:block;
}
#list .name img {
	margin-top:4px;
	display:block;
}
#list .access strong,
#list .access span {
	color:#F00;
}
#list .access li {
	margin:3px 0;
}
#list .photo a {
	width:100px;
	height:100px;
}
#list .check {
	text-align:center;
	border-right:none;
}






