@charset "shift_jis";

#search {
	margin:0 0 30px 0;
}
#search table {
	border-collapse:separate;
}
#search table th {
	width:60px;
	padding-right:10px;
	padding-left:10px;
	border-top:5px solid #FFFFFF;
	border-bottom:1px solid #C5CFE6;
	background-color:#EBEFF8;
	vertical-align:middle;
	white-space:nowrap;
}
#search table td {
	padding:0;
	border-top:5px solid #FFFFFF;
	border-bottom:1px solid #C5CFE6;
}
#search table td div .word {
	width:172px;
	height:14px;
	padding:1px 0 1px 0;
}
#search table td div .short_word {
	width:25px;
	height:14px;
	padding:1px 0 1px 0;
}
#search table td div {
	padding:6px 5px 5px 10px;
	border-left:5px solid #C5CFE6;
}
#search table td div.condition table {
	width:auto;
	border-collapse:collapse;
}
#search table td div.condition td {
	padding:0 23px 0 0;
	border:none;
	line-height:1.8;
}
#search a.search {
	display:block;
	width:94px;
	height:30px;
	margin:5px 0 0 auto;
	background-image:url(../image/common/btn_search.gif);
	background-repeat:no-repeat;
	background-position:left top;
	outline:0;
	line-height:0;
	text-indent:-9999px;
	font-size:0;
	float: right;
}
#search a.search:hover {
	background-position:left bottom;
}


#result .list {
	margin:0px 0px 10px 0px;
	padding:12px 0;
	border-top:1px dashed #7A8499;
	border-bottom:1px dashed #7A8499;
}
#result table.user_list {
	width:100%;
}
#result table.user_list tr.even th,
#result table.user_list tr.even td {
	background-color:#EBEFF8;
	border-top:1px solid #C5CFE6;
	border-bottom:1px solid #C5CFE6;
}

#result table.user_list tr.even td.top {
	border-bottom:none;
}

#result table.user_list tr.even td.bottom {
	border-top:none;
}

#result table.user_list th.img {

}

#result a.supporter:link,
#result a.supporter:visited {
	display:block;
	width:150px;
	height:20px;
	margin-top:5px;
	margin-left:3px;
	background:url(/image/common/btn_supporter_request.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-align:left;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#result a.supporter:hover {
	background-position:left bottom;
}

