@charset "UTF-8";

/* ******************************************************************

	COPYRIGHT(C) CYBRiDGE CORPORATION.
	URL: http://www.cybridge.jp/

****************************************************************** */

/* common
-----------------------------------------------------------------------------  */
#main{
	float:left;
	}

#sidebar{
	float:right;
	}
	
/* searchPane
-----------------------------------------------------------------------------  */
#searchPanel{
	}
#searchPanel th{
	width:100px;
	}

#searchPanel ol li a{
	background:url("/img/search/btn_search_pane_menu.gif") no-repeat 0 0;
	display:block;
	height:22px;
	text-indent:-5000px;
	}

#detail-type1,
#detail-type2{
	height:10em;
	width:90%;
	}

#searchMore a{
	background:url("/img/icon/ico_sortDown.gif") no-repeat 0 50%;
	padding-left:14px;
	}
#searchMoreType a{
	background:url("/img/icon/ico_sortUp.gif") no-repeat 0 50%;
	padding-left:14px;
	}

#searchMoreType h3{
	background:url("/img/common/line_dot.gif") repeat-x 0 100%;
	font-size:100%;
	font-weight:bold;
	padding:0px 0 3px 0px;
	margin:8px 0px;
}


/*==================================================================
	searchItem styles
===================================================================*/
.searchPanel th{
	width:100px;
	}
.searchItem{
	background-color:#E3DDC8;
	margin-bottom:25px;
}
.searchItemPene{
	padding:5px;
	border:1px solid #CAC7BE;
	border-top:none;
}
.searchItem .inner{
	border:1px solid #CAC7BE;
	padding:8px;
	background-color:#FFF;
}
.searchItem h3{
	background:url("/img/search/h3_search_item.gif") no-repeat 0 0;
	font-weight:bold;
	font-size:120%;
	padding-left:10px;
	line-height:28px;
	}
.searchItem h3 a{
	text-decoration:underline;
	color:#FFF;
	}
.searchItem .wIcon{
	border:1px solid #E3DDC8;
	background:#FCFBF8;
	margin-bottom:10px;
	padding:5px;
	}
.searchItem table{
	width:100%;	
	background:url("/img/common/line_dot.gif") repeat-x 0 0px;
	}
.searchItem th,
.searchItem td{
	padding:5px;
	background:url("/img/common/line_dot.gif") repeat-x 0 100%;
}
.searchItem th{
	width:100px;
	font-weight:bold;
}
.searchItem td{
}



.searchItem ul{
	position:relative;
	background-color:#E3DDC8;
	text-align:right;
	width:100%;
	padding:4px 0px 0px 0px;
}
.searchItem ul li{
	display:inline;
}
.searchItem ul li.time{
	top:5px;
	left:0px;
	padding:4px 0px 0px 0px;
	display:block;
	position: absolute;
}

.pager{
	margin-bottom:10px;
	text-align:center;
	}



/*==================================================================
hotstpot
===================================================================*/
.p-hotspot h3 span{
display:block;
background:#eee;
padding:5px;
margin:0 0 15px 0;
font-weight:bold;
}
.p-hotspot #sidebar h4{
font-weight:bold;
}
.p-hotspot .searchItem .leftBox{
width:220px;
text-align:center;
}
.p-hotspot .searchItem .leftBox a{
display:block;
border:3px solid #ccc;
padding:5px;
}
.p-hotspot .searchItem .leftBox a:hover{
border:3px solid #DA1E30;
}
.p-hotspot .searchItem .rightBox{
width:500px;
}
.p-hotspot .searchItem .rightBox　table th{
vertical-align:top;
}
.p-hotspot ul#keyword{
border:3px solid #E3DDC8;
padding:10px;}
.p-hotspot ul#keyword li{
width:155px;
float:left;
margin:0 10px 0 0;
background:url(/html/img/icon/ico_arw_red.gif) no-repeat 0 50%;
padding:0 0 0 15px;
}

