@charset "utf-8";
/* CSS Document */

/* 主要區塊
****************************************************************************************************/
#content_main {
	width:766px;
	margin:0;
}

/* 內容區塊 & 樣式
****************************************************************************************************/
#about_main {
	display:inline; /*解決 IE6 雙倍邊距*/
	width:479px;
	float:left;
	margin-left:30px;
	background:url(../images/content_title_bg.png) 0 1px repeat-x;
	border:1px #E8E8E8 solid;
}
#about_main:hover {
	border-color:#CCCCCC;
}
#about_main #about_content {
	padding:5px 15px 1px 15px; /*Mz1*/
   *padding:10px 15px 2px 15px; /*top +6px, IE7 Only*/
   _padding:11px 15px 1px 15px; /*top +6px, IE6 Only*/
	text-align:left;
	background:url(../images/about_h2.gif) 15px 15px no-repeat;
	border:1px #FFF solid;
	cursor:default;
	/* 自動適應高度 */
	overflow:hidden;
	zoom:1;
}
#about_main #about_content:hover {
	background-image:url(../images/about_h2_hover.gif);
}
#about_content h2,
#about_content h3,
#about_content p {
	text-indent:24px;
	margin:6px 0;
	font-weight:normal;
}
#about_content h2 {
	text-indent:0;
	text-align:center;
   _vertical-align:middle; /*IE6 Only*/
	font-size:133%;
	line-height:24px;
	padding-bottom:2px;
	color:#8C8C8C;
}
#about_content h3 {
	color:#4CB034;
}
#about_content img {
	display:block;
	margin:8px auto 11px auto; /*Mz1*/
   *margin:9px auto 10px auto; /*IE7*/
   _margin:8px auto 11px auto; /*IE6*/
	text-align:center;
}
#about_content ul {
	margin:6px auto;
	padding-left:24px;
	list-style-type:circle;
}

/* 選單區塊 & 樣式
****************************************************************************************************/
#about_menu {
	float:left;
	display:inline;
	margin-left:22px;
	width:210px;
	background:url(../images/about_menu_bg_st.png) center top no-repeat;
}
#about_menu div {
	padding:44px 9px 29px 9px; /*原始數值 38px(+6px) 9px 5px(+24px) 9px*/
	background:url(../images/about_menu_bg_end.png) center bottom no-repeat;
}
#about_menu div h2 {
	padding-top:6px;
	text-align:left;
	text-indent:24px;
	font-weight:normal;
	color:#8C8C8C;
}
#about_menu div ul {
	list-style:none;
}
#about_menu div li {
	display:block;
    line-height:1em;
}
#about_menu div li a {
	display:block;
    width:100%; /*For IE6*/
    padding:6px 0;
    text-align:left;
    text-indent:24px;
    text-decoration:none;
    color:#8C8C8C;
}
#about_menu div li a:hover {
	text-align:center;
    text-indent:0;
    color:#FFFFFF;
    background:url(../images/about_menu_button_bg.png) center repeat-x;
}
#about_menu div li a span {
	padding-bottom:1px;
    border-bottom:1px #8C8C8C dotted;
   _border-bottom-style:solid;
}
#about_menu div li a:hover span {
	padding-bottom:0px;
	border-bottom:none;
}

/* history_of_homam 適用樣式
****************************************************************************************************/
#history_logo {
	width:352px;
	height:170px;
	margin:8px auto 11px auto; /*Mz1*/
   *margin:9px auto 10px auto; /*IE7*/
   _margin:8px auto 11px auto; /*IE6*/
	background:url(../about/images/history_logo.png) 0 0 no-repeat;
}
#history_logo #vic,
#history_logo #homam {
	position:relative;
	float:left;
	top:128px;
	width:146px;
	height:41px;
	line-height:41px;
   *line-height:42px; /*For IE7 & IE6*/
	text-align:center;
	font-family:Arial,"新細明體";
	font-size:13px;
	letter-spacing:0.75px;
}
#history_logo #homam{
	float:right;
	right:7px;
}

/* internet_data_center 適用樣式
****************************************************************************************************/
dl.idc_env {
	display:block;
	width:440px;
	margin:8px auto 11px auto; /*Mz1*/
   *margin:9px auto 10px auto; /*IE7*/
   _margin:8px auto 11px auto; /*IE6*/
}
.idc_env dt {
	display:block;
	width:100%; /* Unnecessary */
	list-style:none;
	background-repeat:no-repeat;
	background-position:center;
}
.idc_env a#idc_env-02 {
	display:block;
	width:100%; /* Unnecessary */
	height:64px;
	background:url(../about/images/idc_env-02.png) center no-repeat;
}
.idc_env a#idc_env-02:hover {
	background-image:url(../about/images/idc_env-02_hover.png);
}
.idc_env dt span {
	display:block;
	position:relative;
	top:13px;
   _vertical-align:middle; /*IE6 Only*/
	text-align:center;
	line-height:1;
}
