/* CSS Document */

body{
	margin: 0000;
}
.top{
	width: 100%;
	height: 30px;
	background-image: url(../images/main/top_1.jpg);
	background-color: #00CCCC;
	background-repeat: no-repeat;
}
.main{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.contents{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.contents h1{}
.contents h2{}
.contents h3{}
.contents p{
	margin-top: 0px;
	margin-bottom: 2px;
}
#bbq_dai{
	background-image: url(../images/bbq_dai.jpg);
	background-repeat: no-repeat;
	height: 60px;
}
