@charset "utf-8";

/* ページヘッダ */
#c-heading {
	padding-bottom: 20px;
}
#c-heading #title {
	height: 20px;
	font-size: 16px;
	text-align: right;
	border-bottom: 2px solid #000000;
	line-height: 1em;
	margin: 0;
}


/* ページ内容 */
#c-body {
	clear: both;
}
#c-body #photo {
	height: 340px;
	width: 600px;
}
#c-body  .left  {
	float: left;
}
#c-body  .right  {
	float: right;
}
#c-body #comment {
	width: 600px;
	height: 140px;
	background: #FFFCDB;
	padding: 0;
}
#c-body #comment p {
	font-size: 12px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	padding: 20px 0 0 30px;
}

