/*-----------------------------------------------------------------------------------------------------------------
	こだわり検索表示(Javascript用)
-----------------------------------------------------------------------------------------------------------------*/

#Outer{
	position: absolute;
	display: none;
	z-index: 1000;
	filter: alpha(opacity=80); /* IE用       */
	-moz-opacity : 0.8;        /* Mozila系用 */
	opacity :0.8;              /* その他     */
	background-color: Black;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#Specially{
	display: none;
	position: absolute;
	background-color: White;
	border: solid 4px #999999;
	z-index: 2000;
}


