@charset "utf-8";
/* CSS Document */


/* Basic */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCC;
	background-image: url(images/all_bg.jpg);
	background-repeat: repeat;
}
.BOX_index {
	width: 900px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-top: 80px;
	margin-left: -450px;
	background-color: #a50318;
	background-image: url(images/logobg2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.5); -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.5); box-shadow:2px 2px 5px rgba(0,0,0,0.5);
}
.BOX {
	width: 900px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	background-color: #a50318;
	background-image: url(images/logobg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.5); -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.5); box-shadow:2px 2px 5px rgba(0,0,0,0.5);
}
.index {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
.index a{
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-shadow:2px 2px 5px rgba(0,0,0,0.9);	
}
.index a:hover{
	color: #F90;
}
.menu_b {
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
.menu_b a{
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.9);
}
.menu_b a:hover{
	color: #FC0;
	text-shadow: 0px 0px 8px rgba(255,255,255,0.9);
}

.tittle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 32px;
	color: #700210;
	font-style: italic;
	font-weight: bold;
	padding: 8px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #EAEAEA;
	border-bottom-width: 2px;
	border-bottom-color: #EAEAEA;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-bottomleft:0px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
}
.content_box {
	background-image: url(images/contentbg.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: left top;
}
.copyright {
	font-family: Arial,sans-serif,"新細明體";
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-shadow:0px 0px 8px rgba(255,255,255,0.9), 0px 0px 8px rgba(255,255,255,0.9), 0px 0px 8px rgba(255,255,255,0.9), 0px 0px 8px rgba(255,255,255,0.9), 0px 0px 8px rgba(255,255,255,0.9), 0px 0px 8px rgba(255,255,255,0.9), 0px 0px 8px rgba(255,255,255,0.9);
}
.copyright a{
	font-family: Arial,sans-serif,"新細明體";
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
.point {
	font-size: 12px;
	color: #333;
}
.form_box {
	background-color: #FFF;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.time {
	font-family: Arial,sans-serif,"新細明體";
	font-size: 21px;
	color: #2A4E85;
	font-weight: bold;
}
.ISO {
	-moz-box-shadow: 1px 2px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 8px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 8px rgba(0,0,0,0.3);
	padding: 10px;
	background-color: rgba(227, 150, 34, 0.9);
		border: 6px solid #E30000;
		border-right: 6px solid #700210;
		border-bottom: 6px solid #700210;
-webkit-border-top-left-radius:0em;
-webkit-border-top-right-radius:2em;
-webkit-border-bottom-right-radius:2em;
-webkit-border-bottom-left-radius:0em;
-moz-border-radius-topleft:0em;
-moz-border-radius-topright:2em;
-moz-border-radius-bottomright:2em;
-moz-border-radius-bottomleft:0em;
border-top-left-radius:0em;
border-top-right-radius:2em;
border-bottom-right-radius:2em;
border-bottom-left-radius:0em;
}
.news {
	font-family: Arial,sans-serif,"新細明體";
	font-size: 18px;
	color: #2A4E85;
	font-weight: bold;
	text-shadow:1px 1px 5px rgba(0,0,0,0.3);
}
.news a{
	font-family: Arial,sans-serif,"新細明體";
	font-size: 18px;
	color: #2A4E85;
	font-weight: bold;
}
.news a:hover{
	color: #CC0000;
}
.news_date {
	font-family: Arial,sans-serif,"新細明體";
	font-size: 13px;
	color: #939;
	font-weight: bold;
}
.news_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-shadow:0px 0px 8px rgba(255,255,255,0.9), 0px 0px 8px rgba(255,255,255,0.9), 0px 0px 8px rgba(255,255,255,0.9), 0px 0px 8px rgba(255,255,255,0.9), 0px 0px 8px rgba(255,255,255,0.9);
}
.index_text {
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.greeting {
	border: 1px solid #ccc;
	background-color: #FFF;
	-moz-border-radius:0.6em; -webkit-border-radius:0.6em; border-radius:0.6em;
	font-family: Arial, sans-serif, "新細明體";
	font-size: 14px;
	color: #333;
	line-height: 18px;
	padding: 10px;
	}
.greeting a{
	font-family: Arial, sans-serif, "新細明體";
	font-size: 14px;
	color: #09C;
	font-style: italic;
	text-decoration: none;
	}
.tech1 {
	width: 180px;
	font-family: Arial, sans-serif, "新細明體";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF0000;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	padding: 6px;
	margin: 6px;
	display: inline-block;
	text-align: center;
}
.tech1 a{
	text-decoration: none;
}
.tech1 a:hover{
	color: #FFCC00;
}
.tech2 {
	width:180px;
	font-family: Arial, sans-serif, "新細明體";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #0099FF;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	padding: 6px;
	margin: 6px;
	display: inline-block;
	text-align: center;
}
.tech2 a{
	text-decoration: none;
	
}
.tech2 a:hover{
	color: #FFCC00;
}
.tech3 {
	width:180px;
	font-family: Arial, sans-serif, "新細明體";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #9900FF;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	padding: 6px;
	margin: 6px;
	display: inline-block;
	text-align: center;
}
.tech3 a{
	text-decoration: none;
}
.tech3 a:hover{
	color: #FFCC00;
}
.tech0 {
	width:180px;
	font-size: 16px;
	padding: 8px;
	margin: 6px;
	display: inline-block;
	text-align: center;
}
.tech0 a{
	text-decoration: none;
}
.tech0 a:hover{
	color: #FFCC00;
}
.text_red{
	color:#F00;
	font-weight: bold;
}

.text_pu{
	color:#C0F;
	font-weight: bold;
}

.text_green{
	color:#093;
	font-weight: bold;
}

.text_blue{
	color:#00F;
	font-weight: bold;
}
.e_text {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.9), 0px 0px 8px rgba(0,0,0,0.4);
	background-color: rgba(0,0,0,0.6);
	height: 32px;
	width: 280px;
	margin-top: -20px;
	-webkit-border-top-left-radius: 0em;
	-webkit-border-top-right-radius: 0em;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 0em;
	-moz-border-radius-topright: 0em;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 0em;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-right: 12px;
}
.e_text2 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.9), 0px 0px 8px rgba(0,0,0,0.4);
	background-color: rgba(0,0,0,0.6);
	height: 32px;
	width: 280px;
	margin-top: -20px;
	-webkit-border-top-left-radius: 0em;
	-webkit-border-top-right-radius: 0em;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 0em;
	-moz-border-radius-topright: 0em;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 0em;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-right: 12px;
}
.e_img {
	background-color:#DDD;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 0em;
	-webkit-border-bottom-left-radius: 0em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 0em;
	-moz-border-radius-bottomleft: 0em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 0em;
	border-bottom-left-radius: 0em;
	border: 1px inset #999;
	margin-top:10px;
}
.e_img a{
	background-color:#CCC;

}
.e_img a:hover{
	background-color: #FFF;
}
