﻿@charset "utf-8";
/* css/default/blue */

/* 頁面背景設定 */
body {
	background: #FFFFFF;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif,"新細明體";
}

a:link {
	color: #0077DD;
	text-decoration: none;
}
a:visited {
	color: #0077DD;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

/* 頁面置中及寬度設定 */
#container {
	top: 7px;
	position: relative;
	width: 90%;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}

#shadow_left {
	width: 20%;
	height: 7px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#84D0F4', endColorstr='#0077DD',gradientType='1');
	position: absolute;
	left: 0;
	top: 0px;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #EEE;
}

#shadow_right {
	width: 20%;
	height: 7px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#0077DD', endColorstr='#84D0F4',gradientType='1');
	position: absolute;
	right: 0;
	top: 0px;
	border-left-width: 1.5px;
	border-left-style: solid;
	border-left-color: #EEE;
}

#shadow_top {
	width: 60%;
	height: 7px;
	position: absolute;
	top: 0px;
	left: 20%;
	right: 20%;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#2BBDA3', endColorstr='#0077DD',gradientType='1');
}

#bg_up {
	width: 100%;
	height: 165px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFFFFF', endColorstr='#666666',gradientType='0');
	position: absolute;
	left: 0;
	top: 80px;
}
#bg_down {
	width: 100%;
	height: 190px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#999999', endColorstr='#FFFFFF',gradientType='0');
	position: absolute;
	left: 0;
	top: 245px;
}

/* commercial.php 廣告輪播模組 */

.commercial_table{
	width: 80%;
	border: 1px solid #CCCCCC;
	background: #FFF;
}

/* index.html 形象頁flash */

#index_show{
	width: 90%;
	position: absolute;
	top: 10px;
	left: 5%;
	z-index: 1;
}

#index_text{
	width: 50%;
	position: absolute;
	top: 510px;
	left: 10%;
	right: 40%;
	z-index: 2;
	font-size: small;
	color: #999;
	text-align: right;
}

#index_url{
	width: 50%;
	position: absolute;
	top: 20px;
	left: 39%;
	right: 11%;
	z-index: 2;
	font-size: small;
	color: #999;
	text-align: right;
}
