@charset "utf-8";
/* CSS Document */

#shop_frame{
	margin:0 auto;
	margin-top:20px;
	width:700px;
}
/* フレームトップ */
#shop_frame div#top{
	width:700px;
	height:45px;
	background-image: url(../shop_img/shop_title_bg.gif);
	background-repeat:no-repeat;
}

/* フレーム中 */
#shop_frame div#middle{
	width:660px;
	padding:10px 20px 0px 20px;
	background-image:url(../shop_img/shop_bg.gif);
}
#shop_frame div#shop_frame{
	clear:both;
	height:25em;
}
.shop_name{
	font-weight:bold;
}
.shop_moji{
	margin-top:5px;
	line-height:125%;
}

/* 会社概要 */
table#shop {
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
 }

table#shop th, table#shop td {
	padding:3px 5px;
}

/* フレーム下 */
#shop_frame div#bottom{
	clear:both;
	width:700px;
}