@charset "Shift_JIS";

body * {
	margin : 0;
	padding : 0;
}
body {
	background-color : #999966;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#body-layout{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 800px;
	background-color: #FFFFFF;
}
.header {
	width : 800px;
	height : 60px;
	background-image: url(images/title-2.gif);
	background-repeat: no-repeat;
}
#navi {
	float : right ;
	font-size : 14px ;
	margin-top : 36px ;
	text-decoration : none ;
}
.header h1 {
	display: none;
}
.content {
	background-color : #FFFFFF;
	width : 800px;
	font-size: 13px;
}
h2 {
	clear: both;
	line-height: 50px;
	text-align: center;
	color: #333333;
	margin-top: 10px;
}
.content dl {
	width : 320px;
	line-height : 1.5em ;
}
.content dt {
	background-color : #ccc ;
	padding-top : 3px ;
}
.content dd {
	padding-top : 3px ;
}
.susi-menu {
	clear: both;
	float: left;
	margin-left: 30px;
	width: 320px;
}
.susi {
	border : 1px solid #999;
	border-bottom : none;
	margin: 0;
	margin-bottom: 10px;
}
.susi dt {
	background-color : #ccc ;
	text-align : center ;
}
.susi dd {
	border-top : 1px solid #999 ;
	border-bottom : 1px solid #999 ;
}
.susi span {
	margin-right : 10px ;
	width : 100px ;
}
.susi2 {
	border : 1px solid #999 ;
	border-bottom : none ;
}
.susi2 dt {
	width : 160px ;
	border-right : 1px solid #999 ;
	border-bottom : 1px solid #999 ;
	float : left ;
}
.susi2 dd {
	text-align : center ;
	border-bottom : 1px solid #999 ;
}
#left {
	margin: 0;
	float: left;
	width: 360px;
	margin-left: 20px;
}
#ippin {
	margin: 0;
	margin-left: 410px;
}
#hugu {
	margin-top: 10px;
}
#hugu-course {
	margin-top: 10px;
}
.photo {
	margin-left: 380px;
}
.photo ul {
	list-style-type: none;
	width: 160px;
	float: left;
	margin: 0;
	margin-left: 10px;
}
.photo li {
	text-align: center;
}
#drink {
	width: 670px;
	margin-left: 60px;
}
#drink-l {
	float: left;
}
#drink-r {
	float: right;
}
.footer {
	clear: both;
	background-color : #fff;
	width : 800px;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
}

