@charset "utf-8";
/* CSS Document */

/* bread ここから */

#bread {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

#bread div.bread_list {
	height: 30px;
	padding-left: 16px;
	clear: both;
	font-size: 10px;
	color: #484848;

}

#bread div.bread_list a {
	font-size: 10px;
	line-height: 2.1em;
	text-decoration: none;
	color: #484848;
}

#bread div.bread_list a:hover {
	text-decoration: none;
	color: #7AC626;
}

#bread #bread_1px {
	height: 1px;
	width: 762px;
}

/* bread ここまで */

/* ページタイトル ここから */

#page_title {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

#page_title #title {
	height: 23px;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #8fda3f;
	float: left;

}

#page_title #title h2 {
	font-size: 18px;
	color: #686868;
	padding-left: 7px;
	font-weight: bold;
	letter-spacing: 0.1em;

}

/* 施工例一覧に戻る　ここから */

#page_title #title_back_text {
	display: block;
	float: right;
	font-size: 16px;
	color: #484848;
	letter-spacing: 0.1em;
	height: 23px;
}

#page_title #title_back_text a {
	text-decoration: none;
	color: #484848;
	background-image: url(../images/navi_arrow_back.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: right 2px;
	padding-right: 25px;
}

#page_title #title_back_text a:hover {
	color: #7AC626;
	text-decoration: none;


}

/* 施工例一覧に戻る　ここまで */




#page_title #line {
	height: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9db485;
	clear: both;
}



