@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg_all.jpg);
	background-color: #eef3f7;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#index {
	width:940px;
	margin:0 auto;
	position: relative;
	height: 2900px;
}
#header {
	position: relative;
	width:940px;
	height: 44px;
}
#header_logo {
	position: absolute;
	width:130px;
	left: 0px;
	top: 0px;
}
#header_phone {
	position: absolute;
	right: 20px;
	top: 11px;
}


#title {
	position: relative;
	width:940px;
	height: 160px;
	z-index:-1;
}
#content {
	position: relative;
	width:940px;
	margin-top: 40px;
}
#promotion {
	position: absolute;
	width:577px;
	left: 360px;
	top: -40px;
}

#content_L {
	position: absolute;
	width:410px;
	left: 0px;
	font-size:12px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 25px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 30px;
	background-image: url(images/food_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content_L img{
	padding-bottom: 5px;
}

#content_R {
	position: absolute;
	width:450px;
	left: 490px;
	top: 370px;
}
#content_R img{
	padding-bottom: 5px;
}

#footer {
	position: relative;
	margin:0 auto;
	width:940px;
	height: 102px;
	margin-top: 60px;
}
#footer_logo {
	position: absolute;
	width:940px;
	left: 0px;
}
#footer_txt {
	position: absolute;
	width:700px;
	left: 200px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	letter-spacing: 1px;
	bottom: 40px;
}

