@charset "utf-8";
/* CSS Document */
.wp_top{
	height: 120px;
	width: 160px;
}
a:link .wp_top, a:visited .wp_top {
  max-width:144px;
	padding:2px;
	border:2px solid #CCCCCC;
}

a:hover .wp_top{
	padding:2px;
	border:2px solid #5AA723;
}
.v_title{
	font-size: 14px;
	line-height: 2em;
	font-weight: bold;
	color: #8ab459;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}
.v_date{
	font-size: 12px;
	line-height: 1.5em;
	color: #CCCCCC;text-align: center;
}
.v_text{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
