@charset "utf-8";

#contents p {
	font-size: 12px;
	line-height: 1.8;
	color: #ededed;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
#list {
}
	#list .project dl {
		background: url(/memorial/files/img/common/contents/img_line.png) left bottom repeat-x;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
		#list dt, #list dd {
			font-size: 15px;
			font-family: "£Í£Ó £ÐÃ÷³¯", "MS PMincho", "¥Ò¥é¥®¥ÎÃ÷³¯ Pro W3", "Hiragino Mincho Pro", serif;
			letter-spacing: 0px;
			line-height: 1.5;
			color: #ededed;
			float: left;
			display: inline;
		}
		#list dt {
			width: 100px;
		}
		#list dd {
			width: 360px;
		}
			#list dd span {
				font-size: 12px;
				line-height: 1.5;
				color: #bbb;
				display: block;
				margin-top: 5px;
			}