
#search-results1 { 

	position         : absolute;
	z-index          : 4;

	width            : 350px;
	border           : 1px solid #000;
	background-color : #ffffff;
    display          : none;


}
* html #search-results1 { width : 350px;} /* box model hack */

#search-results2 { 

	position         : absolute;
	z-index          : 4;

	width            : 350px;
	border           : 1px solid #000;
	background-color : #ffffff;
    display          : none;


}
* html #search-results2 { width : 350px;} /* box model hack */

#search-results3 { 

	position         : absolute;
	z-index          : 4;

	width            : 350px;
	border           : 1px solid #000;
	background-color : #ffffff;
    display          : none;


}
* html #search-results3 { width : 350px;} /* box model hack */

#search-results4 { 

	position         : absolute;
	z-index          : 4;

	width            : 350px;
	border           : 1px solid #000;
	background-color : #ffffff;
    display          : none;


}
* html #search-results4 { width : 350px;} /* box model hack */

#search-results5 { 

	position         : absolute;
	z-index          : 4;

	width            : 350px;
	border           : 1px solid #000;
	background-color : #ffffff;
    display          : none;


}
* html #search-results5 { width : 350px;} /* box model hack */





/*検索結果（サジェスト）*/
.sr, .srs { width : 100%; float : left; font-family : Arial, sans-serif; font-size : 13px; padding : 1px 0 0 0; }
.sr { background-color : #fff; color : #000; }
.srs { background-color : #36c; color : #fff; cursor : pointer; }
.sr .src { color : #008000; }
.srs .src { color : #fff; }
.srt { float : left; font-size : 13px; margin-left : 4px; }
.src { float : right; font-size : 10px; margin-right : 3px; padding-top : 2px; }

#sgclose {
 width : 100%; 
 float : left; 
 font-family : Arial, sans-serif; 
 font-size : 13px; 
 padding : 1px 0 0 0; 
 text-align: right;
 color : #008000; 
 cursor: pointer;
}

