
/*---------------------
	#reset
---------------------*/

body, div, form, h1, h2, h3, h4, h5, p, ul, ol, li, pre, dl, dt, dd {margin: 0px; padding: 0px;}


/*---------------------
	#search
---------------------*/
body{
	background-color:transparent ;
}

#search {
	overflow: hidden;
	width: 300px;
	background: transparent;
}


#search h3{
	margin: 0 0 10px 15px;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/tour/icon_arrow.gif) left center no-repeat;
	padding-left:10px;
	color: #666;
}





.tc_domestic_tour{
	position: relative;
}


#iframe_search{
	float: left;
	height: 250px;
	position: absolute;
	background: transparent; 
}

#select{

	/*width: 330px;*/
	float: left;
	/*background-color: #F8F4F1;*/
	/*border: 1px solid #CCC8BF;*/
    font-size:13px;



}

#select dl{
	width: 280px;
	float: left;
	/*border-bottom: 1px dashed #666;*/
    font-weight:bold;
    padding:5px 5px 6px 5px;

}


#select dt{
	width: 60px;
	clear: left;
	float: left;
    line-height:25px;
	padding: 0px 0px 0px 5px;
}

#select dt.key{
	width: 80px;
}


#select dd{
	width: 190px;
	float: left;
	padding: 3px 0px 0px 5px;
}



#select p.sousin{
	clear: both;
	text-align: center;

	}


#select p input{
    margin:5px 0px 5px 0px;
	background: url(../images/tour/btn_search_s.gif) #FFF;
	width: 141px;
	height: 31px;
	border: 0;
	cursor:pointer;

}

#select p input:hover{


}



