@charset "UTF-8";


#headCopy {
	background-color: #000;
	text-align: center;
	padding: 19px;
}

#home #slideShow {
	border: none;
	height: 400px;
	position: relative;
	background-image: url(images/bg_topimg.jpg);
}

#slideShow li {
	position: absolute;
	top:0;
	left: 0;
}

#topimg1 {
	z-index: 10;
}

#intro {
	margin: 0 50px 25px 0;
	font-size: 108%;
	line-height: 1.6;
}

#intro strong {
	font-size: 143%;
}

#feature {
	height: 89px;
}

#feature li {
	float: left;
	margin-right: 12px;
}

#feature li.blogLink {
	margin-right: 0;
}

#news {
	margin: 33px 50px 33px 0;
	border: solid 1px #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
}

#news * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 18px;
	line-height: 18px;
	vertical-align: baseline;
}

#news h2 {
	font-weight: bold;
	color: #373737;
	padding: 0 10px 0 6px;
	border-right: solid 1px #bdbdbd;
	font-size: 92%;
}

#news p {
	margin-left: .5em;
}

#news p a {
	padding-right: 16px;
	background: url(common/images/arrow1.png) no-repeat right center;
	font-size: 92%;
}


/*-施工事例リスト----------*/

#caseListWrap {
	margin: 33px 0;
}

#caseListWrap h2 {
	height: 24px;
	font-weight: bold;
	font-size: 92%;
	line-height: 24px;
	background: url(common/images/bg_h_case.png) left top;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 50px;
}

#caseListWrap .moreCase {
	text-align: right;
	margin-top: -24px;
	margin-right: 60px;
	height: 24px;
}

#caseListWrap .moreCase a {
	padding-right: 16px;
	background: url(common/images/arrow1.png) no-repeat right center;
	font-size: 92%;
	line-height: 24px;
	font-weight: bold;
}

#caseListWrap ul {
	width: 830px;
	height: auto;
	padding-bottom: 12px;
	overflow: hidden;
}

#caseList li {
	float: left;
	margin-right: 12px;
	margin-top: 12px;
}

#caseList dl {
	width: 250px;
	height: 162px;
	position: relative;
	border: solid 1px #bdbdbd;
}

html>/**/body #caseList dl:hover {
	opacity: .6;
	filter: alpha(opacity=60);
} /*IE6 & 7 以外に適用*/

#caseList dt {
	padding: 9px;
}

#caseList .newTopic {
	display: block;
	height: 42px;
	width: 42px;
	background: url(common/images/new.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 3px;
	left: 14px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../common/images/new.png', sizingMethod='crop');
}

#caseList dt img {
	width: 232px;
}

#caseList dd strong {
	margin: 0 9px;
	font-weight: bold;
	font-size: 92%;
}

#caseList dd a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	*width: auto;
	*height: auto;
	*top: 52px;
	*text-indent: 0;
	*filter: alpha(opacity=100);
}

#caseList dd a {
	background: #fff\0/; /*IE8のみ*/
}

+html #caseList dd a {
	background: #fff; /*IE7のみ*/
}