@charset "UTF-8";

/*--------------- Search --------------*/
#SchHead {
	margin:0 0 10px 0;
	width:720px;
	height:61px;
	background:url(../_images/_search/search_head_bg.png) left top no-repeat;
}
.NumLine {
	clear:both;
	padding:3px 0 0 0;
	height:22px;
	background:url(../_images/_search/search_num_line.png) left top repeat-x;
}
.NumTotal {
	font-size:13px;
	float:left;
	width:40%;
	
}
.Numlist {
	font-size:13px;
	float:right;
	width:55%;
	text-align:right;
}
.Numlist span {
	color:#669900;
}
.Numlist a:link {color: #663300;text-decoration: none;}
.Numlist a:visited {color: #669900;text-decoration: none;}
.Numlist a:hover {color: #669900;text-decoration: underline;}
.Numlist a:active {color: #669900;text-decoration: none;}

#SrchRlt {
	width:200px;
	margin:0 0 10px 0;
}
#SrchRlt ul {
	list-style-type:none;
	width:200px;
	height:17px;
	margin:0;
	padding:0;
}
#SrchRlt li {
	margin:0 5px 0 0;
	padding:0;
	width:200px;
	height:17px;
	overflow:hidden;
}
#SrchRlt li.Navi01 a.menu {background-position:0 0;}
#SrchRlt li.Navi02 a.menu {background-position:-142px 0;}
#SrchRlt li.Navi03 a.menu {background-position:-284px 0;}

#SrchRlt a.menu {
	display: block;
	overflow:hidden;
	height:0 !important;
	height:/**/:17px;
	padding-top:17px;
	margin:0;
	cursor:pointer;
	background:url(../_images/_search/search_result_sel_bg.png) left top no-repeat;
}
#SrchRlt a.menu:hover {
}

.Srchsubmenu {
	z-index:3;
	visibility: hidden;
	position: absolute;
	background:#666666;
	width:200px;
	font-size:10px;
	text-align:left;
	cursor:pointer;
}
.Srchsubmenu a {
	padding:5px 0 5px 10px;
	display: block;
	cursor:pointer;
}
.Srchsubmenu a:hover {
	
}
--------------------*/
.Srchsubmenu {
 filter: alpha(Opacity=95);
	opacity: 0.95;
}
/*--------------- Search 404 --------------*/
.NoResult {
	text-align:center;
	font-size:14px;
	color:#FF0000;
}



/*---------- Brand Information ----------*/
#BrandInfoBox {
	width:720px;
	margin:0 0 30px 0;
}
.Example {
	width:720px;
	height: 436px;
	background: url(../_images/_brand/brand_sample_img.jpg) left top no-repeat;
}
