html, body {
margin: 0;
padding: 0;

color: #333;
font-family: arial, sans-serif, 新細明體;
font-size: 12px;
background-color:#fff;
text-align:center;
line-height: 150%; /*設定行高*/ 
background-color:#CCC;
}

.div_iframe {
width: 800px;
background-color:#fff;
text-align: left;
}

p {
padding: 10px 50px 0px 50px;
}

ol, ul {
margin: 10px 50px 0px 55px;
}

.word_title{
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #000066;
	text-decoration: underline;

}

.word_red {
color: #ff0000;
}

/*文字連結*/
a{text-decoration:none;/*刪除連結線*/}

.link_beblue a:link, .link_beblue a:visited, .link_beblue a:active {color : #333 ;}
.link_beblue a:hover{color : #1fa0ea;}

.techdocs_footer {
text-align:center;
border-top : 1px solid #ccc;
padding: 7px 0px 10px 0px;
background-color: #e3e2e2;
}

.table_techdocs {
  width: 580px;
  margin:0px 0px 0px 30px;
  border:1px solid #aaa;
  text-align:center;
}
.table_techdocs th { 
  background-color:#ccc;
  height: 25px;
}
.table_techdocs td {
  background-color:#f5f5f5;
  padding: 5px;
  text-align:left;
} 
