/****************************************************
　■工事事例　ページ設定
****************************************************/

/* --- サイドメニュータイトル --- */
#side-navi h2 {
	background-image: url(images/works_h2_back.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #fff;
}



/* --- コンテンツ --- */


.work_container {
	border-bottom: 1px dotted #333333;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
h4.work_title {
	font-size: 16px;
	font-weight: bold;
	color: #339999;
	background: url(images/icon_orange_circle.gif) no-repeat;
	padding-left: 25px;
	margin-bottom: 15px;
	height: 20px;
	padding-top: 1px;
}
.work_info {
	float: left;
	width: 540px;
	margin-bottom: 10px;
}
.work_icon {
	float: left;
}

.work_info p {
	float: right;
	width: 480px;
}
