@charset "utf-8";
/* CSS Document */

.list {
}

.list dl {
	overflow:hidden;
}

.list dt {
	float:left;
	width:60px;
	padding:0 0 15px 5px;
	font-size:0.75em;s
	line-height:1.4;
}

.list dd {
	background:url(../img/arrow01.gif) 0 2px no-repeat;
	float:right;
	width:560px;
	padding:0 0 15px 20px;
	font-size:0.75em;
	line-height:1.4;
}

.backLink {
	text-align:right;
	padding-right:5px;
}

.backLink a {
	padding: 0 0 0 14px;
	background:url(../img/arrow01.gif) 0 1px no-repeat;
	font-size:0.75em;
}

.detail {
}

.detail p.img {
	margin:0 0 20px 0;
	padding:0;
}

.detail p.comment {
	margin:0;
	padding:0;
	font-size:0.75em;
	line-height:1.7;
}

p.date {
	font-size:0.75em;
	text-align:right;
	padding:0 5px 0 0;
}

