/* 全体構造*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック",'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	background: #FFFFFF;
	line-height: 150%;
}
#wrapper{
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	width: 760px;
	text-align: left;
}
#header{
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 72px;
	line-height: 0px;
}
#contents{
	padding: 10px;
	margin: 10px;
	width: 740px;
	float: left;
}
#footer{
	clear: both;
	display: block;
	overflow: hidden;
	width: 760px;
	border-top: 1px dotted #cccccc;
	margin: 20px 0px 0px 0px;	
	padding: 0px;	
}
#footer p{
	text-align: center;
}
/* トップページ*/
#topmenu{
	width: 760px;
	height: 432px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -266px;
	margin-left: -380px;
}
#topimages{
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 432px;
	line-height: 0px;
}

/* ナビゲーション*/
ul#navigationbar{
	width: 760px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	float: left;
}
ul#navigationbar li{
	margin: 0px;
	float: left;
	border: 0px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}

/* 店舗紹介*/
#map {
	padding: 0px;
	margin: 5px;
	text-align: right;
}
#mleft {
	width: 330px;
	margin: 5px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	float: left;
}
#mright {
	width: 260px;
	margin: 5px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	float: left;
}

/* 料金表*/
.priceimg {
	float: left;
}

/* その他*/
a{
	text-decoration: none;
	color: #3333FF;
	border-bottom: 1px dotted #3333FF;		
}
a:link{
	color: #3333FF;
	border-bottom: 1px dotted #3333FF;		
}
a:visited{
	color: #3333FF;
	border-bottom: 1px dotted #3333FF;		
}
a:hover{
	color: #FF6600;
	border-bottom: 1px dotted #FF6600;		
}
img{
	border:none;
}


