@charset "Shift_JIS";
/* news.css */


html {	
	overflow-x: hidden;
}

* html { 
	/* for IE6 */
	overflow: hidden;
	height: 100%;
}



body {
	font-family: "メイリオ","Meiryo",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,arial,clean,sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #363636;
    background-color: #ffffff;
	background-position: left;
	margin-top: 0px;
	padding: 0;
}

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

.scroll-pane {
	width: 600px;
	overflow: auto; 
	padding-right: 5px; 
	height: 180px; 
}



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

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

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

.news_date {
	width: 66px;
	text-align: left;
	font-size: 0.80em;
	color: #c1b6a5;
	padding: 0 0 2px 3px;
	float: left;
}


.news_text {
	width: 505px;
	line-height: 1.4em;
	text-align: left;
	font-size: 0.96em;
	padding: 0 0 2px 5px;
	float: left;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}


.pad_newsdotline {
	padding: 0 0 0 2px;
	margin-top: -0.4em;
	margin-bottom: -0.0em;
}	 




.cl {
	clear: left;
}

#title {
	margin: 0px;
	position: absolute;
	top: -9999px;
}


a:link {
	color: #2392c0;
	text-decoration:none;
}

a:visited {
	color: #2392c0;
	text-decoration: none;
}

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

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