@charset "UTF-8";

/* ---------------------------------------
			#search
*/
#search{
 width:666px;
 height:228px;
 margin:0 0 20px 15px;
 position:relative;
}
#search h3{
 display:block;
 font-size:1px;
 line-height:100%;
 text-indent:-9999px;
 height:24px;
 background-color:#ffdad9;
 background-image: url(../../img/program/search/title.png);
 background-position:5px center;
 background-repeat:no-repeat;
}
#search label{
 display:block;
 font-size:1px;
 line-height:100%;
 text-indent:-9999px;
 width:148px;
 height:24px;
 background-position:center;
 background-repeat:no-repeat;
 position:absolute;
 z-index:1;
 top:27px;
}
#search label.select-1{
 left:20px;
 background-image: url(../../img/program/search/search-select-1.gif);
}
#search label.select-2{
 left:180px;
 background-image: url(../../img/program/search/search-select-2.gif);
}
#search label.select-3{
 left:340px;
 background-image: url(../../img/program/search/search-select-3.gif);
}
#search label.select-4{
 left:500px;
 background-image: url(../../img/program/search/search-select-4.gif);
}
#search label.freeword{
 top:150px;
 left:20px;
 background-image: url(../../img/program/search/title-input.gif);
}
#search select{
 color:#174999;
 width:148px;
 background-color:#FFF;
 border:solid 2px #cfd8e6;
 z-index:1;
 top:54px;
}
select#select-1{
 left:20px;
}
select#select-2{
 left:180px;
}
select#select-3{
 left:340px;
}
select#select-4{
 left:500px;
}
#search option {
	padding: 2px;
 background-color:#FFF;
	}
#search option[selected] {
 color:#174999;
 background-color:#cfd8e6;
}
input#freeword{
 display:block;
 width:498px;
 height:17px;
 background-color:#FFF;
 border:solid 2px #cfd8e6;
 position:absolute;
 z-index:1;
 top:152px;
 left:146px;
}
input#submit-search{
 display:block;
 width:138px;
 height:34px;
 background-color:#08224d;
 border:solid 3px #cfd8e6;
 position:absolute;
 z-index:1;
 left:184px;
}
a#submit-list,
a#submit-list:link{
 display:block;
 text-indent:-9999px;
 width:138px;
 height:34px;
 background-color:#08224d;
 background-image: url(../../img/common/submit-list.png);
 background-repeat:no-repeat;
 border:solid 3px #cfd8e6;
 position:absolute;
 z-index:1;
 left:340px;
}
#search input[type="text"]{
 height:17px;
 background-color:#FFF;
 border:solid 2px #cfd8e6;
 z-index:1;
}
