/***********************************************/
/* food47_shop01.css                           */
/***********************************************/

/***********************************************/
/* レイアウトの定義                            */
/***********************************************/

/* ページのボディ */
/* 固有スタイル */

#main_box {
	float: left;
	width: 696px;
	margin-top: 6px;
	margin-left: 6px;
}

#headcopy {
	float: left;
	width: 696px;
	height: auto;
	text-align: center;
	overflow: hidden;
	/* font setting */
	font-size: 0.8em;
	line-height: 3;
} 
	
#shop_header_box {
	float: left;
	width: 696px;
	height: 38px;
}

#shop_name { /* ショップ名画像用 */
	float: left;
	width: 532px;
	height: 38px;
	text-align: left;
}

#shop_func { /* ショップ機能アイコン */
	float: right;
	width: 164px;
	height: 38px;
}

#shop_info_L {
	float: left;
	width: 252px;
	margin-top: 18px;
}

#shop_photo_out {
	float: left;
	width: 252px;
	padding-top: 0px;
}

#shop_photo_in1 {
	float: left;
	width: 252px;
	padding-top: 6px;
}

#shop_photo_in2 {
	float: left;
	width: 252px;
	padding-top: 6px;
}

#shop_info_box {
	float: left;
	width: 250px;
	margin-top: 6px;
	border-color: #333333;
	border-width: 1px;
	border-top-style: solid;
	text-align: left;
	}

.line_stack { /* 住所等 */
	float: left;
	width:	250px;
	border-color: #333333;
	border-width: 1px;
	border-bottom-style: solid;
	font-size: 0.7em;
	line-height: 1.5;
}

.cap {
	float: left;
	width: 60px;
	overflow: hidden;
}

.note {
	float: left;
	width: 190px;
	overflow: hidden;

}

#shop_info_R {
	float: right;
	width: 412px;
	height: auto;
	margin-top: 12px;
	margin-right: 0px;
}

#shop_copy {
	float: left;
	width: 400px;
	height: auto;
	/* font setting */
	font-size: 0.9em;
	line-height: 1.66;
	/* vertical-align: top; */
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
}

#info_board {
	float: left;
	width: 412px;
	height: auto;
}

#info_board_top {
	float: left;
	width: 412px;
	height: 27px;
}
	
#info_board_body {
	float: left;
	width: 412px;
	height: auto;
	background-image: url(../shop_info/images/412px.gif);
	background-repeat: repeat-y;
	}

#info_board_copy {
	float: left;
	width: 400px;
	height: auto;
	/* font setting */
	font-size: 0.8em;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	}

.cp01 {
	font-size: 1.3em;
	line-height: 1;
	font-weight: bold;
}

.cp02 {
	font-size: 0.9em;
	padding-left: 1em;
	text-indent: -1em;
}

#info_board_bottom {
	float: left;
	width: 412px;
	height: 27px;
	}

#link_box {
	float: left;
	width: 410px;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	margin-top: 12px;
}

#link_box_top {
	float: left;
	width: 410px;
	height: 27px;
	background-image: url(../shop_info/images/linkbox.gif);
}

#link_box_body {
	float: left;
	width: 394px;
	height: auto;
	/* font setting */
	font-size: 1em;
	line-height: 1.66;
	/* vertical-align: top; */
	text-align: justify;
	text-justify: inter-ideograph;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
}

