@charset "utf-8";

/*** スライドショー ***/

#topImageGallery {
	width:100%;
	height:450px;
	margin:-7px 0 25px;
	position:relative;
	overflow:hidden;
	z-index:-1 !important;
}

#topImageGallery #topMain {
	height:450px;
	overflow:hidden;
}

#topImageGallery #topMainImges {
	position:absolute;
	left:50%;
}

#topImageGallery #topMainWrap {
	position:absolute;
}

#topMain .mainImage {
	float:left;
}

/*** トップページコンテンツ ***/

.modBlocTop dl {
	width:100%;
	margin-bottom:10px;
	font-size:12px;
}

.modBlocTop dl dt {
	clear:left;
	float:left;
	width:155px;
	padding:10px 0 10px 0;
}

.modBlocTop dl dd {
	padding:10px 0 10px 165px;
	border-bottom:1px solid #ccc;
}

.modBlocTop dl dt.blog {
	background:url(../images/home/icon_blog.png) no-repeat right 10px;
}

.modBlocTop dl dt.news {
	background:url(../images/home/icon_news.png) no-repeat right 10px;
}

.modBlocTop dl dt.constructions {
	background:url(../images/home/icon_constructions.png) no-repeat right 10px;
}
.modBlocTop .btnMore {
	width:100%;
	height:20px;
	position:relative;
}

.modBlocTop .btnMore img {
	width:92px;
	height:20px;
	display:block;
	position:absolute;
	right:0;
}



