@charset "UTF-8";
*{ margin: 0; padding: 0; }
/*---------------------- スタッフブログ 共通 ------------------------*/
#Contents .BlogTitle{
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 10px 25px;
}
#Contents .BlogTitle table{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
#Contents .BlogTitle td{
	padding: 5px 0px;
	vertical-align: bottom;
	font-size: 1.3em;
	line-height: 100%;
	white-space: nowrap;
}
#Contents .BlogTitle td.Title{
	color: #000000;
}
#Contents .BlogTitle td.Date{
	font-size: 1.0em;
	text-align: right;
}
#Contents .StaffBlog{
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 100px;
}
#Contents .StaffBlog .entryBody{
	margin:10px 0;
}
