/* ------------------------------
スタッフページのスタイル
------------------------------ */

@charset "UTF-8";

div#main{
	height:1180px;
}

ul.profile{
	clear:left;
	margin:0px 0px 10px 20px;
	font-size:12px;
}

.name{
	width:70px;
	height:50px;
	float:left;
	font-weight:bold;
}

.shikaku{
	width:410px;
	height:140px;
	float:left;
	font-size:11px;
	color:#555555;
}

.shikaku a{
	font-size:11px;
	}
	
.shikaku p{
	font-size:13px;
	padding-bottom:8px;
}

#owner{
	margin:20px;

}

#owner_name{
	font-weight:bold;
	margin-bottom:15px;
	}
	
.history{
	color:#333333;
	line-height:1.4;
	margin-bottom:15px;
}
