@charset "UTF-8";
.topicsTitleBox {
	margin: 0px;
	padding: 0px;
}
.topicsDate {
	font-weight: bold;
	color: #990000;
	float: left;
	width: 75px;
}
.topicsTitle {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	float: right;
	width: 417px;
}
.contents p a:link {
	background-image: url(../img/share/allow.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.contents p a:visited {
	background-image: url(../img/share/allow.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.contents p a:hover {
	background-image: url(../img/share/allowo.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
}
