@charset "utf-8";

/*-------------------------------------
　　スライドショー
-------------------------------------*/

#top-img {
	margin:0;
	height:320px;
	text-align:center;
	background:url(../images/top_img_bg.png) repeat-x;
	border-bottom:1px solid #ddd;
}
#top-slide {
	margin:0 auto;
	width:1000px;
	height:320px;
	overflow:hidden;
	position: relative;
}
#top-slide a {
	text-decoration: none;
	display:block;
	width:1000px;
	height:320px;
	position:absolute;
	left:1000px;
}
#top_slide a img {
	display: block;
	border: 0;
}
img#top_loading {
	position: absolute;
	left:396px;
	top:153px;
}

#top-thum {
    margin:0;
	padding:0;
    height:1px;
}

/* 以下は今回のデザインでは使わない(htmlには記述) */

#top_thum {
	/*
	position: absolute;
	width:1000px;
	left:0;
	top:320px;
	text-align:left;
	background-color:#000;
	*/
	display:none;
}
#top_thum ul {
	/*
	margin:10px 0 10px 5px;
	padding:0;
	width:1000px;
	height:50px;
	text-align:center;
	*/
	display:none;
}
#top_thum ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
#top_thum ul li {
	display: -moz-inline-box;
	display: inline-block;
	display: inline;*
	line-height:50px;
	width:185px;
    height:50px;
	zoom: 1;
	list-style:none;
}
#top_thum ul li div {
	width:185px;
	height:50px;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	display:inline;
}
#top_thum ul li div img {
	display: block;
	cursor: pointer;
}