@charset "UTF-8";
/* CSS Document */

.ctWrap table {
	width:100%;
	border-bottom:solid 1px #dadada;
}
	.ctWrap th, .ctWrap td {
		font-family:"ＭＳ ゴシック", "Osaka－等幅", monospace;
		font-size:90%;
		text-align:left;
		}
	.ctWrap th {
		padding:0 10px 5px;
		font-weight:bold;
		line-height:1.1;
	}
	tr.bordercell td {
		border-top:solid 1px #dadada;
		border-left:solid 1px #dadada;
		height:10px;
		line-height:10px;
		}
	tr.datacell td {
		padding:2px 10px 10px;
		line-height:1.6;
		}
		.shopname {
			white-space:nowrap;
			}


/* detail */

.shopHead {
	padding-bottom:18px;
	border-bottom:solid 1px #dadada;
	zoom:1;
	}
	
	.shopHead h2 {
		float:left;
		width:67%;
		font-size:20px;
		line-height:28px;
		font-weight:bold;
		}
	
	.shopContact {
		float:right;
		width:30%;
		line-height:1.4;
		text-align:right;
		font-family: Arial, Helvetica, mono-space;
		}
	
#shopNews dl {
	line-height:1.4em;
	}
	#shopNews dt {
		font-weight:normal;
		padding-left:8px;
		width:100px !important;
		width /**/:108px;
		background:url(../images/bow_mini_gray.gif) left center no-repeat;
		}
	#shopNews dd {
		margin:-1.4em 0 8px 110px;
		}

#shopLeft {
	float:left;
	width:408px;
	}
	
	#shopLeft table {
		border:none;
		border-spacing:0;
		width:100%;
		}
		#shopLeft td {
			vertical-align:top;
			}
	
	#shopLeft img {
		margin-bottom:2px;
		vertical-align:bottom;
		}
	
	#map {
		width:408px;
		height:260px;
		}

#shopRight {
	float:right;
	width:200px;
	}
	
	#shopRight p {
		line-height:1.6;
		margin-bottom:1em;
		}

	#shopRight dl {
		border-top:solid 1px #dadada;
		line-height:1.2;
		margin-bottom:10px;
		}
	
	#shopRight dt {
		font-weight:normal;
		width:5em;
		margin-top:8px;
		white-space:nowrap;
		}
	#shopRight dd {
		margin:-1.2em 0 0 5em;
		}

	#blogBotan a {
		display:block;
		width:200px;
		height:33px;
		overflow:hidden;
		text-indent:-999em;
		background:url(images/blog_btn.gif) 0 0 no-repeat;
		}
		#blogBotan a:hover {
			background-position:0 -33px;
			}


