/* 色の変更
--------------------------------------*/

/*出発地タブの背景色*/
#head{
	background:#a9f8fd;
}

/*ツアー ブロックアウトライン*/
#outline{
	border:2px solid #b9a976;
	background:#fff;
}
#inline{
	border:1px solid #b9a976;
}


/*その他関連特集ページ　リンク色*/
.other_links li a{
	color:#fff;
	background:#fa964c;
}