/* CSS Document */

/*メインイメージ*/

#main_image {
	width: 900px;
	background-image: url(image/title.jpg);
	height: 180px;
}
/*サイトメイン*/
#wrapper_drink1{
	padding:20px;
	overflow: auto;
	background-image: url(image/bk1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#wrapper_drink2{
	overflow: auto;
	background-image: url(image/bk1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
}
/*飲み放題*/
#freedrink{
	width:850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
/*フリードリンク*/
#free_menu{
	width:900px;
	float: left;
}
/*左メニュー*/
#left_menu{
	width:415px;
	float: left;
	padding-right: 20px;
	padding-left: 5px;
}

/*右メニュー*/
#right_menu{
	width:415px;
	float: left;
}

/*ソフトドリンク*/
#softdrink{
	width:850px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
