@import url(../../../common/css/base.css);
.text10 {font-size:10px;}

/*人プロフィール*/
.profile{	
	text-align: left;
	padding:40px;
	overflow:hidden;
	_zoom:1;
}
.pleft{
		float:left;  
		width:300px;
		height:400px;
}
.pright{float:right;  
		width:260px;
		margin: 20px 20px 0 0px;
}
.profile h1 {
		font-size:9pt; 
font-weight:bold; line-height:2em; color:#808080;
}
.profile p {
		font-size:9pt; 
		line-height:1.5em;
}
/*SHOP PROFILE*/
#shopProfile {
width:400px;
margin:30px auto;
position:relative;
text-align:left;
}
#shopProfile p {
margin-bottom:1em;
}
#shopProfile .logo {
position:absolute;
top:0;
left:0;
}
#shopProfile .lead {
text-align:right;
padding-top:12px;
}
#shopProfile .lead a {
text-decoration:none;
color:#666;
padding-right:12px;
background:url(../img/url_link.gif) no-repeat right center;
}
#shopProfile .lead a:hover {color:#333;}
#shopProfile .photo {
margin:24px 0;
}
#shopProfile .shopInfo dt {color:#333;}
#shopProfile .shopInfo dd {margin-bottom:1em;}