@charset "utf-8";
/*------------------------------------------------------------
ナビ
------------------------------------------------------------*/


/* =======================================
事業内容
========================================== */
#main .introductory_essay .active {
	margin-left: 11px;
	margin-bottom: -10px;
}


/* =======================================
1.土木工事
========================================== */
#showroom1 {
	width: 200px;
	height: 303px;
	margin-bottom: 2px;
	margin-top: 5px;
	float: left;
	background-image: url(../img/top/doboku.jpg);
	background-repeat: no-repeat;
	display: inline;
	margin-left: 10px;
}
/*--タイトル----*/
#showroom1 .goods {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	padding-top: 15px;
	padding-left: 15px;
	color: #333;
}
/*--詳細を見る画像--*/
#showroom1 .details {
	float: right;
	margin-top: 152px;
	margin-right: 88px;
	display: inline;
}
#showroom1 p {
	margin-top: 140px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2em;
	line-height: 1.6;
}

/* =======================================
2.舗装工事
========================================== */
#showroom2 {
	width: 200px;
	height: 303px;
	margin-bottom: 2px;
	margin-top: 5px;
	float: left;
	background-image: url(../img/top/hosou.jpg);
	background-repeat: no-repeat;
	margin-right: 0;
	margin-left: 12px;
	display: inline;
}
/*--タイトル----*/
#showroom2 .goods {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	padding-top: 15px;
	padding-left: 15px;
	color: #333;
}
/*--詳細を見る画像--*/
#showroom2 .details {
	float: right;
	margin-top: 152px;
	margin-right: 88px;
	display: inline;
}
#showroom2 p {
	margin-top: 140px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2em;
	line-height: 1.6;
}

/* =======================================
3.交通安全工事
========================================== */
#showroom3 {
	width: 200px;
	height: 303px;
	margin-bottom: 2px;
	margin-top: 5px;
	float: left;
	background-image: url(../img/top/koutuu.jpg);
	background-repeat: no-repeat;
	margin-right: 0;
	margin-left: 12px;
	display: inline;
}
/*--タイトル----*/
#showroom3 .goods {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	padding-top: 15px;
	padding-left: 15px;
	color: #333;
}
/*--詳細を見る画像--*/
#showroom3 .details {
	float: right;
	margin-top: 152px;
	margin-right: 88px;
	display: inline;
}
#showroom3 p {
	margin-top: 140px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2em;
	line-height: 1.6;
}
/* =======================================
4.管工事
========================================== */
#showroom4 {
	width: 201px;
	height: 303px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	background-image: url(../img/top/kan.jpg);
	background-repeat: no-repeat;
	margin-left: 12px;
	clear: right;
	display: inline;
}
/*--タイトル----*/
#showroom4 .goods {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	padding-top: 15px;
	padding-left: 15px;
	color: #333;
}
/*--詳細を見る画像--*/
#showroom4 .details {
	float: right;
	margin-top: 152px;
	margin-right: 88px;
	display: inline;
}
#showroom4 p {
	margin-top: 140px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2em;
	line-height: 1.6;
}
/* =======================================
事業内容メニューここまで
========================================== */

/* =======================================
お知らせ
========================================== */
#main .information {
	margin-top: 20px;
	padding-top: 15px;
	margin-left: 11px;
	clear: both;
}
#news {
	font-size: 1.25em;
}
#news .infoData {
	overflow: auto;
	height: 150px;
	width: 840px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 18px;
}
/*---日付ー*/
#news .infoData dt {
	clear: both;
	float: left;
	width: 70px;
	padding-top: 0px;
}
/*---ボーダー線（点線）ー*/
#news .infoData dd {
	background-image: url(../img/top/boda.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 0;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
#news img {
	padding-right: 20px;
	vertical-align: middle;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-bottom: -2px;
}
#main .introductory_essay {
	font-size: 1.4em;
	margin-bottom: 18px;
	margin-top: 0px;
	line-height: 1.8em;
	padding-top: 15px;
}
#main .introductory_essay .outlineNote {
	margin-bottom: 18px;
	padding-right: 7px;
	padding-left: 10px;
}
/*----詳細を見るボタン----*/
.details a {
	display: block;
	width: 91px;
	height: 34px;
	background-image: url(../img/top/details.gif);
}
.details :hover{
background-position:left bottom;
}
.details span {
	display: none;	
}

.home #container #main #wrapper {
	margin-left: 11px;
	margin-top: -5px;
}
.home #container #main #wrapper .comIntro {
	zoom: 1;
	background: url(../img/top/comintro_bg.jpg) repeat-y left top;
	padding-top: 0px;
	padding-bottom: 0px;
}
