@charset "UTF-8";

#blog-content h3 {
	margin: 0px 0px 20px 0px;
}
.list-box {
	width: 100%;
}
.list-box th a, .list-box td a {
	display:block;
	padding: 10px 5px;
}
.list-box tr {
	background: url(/links/images/list_box_bg.gif) left bottom no-repeat;
	display: block;
}
.list-box th a:link, .list-box th a:visited, .list-box th a:active {
	width: 305px;
	color: #B30F74;
}
.list-box td a {
	width: 255px;
}
.list-box td a:hover {
	color: #908B8A;
	text-decoration: none;
}

