/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
a img {
	border-style: none;
	margin: 0;
	padding: 0;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	background-image: url(img/background02.jpg);
	background-repeat: repeat;
	background-attachment: fixed;

}
a:link {
	color: #036;
	text-decoration: underline;
}
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #161616;
	text-decoration: none;
}
a:active {
	color: #330033;
	text-decoration: none;
}
#header {
	height: 55px;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 100;

}

#header ul {
	width: 1080px;
	height: 45px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	overflow: hidden;

}

#header ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;


}
#main-container {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	position: relative;

}
.address {
	position: absolute;
	top: 780px;
	left: 350px;
	font-size: 200%;
}

.nesica {
	position: absolute;
	top: 1165px;
	left: 265px;
	font-size: 120%;
}

#main-container ul {
	margin: 0;
	padding: 0;

}
#main-container ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-container ul li img {
	margin: 0 0 -7px 0;
	padding: 0;

}

.clear_both {
	clear: both;
}

@media (max-width: 999px) {
body {
	background-image: url(http://tbi-shop.net/usf4dining/img/background03.jpg);
	background-repeat: repeat;

}

#header {
	background-image: url(http://tbi-shop.net/usf4dining/img/bg02.jpg);
	background-repeat: repeat-x;

}