@charset "Shift_JIS";

/* ============================================
	index
============================================ */
#news {
    width: 680px;
}

#news:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #news {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.scroll-pane {
    padding: 0 20px 0 25px;
    padding: 0 15px;
    line-height: 1.3em;
    width: 650px;
}

.scroll-pane .jspVerticalBar {
    width: 7px;
}

.scroll-pane .jspTrack {
    background: #dad2cd;
}

.scroll-pane .jspDrag {
    background: #5b9cf4;
}

#news dl{
    margin: 0 0 8px;
    font-size: 100%;
    border-bottom: 1px dashed #b7b4b3;
    width: 650px;
}

#news dl img{
	margin-left: 6px;
}

#news dt {
    clear: both;
    /*float: left;*/
    padding: 0 0 9px;
    font-weight: bold;
    width: 98%;
    font-size: 90%;
    color: #646464;
}

#news dd {
    padding: 0 0 0.8em 1em;
    line-height: 1.2em;
    font-size: 85%;
    background-image: url(../img/news_arrow.png);
    background-repeat: no-repeat;
    background-position: 0em 0.3em;
    width: 98%;
}

#news dd a {
	text-decoration: none;
}

#news dd a:hover { 
	text-decoration: underline;
}
