/*
＝＝＝＝＝＝＝オーナー紹介ページ用
*/

/*プロフボックス*/

td#mainblock table.profbox {
	background-color: #FD0;
}
td#mainblock table.staffbox {
	background-color: #EDC;
}
td#mainblock table.profbox td p, td#mainblock table.staffbox td p {
	margin-left: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
td#mainblock table.profbox td p.ownername , td#mainblock table.staffbox td p.ownername /*氏名*/ {
	font-size: 20px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	display: block;
	padding-bottom: 7px;
	margin: 10px 0px 5px 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 20px;
}
td#mainblock table.profbox td p.ownername em , td#mainblock table.staffbox td p.ownername em /*読みがな(会社案内・経営者紹介)*/ {
	font-size: 12px;
	font-style: normal;
}
td#mainblock table.profbox td p.katagaki /*肩書き(会社案内・経営者紹介)*/ {
	font-size: 12px;
	margin-top: 10px;
}
td#mainblock table.staffbox td p.katagaki /*肩書き(本店の様子・スタッフ)*/ {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
}

/*お店データブロック*/
td#mainblock table td div.shopinfo {
	background-image: url(img_08owner/bglogo_white.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #EED;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F60;
	border-bottom-color: #999;
	padding-top: 3px;
	margin-bottom: 20px;
}
td#mainblock table td div.shopinfo p.shopname {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	border: none;
	padding-top: 5px;
}
td#mainblock table td div.shopinfo p.shopphone {
	font-size: 20px;
	line-height: 20px;
	color: #F60;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
td#mainblock table td div.shopinfo p.shopphone em{
	font-size: 10px;
	line-height: 20px;
	color: #000;
	font-style: normal;
}


/*プロフデータの右セル　ブロック(div)のマージン*/
td#mainblock table td div {
	margin-bottom: 12px;
}
td#mainblock table td div h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-bottom: 5px;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(general_item/h4bg_owner.gif);
	background-repeat: repeat-x;
	background-position: left top;
	letter-spacing: 3px;
	color: #633;
}
td#mainblock table td div p{
	font-size: 12px;
	line-height: 22px;
}


/**/
p.lineowners {
	background-image: url(img_08owner/line_owners.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 490px;
	text-indent: -9999px;
	display: block;
}

/**/
p.linestaff {
	background-image: url(img_12fukei/line_staff.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 490px;
	text-indent: -9999px;
	display: block;
}
