@charset "utf-8";
/* CSS Document */

/* 共通/////////////////////////////////////////////////////////////////////// */
.graph_title{
	font-weight:bold;
	margin-bottom:8px;
	text-align:left;
	color:#666666;
}


/* CHEMEQ/////////////////////////////////////////////////////////////////////// */
#chemeq_left{
	width:362px;
	float:left;
	text-align:left;
}
#chemeq_right{
	width:345px;
	float:right;
	text-align:right;
}
#chemeq_sumei{
	padding-left:15px;
	line-height:130%;
	text-justify: inter-ideograph;
	text-align: justify;
}
#chemeq_graph{
	padding-left:15px;
	margin-top:10px;
}
#chemeq_photo{
	margin-top:20px;
	text-align:center;
}

/* 物性/////////////////////////////////////////////////////////////////////// */
.bussei_sumei{
	margin-top:15px;
	padding-left:15px;
	line-height:130%;
	text-justify: inter-ideograph;
	text-align: justify;
}

table#bussei {
	width:717px;
	border: 1px #999999 solid;
	border-spacing: 0;
	margin-top:10px;
	margin-left:15px;
}

table#bussei th {
	padding:3px;
	border:#006699 solid;
	border-width: 0 0 1px 1px;
	background:#6C9ACD url(../../work/frp/img/graph_bg_blue.gif) repeat-x bottom;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table#bussei td {
	padding:3px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #FFFFFF;
	text-align:center;
}


/* 耐薬品性/////////////////////////////////////////////////////////////////////// */
table#yakuhin {
	width:717px;
	border-top:2px #666666 solid;
	border-right:2px #666666 solid;
	border-bottom:1px #666666 solid;
	border-left:1px #666666 solid;
	border-spacing: 0;
	margin-top:10px;
	margin-left:15px;
}

table#yakuhin th, table#yakuhin td {
	padding:4px;
	border-top:none;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:none;
}
.yakuhin_percent{
	text-align:right;
}

.yakuhin_blue{
	width:23px;
	text-align:center;
	background:url(../../work/frp/img/yakuhin_blue.gif) repeat-x center paleturquoise;
}
.yakuhin_orange{
	width:23px;
	text-align:center;
	background:url(../../work/frp/img/yakuhin_orange.gif) repeat-x center #FFCC99;
}
.yakuhin_green{
	width:23px;
	text-align:center;
	background:url(../../work/frp/img/yakuhin_green.gif) repeat-x center #AED1A0;
}
.yakuhin_purple{
	width:23px;
	text-align:center;
	background:url(../../work/frp/img/yakuhin_purple.gif) repeat-x center #CC99CC;
}
.yakuhin_none{
	width:23px;
	background:beige;
}

#graph_setsumei{
	width:662px;
	margin:5px auto 0px auto;
	font-size:90%;
	text-indent:-1em;
	padding-left:1em;
	line-height:120%;
}
/* グラフ用※印 */
.graph_kome{
	font-size:x-small;
	font-weight:bold;
	color:#CC0000;
}









