@charset "utf-8";

.text_bold {
	font-size:80%;
	font-weight:bold;
}

.text80{
	font-size:80%;
}

/*検索ボックス*/
#search_box{
	width:575px;
	margin:0 auto;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#333333;
}

#search_box table{
	text-align:left;
}

/*検索ボックス罫線色*/
.tour_search_border{
	border:solid 1px #03ABF2;
}
