@charset"utf-8";

#sub_box {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* menu */
ul.menu {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
li {
	height: 40px;
	width: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}
li a {
	display: block;
	width: 160px;
	height: 40px;
	text-decoration: none;
}

li.menu_home {
	background-image: url(../img/menu/home.gif);
	background-repeat: no-repeat;
}
li.menu_home a:hover {
	background-image: url(../img/menu/home_2.gif);
	background-repeat: no-repeat;
}

li.menu_kodawari {
	background-image: url(../img/menu/kodawari.gif);
	background-repeat: no-repeat;
}
li.menu_kodawari a:hover {
	background-image: url(../img/menu/kodawari_2.gif);
	background-repeat: no-repeat;
}

li.menu_menu_shoukai {
	background-image: url(../img/menu/menu_shoukai.gif);
	background-repeat: no-repeat;
}
li.menu_menu_shoukai a:hover {
	background-image: url(../img/menu/menu_shoukai_2.gif);
	background-repeat: no-repeat;
}

li.menu_lunch_menu {
	background-image: url(../img/menu/lunch_menu.gif);
	background-repeat: no-repeat;
}
li.menu_lunch_menu a:hover {
	background-image: url(../img/menu/lunch_menu_2.gif);
	background-repeat: no-repeat;
}

li.menu_tenpo_annai {
	background-image: url(../img/menu/tenpo_annai.gif);
	background-repeat: no-repeat;
}
li.menu_tenpo_annai a:hover {
	background-image: url(../img/menu/tenpo_annai_2.gif);
	background-repeat: no-repeat;
}

li.menu_tv {
	height: 32px;
	background-image: url(../img/menu/tv.gif);
	background-repeat: no-repeat;
}
li.menu_tv a {
	height: 32px;
}
li.menu_tv a:hover {
	background-image: url(../img/menu/tv_2.gif);
	background-repeat: no-repeat;
}

li.menu_news {
	height: 32px;
	background-image: url(../img/menu/news.gif);
	background-repeat: no-repeat;
}
li.menu_news a {
	height: 32px;
}
li.menu_news a:hover {
	background-image: url(../img/menu/news_2.gif);
	background-repeat: no-repeat;
}

li.menu_takeout {
	height: 32px;
	background-image: url(../img/menu/takeout.gif);
	background-repeat: no-repeat;
}
li.menu_takeout a {
	height: 32px;
}
li.menu_takeout a:hover {
	background-image: url(../img/menu/takeout_2.gif);
	background-repeat: no-repeat;
}

/* address */
#sub_box #top_left_address {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 160px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: 16px;
}
#sub_box #top_left_address p {
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sub_box #top_left_address .sub_title {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #CC0000;
	font-weight: bold;
}
#sub_box .top_banner {
	padding: 0px;
	width: 161px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

