@charset "UTF-8";
/* topics.css */


#container_topics {
	width:607px;
	text-align: left;
}	





#page-wrap {
	width: 605px; 
	margin: 0px auto;
	padding: 0 0 0 0;
}

.scroll-pane {
	width: 605px;
	overflow: auto; 
	padding-right: 3px; 
	height: 260px; 
}



.jScrollPaneContainer {
	position: relative; 
	overflow: hidden; 
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../../images/topics_scroll.gif) top center repeat-y;
}

.jScrollPaneDrag {
	position: absolute; 
	background: url(../../images/topics_scrollbu.gif) top center no-repeat;
	cursor: pointer;
	overflow: hidden;
}

.news_date {
	text-align: left;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo",Osaka,verdana,arial,clean,sans-serif;
	font-size: 11px;
	color: #3366CC;
	padding: 0 0 2px 8px;
}


.news_text {
	text-align: left;
	width: 565px;
	line-height: 150%;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo",Osaka,verdana,arial,clean,sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0 0 5px 8px;
}


.pad_newsdotline {
	padding: 0 0 3px 0;
}	 




a:link {
	color: #3399FF;
	text-decoration:none;
}

a:visited {
	color: #3399FF;
	text-decoration: none;
}

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

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}