@charset "Shift_JIS";
/* トップスライドショー */

#slideshow {
    position:relative;
    height:490px;
	margin-bottom:20px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* 本文 */

table{
	border:none;
	font-size: 9pt;
	color: #333333;
	text-align: left;
	line-height: 160%;
}
.news {
	font-size: 12px;
	color: #444444;
}

.news_tit {
	font-size: 13px;
	text-align: left;
	color: #333333;
}
.sidebar1 {
	float: left;
	width: 550px;
	padding-top: 15px;
}

.infomation{
	float: right;
	width: 310px;
	padding-top: 40px;
}
