@charset "utf-8";

#contents p {
	font-size: 12px;
	line-height: 1.8;
	color: #ededed;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-align:justify;
}
#links {
}
	#links .number {
		margin-bottom: 0px;
		width: 120px;
		float: left;
		display: inline;
	}
		#links .number .btn a {
			font-size: 12px;
			color: #e5c674;
			letter-spacing: 1px;
			display: block;
			text-align: center;
			border: 1px solid #e5c674;
			padding: 5px 0px;
			background-color: #4d4d4d;
		}
		#links .number .btn a:hover {
			color: #fff;
			border: 1px solid #fff;
		}
		
	#links p {
		font-family: "£Í£Ó £ÐÃ÷³¯", "MS PMincho", "¥Ò¥é¥®¥ÎÃ÷³¯ Pro W3", "Hiragino Mincho Pro", serif;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 1px;
		margin-bottom: 5px;
	}
	#links .link {
		background: url(/memorial/files/img/common/contents/img_line.png) left bottom repeat-x;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
		#links .txt {
			width: 320px;
			float: right;
			display: inline;
		}
		#links dl {
			border-bottom: 1px dotted #4d4d4d;
			padding-bottom: 7px;
			margin-bottom: 7px;
		}
		#links dl.last {
			border-bottom: none;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		#links dt {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			line-height: 1.5;
			color: #ededed;
			letter-spacing: 0px;
		}
		#links dd {
			font-size: 11px;
			color: #bbb;
			line-height: 1.5;
			letter-spacing: 0px;
		}
		#links .nodata {
			display: none;
		}