@charset "utf-8";

/*-------------------
  全ての「選ぶ」メニュー
--------------------*/
div#main table {
	border-collapse: collapse;
	width: 520px;
	font-size:100%;
}

td {
	color:#fff;
	padding: 5px;
	border-top:2px #fff solid;
	height:30px;
}

.choices_menu a:link {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}

.choices_menu a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}

.icon_space {
	height:31px;
	width:30px;
}

.go_to_listpage {
	width:100px;
	border-left:1px #AB6771 solid;
	text-align:center;
}

.go_to_listpage img {
	margin-left:5px;
}

.go_to_listpage a:link, a:visited {
	color:#7f0012;
	font-weight:normal;
	text-decoration: none;
}


.allchoices_brand {
	background-color:#F09652
}

.allchoices_drink {
	background-color:#cb9c7e
}

.allchoices_purpose {
	background-color:#cb9d62
}

.allchoices_time {
	background-color:#d48d55
}

.allchoices_place {
	background-color:#adad77
}

.allchoices_foods {
	background-color:#de8a65
}

