@charset "utf-8";

.Caption {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 500px;
	background-color: transparent;
}
.Caption .Date {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #cccccc;
	text-align: left;
}
.Caption .More {
	margin: 5px 10px 0px 0px;
	border-top: 1px solid #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
.Caption .More img {
	border: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.Caption .More a:link {
	color: #0066cc;
}
.Caption .More a:visited {
	color: #0066cc;
}
.Caption .More a:hover {
	color: #ff6600;
}

.Caption#Comment {
	padding: 10px 0px 10px 0px;
	background-color: transparent;
}
.Caption#Comment .Date {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-align: right;
}

.Caption#TrackBack {
	padding: 10px 0px 10px 0px;
	background-color: transparent;
}
.Caption#TrackBack .Date {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-align: right;
}

.Caption#TrackBack .More {
	margin: 5px 10px 0px 0px;
	border-top: 1px solid #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
.Caption#TrackBack .More img {
	border: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.Caption#TrackBack .More a:link {
	color: #0066cc;
}
.Caption#TrackBack .More a:visited {
	color: #0066cc;
}
.Caption#TrackBack .More a:hover {
	color: #ff6600;
}