/*ページのレイアウト用CSS*/
body {
	text-align:center;
	background-color: #000000;
}
#contents {
	text-align:left;
	width: 800px;
	margin:auto;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	position:relative;
	height: 450px;
	background-image: url(herb_bk.jpg);
	background-repeat: no-repeat;
}
h1{
	color: #FFFFFF;
	letter-spacing: 10px;
	background-image: url(EC015.jpg);
	height: 150px;
	width: 450px;
	font-size:45px;
	text-align: center;
	line-height: 40px;
	position:absolute;
	top:150px;
	left:0px;
	}
h2 {
	font-family:Arial,Helvetica,Sans-serif;
	width:150px;
	text-align: center;
	font-size:24px;
	border-left: none;
	padding-left: 0px;
	height:150px;
	line-height: 150px;
	margin-top: 0px;
	position:absolute;
}
h2 a {
	color: #FFFFFF;
	font-weight: normal;
	display:block;
	height:150px;
}
h3 {
	color: #663300;
	background: url(none);
	border-style: none;
	margin:0px;
}
ul {
	margin-top: 0px;
	font-size: 90%;
	line-height: 180%;
	list-style-image: url(blt.gif);
}
li a{
	border-bottom: 2px dotted #D93E02;
}
address {
	border-top:none;
	padding-left: 470px;
	padding-top:0px;
	}
#update {
	padding-left: 470px;
}
.topcenter {
	left: 150px;
	top: 0px;
	background-image: url(news_bk.jpg);
}
.topright {
	left: 300px;
	top: 0px;
	background-image: url(food_bk.jpg);
}
.bottomleft {
	left: 0px;
	top: 300px;
	background-image: url(drink_bk.jpg);
}
.bottomcenter{
	top: 300px;
	left: 150px;
	background-image: url(goods_bk.jpg);
}
.bottomright {
	left: 300px;
	top: 300px;
	background-image: url(column_bk.jpg);
}
p	{
	padding-left: 470px;
	padding-right: 10px;
	padding-top: 2em;
}
