.picup_area {
	width:300px;
	margin:0px;
	float:left;
}
.picbox{
	text-align:center;
	overflow: hidden;
	width:290px;
	height:210px;
	margin: 0px 0px 5px 0px;
	background:#818181 no-repeat url(../images/pic_bg.jpg)
}
.picimg{
	width:280px;
	height:150px;
	margin:8px auto 2px auto;
	background-color:#000000;
}
.picprof{
	overflow: hidden;
	width:280px;
	height:14px;
	text-align:center;
	margin:0px auto 2px auto;
	font-size:12px;
	color:#333333;
	line-height:14px
}
.picprof_kana{
	margin:0px;
	font-size:10px;
	color:#333333;
	line-height:14px
}
.piccom{
	overflow: hidden;
	height:28px;
	width:265px;
	text-align:left;
	margin:0px auto 0px auto;
	font-size:12px;
	color:#fe02c6;
	line-height:14px
}


.picimg a:hover img.ban{
	width:280px;
	height:150px;
	padding: 0px;
	margin:0px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
