/*** 最新トピック ***/
.topic_new{
	position: relative;
	width: 190px;
	height: 50px;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #9CF;
	overflow: hidden;
}

.topic_new h2{
	height: 30px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background:#9CF;
}

.topic_new img{
	position: relative;
	top: -20px;
}

/*** 最新情報 ***/

.topic_new{
	position: relative;
	width: 190px;
	height: 104px;
	top: 10px;
	left: 0px;
	margin: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #9CF;
	overflow: hidden;
}

.topic_new h2{
	height: 30px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background:#9CF;
}

/*** 最新カウントダウンボイス ***/

.voice_new{
	position: relative;
	width: 190px;
	height:130px;
	top: 10px;
	left: 0px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #9CF;
	overflow: hidden;
}

.voice_new h2{
	height: 30px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background:#9CF;
}
