@charset "utf-8";


/*----------------------------------------------------

	TOPページ用CSS

----------------------------------------------------*/



#slideshow {
	position:relative;
	height:370px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	/*margin: 0px auto 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;
}



#mainContents .contentsBox .moveBox {
	clear: both;
	margin-bottom: 30px;
}


#mainContents .contentsBox h3 {
	margin-bottom: 15px;
}



#mainContents .contentsBox .moveBox .moveThum {
	float: left;
	width: 250px;
}



#mainContents .contentsBox .moveBox div {
	float: right;
	width: 370px;
}



#mainContents .contentsBox #feed li{
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	background: url(../img/arrow1.gif) no-repeat 5px 5px;
	padding-left: 15px;
	border-bottom: 1px dotted #B19B9B;
	margin-bottom: 10px;
	padding-bottom: 10px;
}



#mainContents .contentsBox #feed span{
	font-weight: bold;
}
