@charset "UTF-8";

/* == メインボックス =================================================== */
#mainbox {
	width: 450px;
	float: left;
}
#mainbox p {
	margin-top: 0;
	color:#626565;
}

.main-titlecopy {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	color:#658DD9;
}

/* -- 新着情報 ---------------------------------------- */
#news_info {}
#news_info h3 {
	margin: 0;
}
#news_info dl {
	background: #FFF;
	padding: 10px;
	margin: 0;
}
#news_info dt {
	clear: both;
	color: #000;
	font-size: 1em;
	text-align: right;
	background: url(/img_top/news_listmark.gif) no-repeat left 0.3em;
	width: 65px;
	float: left;
}
#news_info dd {
	font-size: 1em;
	margin: 0 0 0 75px;
}
#news_info dd a {
	text-decoration: none;
}
#news_info dd a:hover {
	color: #F90;
	text-decoration: underline;
}


/* == サブボックス =================================================== */
#subbox {
	width: 430px;
	float: right;
}

/* -- 仕事への姿勢 ---------------------------------------- */
.posture-btn {
	margin: 0 0 15px 0;
}
.posture-btn a {
	color: #606060;
	text-decoration: none;
}
.posture-btn a:hover {
	color: #333;
	text-decoration: underline;
}
.posture-btn img {
	margin-right: 10px;
	float: left;
}

/* -- 代表的な施工 ---------------------------------------- */
#main_cons {
	clear: both;
	margin-bottom: 15px;
}
#main_cons h3 {
	margin: 0;
}
#main_cons td {
	vertical-align: top;
	width: 100px;
}
#main_cons td a {
	color: #606060;
	text-decoration: none;
}
#main_cons td a:hover {
	color: #333;
	text-decoration: underline;
}

/* -- 最新施工例 ---------------------------------------- */
#cons_info {
	clear: both;
	position: relative;
}
#cons_info h3 {
	margin: 0 0 0.5em 0;
}
.itiran {
	font-size: 0.9em;
	line-height: 1.6em;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 0;
	border: 1px solid #658DD9;
}
.itiran a {
	display: block;
	color: #658DD9;
	text-decoration: none;
	padding: 2px 3px;
}
.itiran a:hover {
	color: #fff;
	background: #658DD9;
}

.work_top {
	font-size: 0.9em;
	background: #FFF;
	width: 200px;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
	float: left;
}
.work_top img {
	margin-right: 5px;
	float: left;
}
.work_top a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px;
}
.work_top a:hover {
	color: #F90;
}
.work_top span {
	color: #555;
	font-size: 0.9em;
}

