* {
	margin: 0;
	padding: 0;
}

body {
	font: 100%/140% Osaka, meiryo;
	background-color:#E7E7E7;
}
.sp {
	display:none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
	padding:10px 6px 10px 6px;
	position:relative;
	background-color:#FFFFFF;
}
h1 {
	font-size:14px;
	text-align:center;
}
h2 {
	border: dotted 1px #996633;
	background-color:#cccc99;
	padding:10px 6px 10px 6px;
}
h4 {
	margin-top: 6px;
	padding-top: 6px;
}
#topmenu {
	height:130px;
	clear:both;
}
.toplogo {
	float: left;
}
.topbanner {
	float: right;
	padding-top: 30px;
}
#top-search {
	font-size:14px;
}
#top-search .search-top {
	width: 400px;
	font-size:20px;
	font-family: Osaka, meiryo;
}
#top-search .submit-top {
	width:180px;
	font-size:20px;
	font-family: Osaka, meiryo;
	padding:2px 6px 2px 6px;
}
#l-menu {
	float:left;
	width:630px;
}
.submit-select {
	width:300px;
	font-size:16px;
	font-family: Osaka, meiryo;
	padding:2px 6px 2px 6px;
	float:right;
}
#allcat {
	padding-left:20px;
	padding-top:60px;
}
#allcat ul {
	list-style-type:none;
}
#allcat li {
	float:left;
	margin-right:20px;
	white-space:nowrap;
}
#allcat dd {
	margin-left:20px;
}
/*リストCSS*/
.mise-list {
	width:620px;
	height:36px;
	padding: 6px 0 6px 0;
	border-bottom: dotted 1px #CCCC99;
}
.list-shop-name1 {
	width:600px;
	font-weight: bold;
	font-size: 14px;
}
.list-shop-name2 {
	font-size: 20px;
}
.list-shop-tel {
	width:140px;
	font-weight: bold;
}
.list-shop-bld {
	float:left;
	width:260px;
	font-size: 11px;
}
.list-shop-cats {
	float:left;
	width:100px;
	text-align: right;
	font-size: 10px;
}
.list-shop-url {
	float:left;
	text-align: right;
	width:40px;
	font-size: 10px;
}
.list-shop-url img {
	border: 0;
}
/*店詳細CSS*/
.underline {
	text-decoration: underline;
}
.shop-snbname {
	font-size: 20px;
}
.shop-kana {
	font-size: 12px;
}
.shop-tel {
	float: right;
	font-size: 20px;
}
.shop-add {
	color: #333333;
}
.shop-pict {
	float:left;
	margin: 2px;
	padding: 4px;
	border: dotted 1px #996633;
}
.shop-mapnavi {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
/*歴史&ガイドCSS*/
.history-img-left {
	margin-right:20px;
	float:left;
}
.history-img-right {
	margin-top:20px;
	margin-left:20px;
	float:right;
}
.history-dt {
	font-weight:bold;
	border-bottom:2px;
	border-bottom-style:outset;
	border-bottom-color:#660000;
	margin-top:8px;
	margin-bottom:8px;
}
.history-dd {
	line-height:24px;
	font-size: 14px;
	}
/*右メニュ*/
#r-menu {
	width:300px;
	padding-left:20px;
	float:right;
}
#r-menu img {
	border:0;
}
#footer {
	margin-top:30px;
	padding-top:20px;
	font-size:12px;
	border-top:2px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
}
.menu-ul {
	list-style-type:none;
}
.menu-li {
	float:left;
	margin-right:20px;
	padding: 0 6px;
	white-space:nowrap;
	border-left: double #990000;
	border-right: double #990000;
}
.monoshiri {
	margin-top:10px;
	font-size:12px;
}
.monoshiri ol {
	margin-left:28px;
}
.monoshiri ul {
	list-style-type: none;
}
.ad300 {
	text-align:center;
	border: dotted 1px #996633;
	height: 60px;
	background-color:#cccc99;
}
.Copyright {
	text-align:center;
}

/*共通項目*/

.right {
	float:right;
}
.clear {
	clear:both;
}


/*clearfix*/
.clearfix:after {
  content: ".";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

