/*ローカルナビと文章部分
-----------------------------*/   

#container-industrial { 
	width: 720px;
	height: 100%;
	margin-bottom: 20px;
	_margin-top: -2px; 
	padding: 20px;
    border-top: solid #a28fc6 3px;
   }
   
#container-magazine { 
	width: 720px;
	height: 100%;
	margin-bottom: 20px;
	_margin-top: -2px; 
	padding: 20px;
    border-top: solid #ff990c 3px;
	}

#container-robot { 
	width: 720px;
	height: 100%;
	margin-bottom: 20px;
	_margin-top: -2px; 
	padding: 20px;
    border-top: solid #9ac011 3px;
   } 
   
/*タブで商品カテゴリ移動
-----------------------------*/ 

#tab {
   width: 760px;
   height: 40px;
   margin: 0 auto;
   padding: 0;
   }

#tab img {
   margin: 0;
   }
   
/*---------中の文章部分-----------*/ 

#text-third {
	float: right;
    width: 520px
	}
	
h4 {
    font-size: 108%;
	color: #0151b1;
	line-height: 30px;
	border-bottom: 1px #000066 dotted;
	}


h5 {
    font-size: 93%;
	/* color: #999999; */
	color: #0000FF;
	line-height: 20px;
	font-weight: bold;
	border-left: #0151b1 3px solid;
	padding-left: 5px;
	}
	
p {
   font-size: 93%;
   line-height: 130%;
   }

/*---------文章内リンク-----------*/ 
.pdflink {
    background:transparent url(../icon/pdf.gif) no-repeat scroll left center;
    padding-left:20px;
    font-size: 80%;
    padding-bottom:2px;
    padding-top:2px;
}

.helplink {
    background:transparent url(../icon/help.gif) no-repeat scroll left center;
    padding-left:20px;
    font-size: 80%;
    padding-bottom:2px;
    padding-top:2px;
}

.downroadlink {
    background:transparent url(../icon/downroad.gif) no-repeat scroll left center;
    padding-left:20px;
    font-size: 80%;
    padding-bottom:2px;
    padding-top:2px;
} 

/*---------テーブル装飾-----------*/ 

table {
    border-collapse:collapse;
    color:#555555;
    margin:10px 0;
    width:100%;
}

th {
    background:#e7e7e7 none repeat scroll 0%;
    border:1px solid #D8D8D8;
    font-weight:normal;
    padding:8px;
    text-align:center;
    white-space: nowrap;
    }

td {
    border:1px solid #D8D8D8;
    padding:8px;
    vertical-align:top;
	font-size: 90%;
	text-align: center;
	}

th.vertical {
	white-space: nowrap;
    text-align:left;
	}

td.vertical {
    text-align:left;
	}


/*---------画像と説明-----------*/ 

#entry {
	margin: 20px 0;
	width: 98%;
/* 	height: 150px; */
	height: 100%;
 	float: left;
	}
 
.img-left {
	float: left;
	width: 180px;
	margin-bottom:5px;
    margin-right:15px;
/* 	display:block; */
	}

.img-right {
	float: right;
	margin-bottom:5px;
    margin-left:15px;
	display:block;
	}

.text-right {
	margin-left:180px;
/* 	float: left;
	width: 300px; */
	}

.text-right-m {
	margin-left:330px;
/* 	float: left;
	width: 300px; */
	}

.text02 {
    font-weight: bold;
	font-size: 105%;
	color: #0151b1;
	border-bottom: 1px #0151b1 solid;
	padding-bottom: 2px;
	}

.text03 {
    font-size: 80%;
	color: #333333;
	padding-top: 5px;
	}

.list01 {
	list-style-image: url(../icon/btn_blue.gif) no-repeat center left;
	font-weight: bold;
	color: #3e4fa2;
	font-size: 110%;
	margin-bottom: 8px;
	}

.list_text01 {
    background:transparent url(../icon/btn_blue.gif) no-repeat scroll left center;
	font-weight: bold;
	color: #3e4fa2;
	font-size: 110%;
	padding-left: 20px;
	margin-bottom: 8px;
	}

.list_text02 {
	font-weight: bold;
	color: #3e4fa2;
	font-size: 110%;
	padding-left: 20px;
	margin-bottom: 8px;
	}


