@charset "Shift_JIS";

/* ============================ */
/* === イレクター部品（メイン） === */
/* ============================ */

#main p {
	font-size: 11pt;
	line-height: 140%;
}

#main h2 {
	margin-top: 10px;
	margin-left: 10px;
}



/* --- パイプ --- */
#pipe {
	margin-bottom: 25px;
}
#pipe table {
	background-color: #008800;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #934900;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #934900;
}
#pipe td {
	background-color: #fff0e1;
	font-size: 11pt;
	color: #222222;
	line-height: 130%;
	/*vertical-align: top;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #934900;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #934900;
}



/* --- ジョイント --- */
#joint {
	margin-bottom: 25px;
}
#joint table {
	background-color: #008800;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006400;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006400;
}
#joint td {
	background-color: #e6ffe6;
	font-size: 11pt;
	color: #222222;
	line-height: 130%;
	/*vertical-align: top;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006400;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006400;
}



/* --- その他部材 --- */
#others {
	margin-bottom: 25px;
}
#others table {
	background-color: #008800;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004993;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004993;
}
#others td {
	background-color: #e8f3ff;
	font-size: 11pt;
	color: #222222;
	line-height: 130%;
	/*vertical-align: top;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004993;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004993;
}



#main .p_posi01 {
	margin-bottom: 15px;
	margin-left: 25px;
}
#main .p_posi02 {
	font-size: 10pt;
	line-height: 130%;
	padding: 5px;
	background-color: #ffffff;
}
#main .p_posi03 {
	padding-left: 5px;
}

#main .parts_posi01 {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
}
#main .parts_posi02 {
	float: left;
	margin-left: 10px;
}
#main .parts_posi03 {
	clear: left;
	margin-top: -10px;
}

