/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 720px;	 
	width: 380px;
	margin-top:5px;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {
	position:absolute;
	/* this time we have very large space for height */	
	height:2400px;
	margin: 0px;
	top: -3px;
	width:380px;
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #ddd;
	padding:5px;
	width:380px;
	height:57px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:15px;
	height:56px;
	width:76px;
}

.items h6 {
	margin-bottom:3px;
	font-size:10px;
	color:#333;
	font-weight:bold;
}

.items h6 span {
	margin-bottom:3px;
	font-size:10px;
	color:#F33;
	font-weight:bold;
}

.items p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px;
	font-size:10px;
	color:#333;
	line-height:15px;
}



.items a {
	color:#369;
}

.items a:hover {
	color:#6CF;
}

#date {
	width:55px;
	height:10px;
	margin:0px;
	margin-left:310px;
	padding:0px;
	border:none;

}

#date p {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:10px;
	color:#666;
	font-weight:bold;

}


/* the action buttons above the scrollable */
#actions {
	width:380px;
	height:50px;
	display:block;
	margin:0px;
	background-image:url(../../news/new50.jpg);
	margin-bottom:5px;
}

#actions a {
	padding:7px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	cursor:pointer;
	color:#F9F8E6;
}

#actions a:hover {
	text-decoration:underline;
	color:#F9F8E6;
}




.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	

#news_topix {
	width:380px;
	height:70px;
	margin-bottom:2px;
	padding:0px;

}

#winva {
	width:370px;
	height:70px;
	padding:0px;
	margin-left:2px;
	margin-bottom:2px;
	
}


