@charset "UTF-8";

/*  ----------------------------------------------------  */
/*  ヘッダ・ナビゲーション部分 */
/*  ----------------------------------------------------  */

#header-navi {
	text-align: left;
	background: url(../images/common/back_header_all.jpg) repeat-x;
}

#header {
	width: 940px;
	height: 100px;
	padding: 0px 10px;
	margin: 0px auto;
	background: url(../images/common/back_header.jpg) no-repeat;
	position: relative;
}

#navi {
	width: 940px;
	height: 40px;
	margin: 0px auto;
	padding: 10px;
	background: url(../images/common/back_navi.jpg) no-repeat;
}



/*  ----------------------------------------------------  */
/*  見出し(タイトル) */
/*  ※中タイトルはトップページと共通なのでcommon.cssに規定 */
/*  ----------------------------------------------------  */

.ttl_page {
	width: 665px;
	height: 55px;
	padding-top: 15px;
	padding-left: 20px;
	color: #47341c;
	font-size: 28px;
	background: url(../images/common/back_ttl_page.jpg);
	margin-bottom: 40px;
}

.ttl02 {
	width: 665px;
	height: 55px;
	padding-top: 9px;
	padding-left: 20px;
	color: #47341c;
	font-size: 28px;
	background: url(../images/common/back_ttl_page.jpg);
	margin-bottom: 40px;
}

.ttl_s {
	width: 685px;
	height: 24px;
	background: url(../images/common/back_ttl_s.jpg);
	font-size: 14px;
	font-weight: bold;
	color: #47341c;
	padding-top: 6px;
	text-indent: 15px;
	margin-bottom: 15px;
}

/*  ----------------------------------------------------  */
/*  リスト・テーブル */
/*  ----------------------------------------------------  */

.base_list {
	margin-bottom: 20px;
}

.base_list li {
	list-style-image: url(../images/common/icon_orange.gif);
	list-style-position: inside;
	margin-bottom: 10px;
}

.base_table {
	border-collapse: collapse;
	border: 2px solid #876740;
	width: 100%;
	margin-bottom: 40px;
}

.base_table tr td {
	padding: 10px 15px;
	border-bottom: 1px solid #876740;
}

.table_ttl {
	background-color: #e4fcc2;
	font-weight: bold;
	white-space: nowrap;
}


/*  ----------------------------------------------------  */
/*  写真・図 */
/*  ----------------------------------------------------  */

.ph {
	padding: 4px;
	background-color: #e4fcc2;
	border: 1px solid #876740;
	margin-bottom: 30px;
}

.ph_left {
	float: left;
	margin-right: 30px;
}

.ph_right {
	float: right;
	margin-left: 30px;
}


/*  ----------------------------------------------------  */
/*  重要事項ボックス */
/*  ----------------------------------------------------  */

.important_box {
	margin-bottom: 40px;
}

.im_ue {
	width: 685px;
	height: 30px;
	background:url(../images/common/kakomi_ue_important.jpg) no-repeat;
}

.im_content {
	width: 625px;
	padding: 0px 35px 0px 25px;
	background: url(../images/common/back_important.jpg) repeat-y;
}

.im_shita {
	width: 685px;
	height: 30px;
	background: url(../images/common/kakomi_shita_important.jpg) no-repeat;
}

.im_content h5 {
	font-size: 18px;
	text-indent: 10px;
	color: #616a00;
	border-bottom: 1px solid #616a00;
}

.im_content p , .im_content ul {
	margin: 0px !important;
	padding-top: 14px;
}

#works_list li {
	list-style-image: url(../images/common/icon_orange.gif);
	list-style-position: inside;
	padding-bottom: 5px;
}

/*  ----------------------------------------------------  */
/*  その他に使う囲みボックス(抹茶色の鉛筆線) */
/*  ----------------------------------------------------  */

.other_box {
	margin-bottom: 60px;
}

.ot_ue {
	width: 685px;
	height: 30px;
	background:url(../images/common/kakomi_ue_other.jpg) no-repeat;
}

.ot_content {
	width: 625px;
	padding: 0px 35px 0px 25px;
	background: url(../images/common/back_other.jpg) repeat-y;
}

.ot_shita {
	width: 685px;
	height: 30px;
	background: url(../images/common/kakomi_shita_other.jpg) no-repeat;
}

.ot_content h5 {
	font-size: 18px;
	text-indent: 10px;
	color: #616a00;
	border-bottom: 1px solid #616a00;
}

.ot_content p , .ot_content ul {
	margin: 0px !important;
	padding-top: 14px;
}

.ot_content h6 {
	padding-top: 20px;
	font-size: 16px;
	color: #C00;
}

/*  ----------------------------------------------------  */
/*  その他 */
/*  ----------------------------------------------------  */

#right_box strong {
	color: #ff4c00;
}

/*  グーグルマップ */
#office_map {
	width: 640px;
	margin-bottom: 30px;
}