/* CSS Document */

/*SEARCH RESULT STYLE SHEET*/

/*INDEx
*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

-contetntSearchResult
	jokenResult
	hitandSearch
	mainResult

*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/

#contentSearchResult{
	width: 760px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#titleResult{
	width: auto;
	height: 35px;
	background-image:url(../img/tl_main_bg.gif);
	background-repeat:repeat-x;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	/*border-top: 2px #765454 solid;*/
	position: relative;
}

#titleResult img{
	/*background-position: 0px 10px;*/
	width: 135px;
	height: 18px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	top: 25%;
	left: 12px;
}

/*Joken Result
********************************/

#jokenResult{
	height: auto;
	_height: 1%;
	background-color: #3b2c2c;
	margin: 0px 0px 25px 0px;
	padding: 3px 0px;
	position: relative;
}

#jokenResult img{
	/*border: 1px #fff solid;*/
	float: left;
	width: 142px;
	height: auto;
	margin: 0px 0px 0px 10px;
	position: absolute;
	top: 35%;
	left: 0px;
}

#jokentbl{
	float: right;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

#jokentbl table{
	width: 570px;
	margin: 0px;
	padding: 0px;
}

#jokentbl table tr td{
	height: auto;
}

/*Hit and Sort
**********************************/

#hitAndsort{
	clear: both;
	width: 760px;
	height: auto;
	margin: 0px 0px 15px 0px;
	_margin: 0px;
}

*html #hitAndsort{
	margin: 0px 20px 0px 0px;
}

#hitAndarrow{
	float: left;
	width: 210px;
	height: 36px; 
}

#hitBukken{
	color: #3b2c2c;
	font-size: 15px;
	width: auto;
	height:36px;
	background-color:#FFFFFF;
	padding:0px;
}

#hitBukken span{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

#hitBukken p{
	line-height: 36px;
	text-align: center;
}

#arrow{
	width: auto;
	height: 7px;
	background-image: url(../img/huki_arrow.gif);
	background-repeat:no-repeat;
}

#sort{
	float: right;
	height: 36px;
	width: auto;
}

#sort img{
	float: left;
	border-right: 1px #000000 solid;
	height: 36px;
	width: auto;
	margin: 0px;
	padding: 0px;
}

*html sort img{
	margin: 0px -5px 0px 0px;
	border:none; 
}

#sort table {
	font-size: 12px;
	height: 36px;
	width :auto;
	margin: 0px;
	padding: 0px;
	border: none;
	float:right;
}

*html #sort table{
	border: none;
}

#sort table tr{
	/*width: 35px;*/
	border: none;
}

#sort table tr td{
	border-left: 1px #000000 solid;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#sort table tr td a{
	display: block;
	color: #0066cc;
	height: 25px;
	width: 115px;
	background-color: #ffffff;
	padding: 9px 0px 2px 0px;
}

*html #sort table tr td a{
	padding: 11px 0px 12px 0px;
}

#sort table tr td a:visited{

}

#sort table tr td a:hover,
#sort table tr td a:active{
	color: #000000;
	background-color: #cab918;
	text-decoration: none;
}


/*main Result
********************************/

#mainResult{
	clear: both;
	margin: 0px 0px 10px 0px;
}

#mainResult a{
	text-decoration: none;
	border: none;
}

#mainResult table{
	text-align:center;
	color: #000000;
	width: 760px;
	padding: 0px;
	margin: 0px;
}

#mainResult table tr th, #mainResult table tr td{
	border-right: 1px #000000 solid;
}

#mainResult table tr th{
	background-color: #cab918;
}

#mainResult table tr.odd td{
	background-color: #ffffff;
	border-bottom: 1px #cccccc dotted;
}

#mainResult table tr.even td{
	background-color: #e7e7e7;
}

#mainResult table tr td img.house{
	width: 128px;
	height: 85px;
	border: none;
}

#mainResult table tr td img.show{
	width: 69px;
	height: 28px;
}

#nextAndprev{
	float: right;
	height: auto;
	font-size: 14px;	
	margin: 0px 0px 10px 0px;
	_margin: 0px;
}

#nextAndprev a{
	
}

