/*ボディ*/

body {
	background-color: #ffffff;
	margin-top:0px;
	margin-left:15px;
	color:#333333;
	}

/* リンク */
a:link,a:visited{color:#666666; text-decoration:none;}
a:active,a:hover{color:#601886; text-decoration:none;}



/*ヘッダー*/
.hpur {
	background-color: #f5f6ff;
	}


/*グレー枠*/
table.g01{
	border: solid #eeeeee 1px;
	}

td.g01f{
	background-image: url(/images/ind_bg.jpg);

	}

td.g01e{
	background-color: #eeeeee;
	border: solid #ffffff 1px;
	}



/*Topics*/
td.tpf{
	background-color: #ffffff;
	}

td.tpl{
	background-image: url(/images/ind_tp_01.gif);
	}

td.tpr{
	background-image: url(/images/ind_tp_02.gif);
	}


/*特徴bg*/
td.fbg01{
	background-image: url(/images/fea_bg01.jpg);
	background-repeat: no-repeat;
	}

td.fbg02{
	background-image: url(/images/fea_bg02.jpg);
	background-repeat: no-repeat;
	}

td.fbg03{
	background-image: url(/images/fea_bg03.jpg);
	background-repeat: no-repeat;
	}

td.fbg04{
	background-image: url(/images/fea_bg04.jpg);
	background-repeat: no-repeat;
	}


/*製品情報bg*/
td.pbg01{
	background-image: url(/images/pro_main.jpg);
	background-repeat: no-repeat;
	}


/*製品情報　仕様表*/
td.ps01g{
	border-top: solid #363636 1px;
	border-bottom: solid #363636 1px;
	}

td.ps01b{
	background-color: #1d2089;/*紺*/
	border-right: solid #363636 1px;
	color: #ffffff;
	padding:3px;
	}

td.ps01my{
	background-color: #dcdeeb;/*薄い紫（bottomライン有）*/
	border-left: solid #363636 1px;
	border-right: solid #363636 1px;
	border-bottom: solid #363636 1px;
	padding:3px 20px;
	}

td.ps01mn{
	background-color: #dcdeeb;/*薄い紫（bottomライン無）*/
	border-left: solid #363636 1px;
	border-right: solid #363636 1px;
	padding:3px 20px;
	}

td.ps01p{
	background-color: #c3c4d9;/*紫*/
	border-left: solid #363636 1px;
	border-right: solid #363636 1px;
	border-top: solid #363636 1px;
	border-bottom: solid #363636 1px;
	padding:3px 10px;
	}

td.ps01pt{
	background-color: #c3c4d9;/*紫（topライン無）*/
	border-left: solid #363636 1px;
	border-right: solid #363636 1px;
	border-bottom: solid #363636 1px;
	padding:3px 10px;
	}

td.ps01fy{
	background-color: #ffffff;/*白*/
	border-right: solid #363636 1px;
	border-bottom: solid #c6c4cf 1px;
	padding:3px 20px;
	}

td.ps01fn{
	background-color: #ffffff;/*白（bottomライン無）*/
	border-right: solid #363636 1px;
	padding:3px 20px;
	}


/*サイトマップ*/
td.s01{
	padding:0px 0px 15px 15px;/*上、右、下、左*/
	}

td.s02{
	padding:0px 0px 15px 30px;
	}

td.s02b{
	padding:0px 0px 10px 30px;
	}


td.s03{
	padding:0px 0px 10px 45px;
	}

td.s03b{
	padding:0px 0px 15px 45px;
	}

/*強調色*/
em{
	font-weight:bold;
	font-style:normal;
	color:#eb6877;
}

strong{
	font-weight:bold;
	font-style:normal;
	color:#579ae7;
}

