@charset "euc-jp";
/*
========== TABLE of CONTENTS ==========
0:title
1:select_address
2:disclaimer
3:line
4:add_list

clearfix rules(float clear hack)
========== TABLE of CONTENTS ==========
*/

h1 strong {
	font-weight: bold;
}
h1#title_pizza,
h1#title_boxlunch,
h1#title_sushi,
h1#title_japanese,
h1#title_chinese,
h1#title_europ,
h1#title_curry,
h1#title_party,
h1#title_drink,
h1#title_other {
	border: 1px solid #fae7d9;
	font-size: 90%;
	line-height: 1.3em;
	height: 48px;
	padding: 10px 0 0 13px;
	margin-bottom: 10px;
	text-indent: 0;
}
h1#title_pizza {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/genre_head_pizza_s.jpg) no-repeat right top;
}
h1#title_boxlunch {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/genre_head_boxlunch_s.jpg) no-repeat right top;
}
h1#title_sushi {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/genre_head_sushi_s.jpg) no-repeat right top;
}
h1#title_japanese {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/genre_head_japanese_s.jpg) no-repeat right top;
}
h1#title_chinese {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/genre_head_chinese_s.jpg) no-repeat right top;
}
h1#title_europ {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/genre_head_europ_s.jpg) no-repeat right top;
}
h1#title_curry {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/genre_head_curry_s.jpg) no-repeat right top;
}
h1#title_party {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/genre_head_party_s.jpg) no-repeat right top;
}
h1#title_drink {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/genre_head_drink_s.jpg) no-repeat right top;
}
h1#title_other {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/genre_head_other_s.jpg) no-repeat right top;
}
h1 #genre_name {
	color: #ff5500;
	font-size: 140%;
	margin-bottom: 3px;
}
h1#title_add,
h1#title_add_shop {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/bg_h1_add.gif) repeat-x left top;
	color: #fff;
	font-size: 140%;
	line-height: 1em;
	margin-bottom: 10px;
	text-indent: 0;
}
h1#title_add div {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/img_h1_add.jpg) no-repeat right top;
	padding: 7px 0 0 10px;
	height: 29px;
}
h1#title_add_shop {
	padding: 7px 0 0 10px;
	height: 29px;
}

/* ---------- 0:title ---------- */
div#title_select_add,
div#title_genre {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/genre_bg_h3.gif) repeat-x left top;
	border-bottom: 3px solid #47210b;
	padding: 0 0 4px 4px;
	margin-bottom: 10px;
}
div#title_select_add h2,
div#title_genre h2 {
	height: 29px;
	line-height: 1em;
	text-indent: -9999px;
}
div#title_select_add h2 {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/ttl_select_add.gif) no-repeat 0px 0px;
	width: 315px;
}
div#title_genre h2 {
	background: url(http://i.yimg.jp/images/gourmet/demae/renew0810/genre_title_h3.gif) no-repeat 0px -29px;
}
/* ---------- /0:title ---------- */

/* ---------- 1:select_address ---------- */
div#select_add {
	background-color: #e6faf7;
	font-size: 95%;
	padding: 2px 13px;
}
div#select_add strong {
	font-weight: bold;
}
/* ---------- /1:select_address ---------- */

/* ---------- 2:disclaimer ---------- */
p#disclaimer {
	font-size: 80%;
	padding: 5px 13px;
	line-height: 1.2em;
}
/* ---------- /2:disclaimer ---------- */

/* ---------- 3:line ---------- */
ul#line {
	font-size: 90%;
	padding-left: 13px;
}
ul#line li {
	display: inline;
}
/* ---------- /3:line ---------- */

/* ---------- 4:add_list ---------- */
dl#add_list,
ul#num_list {
	font-size: 95%;
	margin-bottom: 15px;
}
dl#add_list dt {
	background-color: #ffe77b;
	border-left: 5px solid #feb010;
	font-weight: bold;
	padding-left: 8px;
}
dl#add_list dd {
	padding: 9px 13px;
	margin-bottom: 7px;
}
dl#add_list dd ul li,
ul#num_list li {
	float: left;
	width: 196px;
}
ul li span.none {
	color: #999;
}
ul#num_list {
	padding: 9px 13px;
}
/* ---------- /4:add_list ---------- */
dl#search_local dd {
	font-size: 100%;
}
dl#search_local dd p {
	font-size: 84.5%;
	padding-left: 8px;
	margin-bottom: 6px;
}
dl#search_local dd dl {
	font-size: 90%;
}
dl#search_local dl dd span {
	color: #999;
}
/* ---------- clearfix rules(float clear hack) ---------- */
dl#add_list dd ul:after,
ul#num_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl#add_list dd ul,
ul#num_list {
	display: inline-block;
}

/* Hides from IE5-mac \*/
*html dl#add_list dd ul,
*html ul#num_list {
	height: 1%;
}
dl#add_list dd ul,
ul#num_list {
	display: block;
}
/* ---------- /clearfix rules(float clear hack) ---------- */