/****************************************************
　■維持管理　ページ設定
****************************************************/

/* --- サイドメニュータイトル --- */
#side-navi h2 {
	background-image: url(images/maint_h2_back.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #fff;
}



/* --- コンテンツ --- */

h4.mainte_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;
}
p.intro {
	margin-bottom: 25px;
}

/* --- テーブル設定 --- */

.mainte_tab_01,.mainte_tab_02,.mainte_tab_03 {
	margin-bottom: 25px;
	font-size: 10px;
}
.mainte_tab_01 tr td,.mainte_tab_02 tr td,.mainte_tab_03 tr td {
	padding: 6px;
}
.tab_01_01 {
	width: 100px;
	background: #E3E6C8;
}
.tab_01_02 {
	width: 165px;
	text-align: center;
	background: #CEE4F5;
}
.tab_01_03 {
	width: 100px;
	text-align: center;
	background: #CEE4F5;
}
.tab_01_04 {
	width: 165px;
	background: #E1EAF1;
}
.tab_01_05 {
	width: 100px;
	background: #E1EAF1;
}
.tab_01_06 {
	width: 90px;
	text-align: center;
	background: #CEE4F5;
}
.tab_01_07 {
	width: 185px;
	text-align: center;
	background: #CEE4F5;
}
.tab_01_08 {
	width: 90px;
	text-align: center;
	background: #E1EAF1;
}
.tab_01_09 {
	width: 185px;
	background: #E1EAF1;
}
.tab_02_01 {
	width: 30px;
	text-align: center;
	background: #CEE4F5;
}
.tab_02_02 {
	width: 120px;
	text-align: center;
	background: #CEE4F5;
}
.tab_02_03 {
	width: 260px;
	text-align: center;
	background: #CEE4F5;
}
.tab_02_04 {
	width: 30px;
	text-align: center;
	background: #E1EAF1;
}
.tab_02_05 {
	width: 120px;
	text-align: center;
	background: #E1EAF1;
}
.tab_02_06 {
	width: 260px;
	background: #E1EAF1;
}
.tab_02_07 {
	width: 120px;
	background: #E1EAF1;
}

/* --- 修繕業務リスト --- */

.shuzen_container {
	padding: 12px;
	background: #F1FFE8;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	float: left;
	width: 550px;
}
.shuzen_container ul li {
	list-style: url(images/arrow_3dot.gif);
	margin-left: 15px;
	margin-bottom: 8px;
}
#sh_01,#sh_02,#sh_03 {
	float: left;
	width: 180px;
}

/* --- 点検報告書サンプル --- */

.report_pdf {
	margin-bottom: 30px;
	margin-top: 10px;
}
.report_pdf li {
	background: url(images/pdf_back.gif) no-repeat;
	width: 380px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	list-style: none;
	padding: 17px 15px 17px 45px;
}

