@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
}
div#all {
	width: 850px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
}
h1.ramenTitle {
	width: 850px;
	height: 295px;
	text-indent: -9999px;
	margin: 0;
	background-image: url(../img/bg_s.jpg);
	background-repeat: no-repeat;
}
div.sideNavi {
	float: left;
	width: 170px;
	height: 700px;
}
ul {
	width: 170px;
/*	height: 70px;*/
	list-style: none;
}
div.sideNavi ul li {
	width:170px;
/*	height:70px;
	text-indent:-9999px;*/
}
li.navi0 {
	height: 35px;
}
li.navi1 {
	height: 70px;
}
/*ul li.btn1 {
	background:url(../img/navi_no1-5b.jpg) no-repeat;
}
ul li.btn2 {
	background:url(../img/navi_no6-10a.jpg) no-repeat;
}
ul li.btn3 {
	background:url(../img/navi_no11-15a.jpg) no-repeat;
}
ul li.btn4 {
	background:url(../img/navi_no16-20a.jpg) no-repeat;
}
ul li.btn5 {
	background:url(../img/navi_no21-25a.jpg) no-repeat;
}
ul li.btn6 {
	background:url(../img/navi_no26-30a.jpg) no-repeat;
}
ul li.btn7 {
	background:url(../img/navi_no31-35a.jpg) no-repeat;
}
ul li.btn8 {
	background:url(../img/navi_no36-40a.jpg) no-repeat;
}
ul li.btn9 {
	background:url(../img/navi_no41-45a.jpg) no-repeat;
}
ul li.btn10 {
	background:url(../img/navi_no46-50a.jpg) no-repeat;
}*/
div.ramenContents {
	float: left;
/*	width: 580px;*/
}
div.shopInfo {
	width: 550px;
	height: 140px;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom: 1px solid #967B35;
}
div.noBorder {
	border-bottom: none;
}
div.shopImg {
	float: left;
	width: 152px;
	height: 106px;
	margin: 17px 0px 14px 5px;
	padding-top: 3px;
	padding-right: 15px;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #967B35;
}
div.info {
	position: relative;
	float: left;
	width: 335px;
	padding-left:20px;
}

.info div.btn {
	position: absolute;
	top: 5px;
	right: 0;
}

div.info li {
	line-height: 1.8em;
	text-align: left;
}
ul li.name {
	width: 330px;
	height: 53px;
	font-size: 15px;
	font-weight: bolder;
	border-bottom: 1px dotted #967B35;
}
.name img {
	margin-top: 7px;
	vertical-align: text-bottom;
	line-height: 0;
}
ul li.adress {
	width: 330px;
	height: 25px;
	font-size: 12px;
	border-bottom: 1px dotted #967B35;
	font-weight: normal;
}
ul li.tel {
	width: 330px;
	height: 25px;
	font-size: 12px;
	border-bottom: 1px dotted #967B35;
	font-weight: normal;
}
ul li.menu {
	width: 330px;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
}
div.pageLink {
	width: 580px;
	font-size: 14px;
	text-align: center; 
	color: #967B35;
	margin-top: 20px;
}
a {
	text-decoration: none;
	color: #967B35;
}
.clear {
	clear: both;
}

