/*所有內頁外框*/
.pages_frame{
text-align:left;
width: 650px;
clear: both;
margin: 0px;
padding: 0px;
}

/*標題文字*/
.title {
font-size: 16px;
line-height: 200%;
font-weight: bold; /*文字粗體*/ 
}

.title img {
margin-bottom: -5px;
margin-right: 5px;
}


/*水平線_灰色 for div*/
.hr_gray{
border-bottom:2px solid #CCCCCC; /*下框線*/
margin:20px 10px 20px 10px
}

/*段落內容內縮 for p*/
p{padding: 0px 10px 0px 20px;}

/*list符號*/
.ul_icon_arrow { list-style-image: url(/img/icon/icon_arrow.gif); }
.ul_icon_arrow_orange {list-style-image: url(/img/icon/icon_arrow_orange.gif);}
.ul_icon_arrow_blue {list-style-image: url(/img/icon/icon_arrow_blue.gif);}
.ul_icon_plus { list-style-image: url(/img/icon/icon_plus.gif);}

.ol_padding {
 padding: 0 0 0 60px;
 }

/*for index_middle*/
.ul_icon_arrow_green_mid {
list-style-image: url(/img/icon/icon_arrow_green.gif);
margin-top: 0px;
margin-bottom: 0px;
}
/*for index_middle*/
.ul_icon_arrow_orange_mid {
list-style-image: url(/img/icon/icon_arrow_orange.gif);
margin-top: 0px;
margin-bottom: 0px;
}



/*文字顏色*/
.word_red {color: #df0000;}
.word_blue {color: #1700f3;}
.word_green {color: #32a200;}

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

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

.link_begreen a:link, .link_begreen a:visited, .link_begreen a:active {color : #333 ;}
.link_begreen a:hover{color : #99CC33;}

.link_redbegreen a:link, .link_redbegreen a:visited, .link_redbegreen a:active {color : #CC0000 ;}
.link_redbegreen a:hover{color : #99CC33;}

.link_bluebegreen a:link, .link_bluebegreen a:visited, .link_bluebegreen a:active {color : #0065b2 ;}
.link_bluebegreen a:hover{color : #99CC33;}


/*圖片位置及外框*/
.pic_right {
float: right;
margin: 0px 0px 5px 5px;
}
.pic_left {
float: left;
margin: 0px 5px 5px 0px;
}

.pic_frame {
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 3px; 
}

/*table設定 for tqc*/
.table_design {
  width: 580px;
  margin:0px 0px 0px 30px;
  border:1px solid #aaa;
  border-collapse:collapse;
}
.table_design th { 
  background-color:#eee;
  height: 25px;
  text-align:center;
  border:1px solid #aaa;
}
.table_design td {
  border:1px solid #aaa;
} 

/*table設定 for course_content*/
.table_course {
  width: 580px;
  margin:0px 0px 0px 30px;
  border:1px solid #aaa;
}
.table_course th { 
  background-color:#ccc;
  height: 25px;
  text-align:center;
}
.table_course td {
  background-color:#f5f5f5;
  padding: 5px;
} 

/*table設定 for sitemap*/
.table_sitemap {
  width: 580px;
  margin:0px 0px 0px 20px;
  border:0px;
}
.table_sitemap td {
  padding: 5px;
} 

/*for virtual*/
body {
padding: 0px;
margin: 0px;
}

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

.div_virtual_iframe_career_path {
text-align: center;
width: 900px;
color: #333;
font-family: arial, sans-serif, 新細明體;
font-size: 12px;
line-height: 150%; /*設定行高*/ 


cursor: pointer; 
}	

#popup { margin-right:10%}


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