/***************************/
/*　　　　旅行会社　　　　 */
/***************************/

/* リンクカラー */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #009966;
}
a:active {
	text-decoration: none;
}

/* メニューテーブル */
/* リスト店舗名背景色 */
.table-menu {
	background-color: #99CC99;	
}

/* メインテーブル */
.table-line {
	border: 14px solid #99CC99;
	background-position:100% 100%;
	background-repeat : no-repeat;
}



/* 都道府県一覧アイコン */
.icon {
	color: #99CC99;
	padding: 3px;
}