@charset "EUC-JP";

/* 背景グレー流し込み */
#contentsArea{
	background: #fff url("../../images/profile_bg.png") repeat-y 100%;
	margin-top:0;
	float:left;
}
#contentsArea:after {
	content:"";
	display:block;
	clear:left;
}
/* ページタイトル */
#shopProfileTitle{
	background:url("../../images/subttl_profile.png") no-repeat;
	width:750px;
}
#shopProfileTitle p{
	float:right;
	padding:0 14px 0 6px;
	font-size:12px;
	background: transparent url("../../images/ico_link.gif") no-repeat 0px 4px;
	margin-top:14px;
}
#shopProfileTitle h3 span{
	text-indent: -9999px;
	outline-width:0;
	display:block;
	height:39px;
	width:200px;
	overflow: hidden;
}

/* 左のメインエリア */
#mainProfileArea{
	float:left;
	width:490px;
	overflow:hidden;
}
#shopCate{
	border-bottom:#cccccc 1px solid;
	padding-left:8px;
	font-size:78%;
}
#shopType{
	float:left;
	font-size:83%;
	font-weight:700;
	padding-left:8px;
	padding-top:0.3em;
}
#shopNavWrap{
	float:right;
	font-size:83%;
	padding-right:3px;
}
#shopDiary{
	background: transparent url("../../images/ico_link.gif") no-repeat 5px 4px;
	padding-left:11px;
}
#shopName{
	clear:both;
	font-size:116.6%;
	font-weight:700;
	padding-left:8px;
	padding-top:0.3em;
}
#shopSite{
	height:28px;
	background: #fff url("../../images/s_list_info_line.gif") repeat-x bottom;
}
#shopSite p{
	text-align:right;
}

#profWrap{
	margin:6px 0 0 8px;
	width: 474px;
}
#profImg{
	float:left;
	padding:0 6px 6px 0;
}
#profList{
	padding-bottom:6px;
}

#profWrap table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:hide;
}
html>body #profWrap table { border-collapse: separate; }

td{
	line-height:1.3em;
	vertical-align:top;
}
td.profCap{
	font-size:83%;
	width:4.8em;
	padding:0.18em 0 6px;
}
#hour span{
	font-size:125%;
}
#tel span{
	font-size:150%;
	font-weight:700;
}
#tel td.profCap{
	padding-top:0.3em;
}

#shopSubinfo{
	clear:both;
	background: #fff url("../../images/s_list_info_line.gif") repeat-x;
	padding:10px 8px;
}
#shopSubTitle{
	color:#dd0000;
	font-size:116.6%;
	font-weight:700;
	padding-bottom:0.3em;
}
#shopComment,
#shopMenu,
#budget{
	font-size:90%;
	line-height:1.5em;
}
#shopMenu,
#budget{
	margin-top:1em;
}
#shopMenu dt{
	font-weight:700;
}
#budget dt{
	font-weight:700;
	float:left;
	width:5em;
}
#profileMap{
	width:490px;
	clear:both;
}


/* 右の写真エリア */
#sideProfileArea{
	float:right;
	width:250px;
	overflow:hidden;
	padding:6px 0;
}
#sideProfileArea li{
	text-align:center;
}
#sideProfileArea li p{
	text-align:left;
	font-size:80%;
	width:228px;
	margin:0 13px 15px 13px;
}

