@charset "utf-8";


/* index.css */

#wrapper {
	background-image: url(../../images/index/wrapper_bg.gif);
	background-repeat: repeat-x;
}

/* slide */
#stage {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-bottom: 30px;
	height: 400px;
}
#stage img{
	display:none;
	position: absolute;
}
#stage #img1{
 	display:block;
}
#stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* 新着情報 */
.iframe_news {
	background-image: url(../../images/index/iframe_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 230px;
	width: 650px;
	padding-top: 20px;
	padding-left: 20px;
}

.message01 {
	background-image: url(../../images/index/message01.gif);
	height: 28px;
	width: 670px;
	margin-bottom: 20px;
}



