
table.va_board{
	width:400px;
	height:250px;
	border:1px solid #000;
	background: #fff;
}

th.va_board{
	background: #ff5db1;
	background: -moz-linear-gradient(left, #ff5db1 0%, #ef017c 100%);
	background: -webkit-linear-gradient(left, #ff5db1 0%,#ef017c 100%);
	background: linear-gradient(to right, #ff5db1 0%,#ef017c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=1 );
}

.va_link{
	color:#00f;
	text-decoration:none;
}

.va_name:hover{
	color:#05f;
	text-decoration:underline;
}

.va_text{
	opacity:0.5;
	padding-right:10px;
}

.va_name{
	font-size:20px;
	font-weight:bold;
	text-shadow:0 0 1px #888;
}

.va_bu{
	width:135px;
	height:180px;
	border:1px solid #000;
	border-radius:5px;
	background:url(../img/back/back_3.png);
	background-size:cover;
	background-position:center bottom;
}

