@charset "utf-8";

/*	[トップページ]
-----------------------------------------------*/

/*----- 背景 -----*/
body#top {
	background: url(/img/bg_body.gif) repeat-x 0 8px;
}
body#top #container {
	background: none;
}

/*----- メインビジュアル（スライドショー） -----*/
#slideshow {
	position: relative;
	width: 951px;
	height: 286px;
	line-height: 1;
}

/* ビジュアル */
#slideshow .slides {
	position: relative;
	overflow: hidden;
	width: 950px;
	top: 10px;
	left: 1px;
}
#slideshow .slides ul {
	width: 4750px;
}
#slideshow .slides li {
	float: left;
	width: 950px;
	height: 250px;
}

/* ナビゲーション */
#slideshow .slideNavi {
	position: absolute;
	top: 259px;
	right: 0;
	border-left: 1px solid #E6E6E6;
	text-align: center;
	background: #666;
}
#slideshow .slideNavi li {
	float: left;
	padding: 4px 0 2px;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
#slideshow .slideNavi li a {
	display: block;
	width: 20px;
	outline: none;
	color:#FFFFFF;
}
.js #slideshow .slideNavi li.on,
.js #slideshow .slideNavi li.on a {
	background-color: #E6E6E6;
	color:#666666
}

/*----- メインビジュアル下のバナー -----*/
#container #topBanner {
	height: 91px;
	margin: 0 0 0 2px;
	padding: 0;
}
#topBanner li {
	float: left;
	padding: 4px 0 0 5px;
}

/*----- メインコンテンツ -----*/
#container .top {
	width: 711px;
	margin: 16px 4px 0 0;
	padding: 0;
}

/* 新着情報 */
.title {
	clear: both;
	position: relative;
	width: 711px;
	height: 33px;
}
#container #contents .title ul {
	margin: 0;
}
.title li {
	position: absolute;
	top: 0;
}
.title .about {
	top: 8px;
	right: 121px;
	padding-left: 10px;
	background: url(/shared/img/icon_arrow07.gif) no-repeat 0 50%;
}
.title .rss {
	top: 6px;
	right: 61px;
}
.title .list {
	top: 6px;
	right: 6px;
}

/* 新着情報：リスト */
#contents #main dl {
	margin-bottom: 20px;
}
#contents #main dl dt{
	float: left;
	clear: left;
	width: 90px;
	padding: 5px 0 0 5px;
}
#contents #main dl dd{
	padding: 5px 5px 5px 90px;
}
#contents #main dl dd a {
	font-weight: bold;
}
#contents #main dl dd.detail{
	margin-bottom: 5px;
	padding: 0 5px 5px 95px;
	border-bottom: 1px dotted #CCC;
	color: #666;
	font-size: 92%;
}

#contents #main .news.formBtn{
	margin: 3px 0 5px;
}

/* 新着情報：トピックス */
.topics {
	background: url(/shared/img/bg_localNaviLinkHeader.gif) repeat-x;
	padding: 22px 0 0 0;
}
.topics h3 {
	margin: 0 0 10px 5px;
}
#container #main .topics ul {
	margin: 0 0 30px;
	padding: 0 0 25px 10px;
	background: url(/shared/img/bg_dot01.gif) repeat-x 0 100%;
}
.topics li {
	padding-left: 18px;
	background: url(/shared/img/icon_arrow05.gif) no-repeat 0 0.2em;
}

#container #main .comment {
	margin: 0 0 9px 0;
}

/*----- お客様の声、施工事例集 -----*/
#container #main ul {
	margin: 0 0 25px 0;
	overflow: hidden;
}
.entry li {
	position: relative;
	float: left;
	width: 349px;
	margin-top: 6px;
	padding-top: 3px;
	background: url(/img/bg_entryHeader.gif) no-repeat;
}
#container #main .entry p {
	margin: 0;
	padding-bottom: 3px;
	background: url(/img/bg_entryFooter.gif) no-repeat 0 100%;
}
.entry a {
	display: block;
	min-height: 88px;
	_height: 88px; /* IE6 */
	background: url(/img/bg_entry.gif) repeat-y;
}
.entry a:hover {
	background: url(/img/bg_entry_o.gif) repeat-y;
}
.entry span {
	display: block;
	padding: 16px 8px 8px 127px;
}
.entry span em {
	color: #43A1D4;
	font-weight: bold;
	padding-right:5px;
}
.entry .photo {
	position: absolute;
	top: 9px;
	left: 11px;
}
.entry .floatR {
	float: right;
}

/*----- サイドナビ -----*/
#localNavi .top01 {
	margin: 7px 0 10px 1px;
}
#localNavi .top02 {
	margin: 0 3px 17px 1px;
	background: none;
}
#localNavi .top02 li {
	padding: 0 10px 8px 0;
}
#localNavi .top03 {
	margin: 0 12px 0 1px;
}

/*----- フッター -----*/
#footerContainer .top {
	padding-top: 19px;
}
