@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: "微軟正黑體", "新細明體", Arial;
	background-color: #25435a;
	background-repeat: repeat-x;
	text-align: center;
}

h2 {
   font-family: "微軟正黑體", "新細明體", Arial;
   font-size:22px;
   color:#C03;
}

.np {
	background-image: url(img/np.jpg);
}

.bottom {
	background-color: #25435a;
	font-size: 13px;
	text-align: center;
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	padding:5px;
}
.trnp {
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 18px;
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
}
.text-main {
	font-size: 17px;
	line-height: 30px;
	color: #333;
	text-align:left;
	font-weight:normal;
}
.text-main a:link{
	color:#38A5FF;
	text-decoration:underline;
}
.main-np {
	font-size: 20px;
	color: #036;
	text-align:center;
	padding:5px;
}


a:link {
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 18px;
	color: white; 
    text-decoration: none;
}
a:visited {
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 18px;
	color: white;
    text-decoration: none;
}
a:hover {
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 18px;
	color: white;
    text-decoration: underline;
}
a:active {
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 18px;
	color: white;
   text-decoration: none;
   
}
.text-color {
	color: #33F;
}
.blue {
	color: #06C;
}
.red {
	color: #C00;
}
.contact {
	font-size: 18px;
	line-height:32px;
	color:#333333;
}.white {
	color: #FFF;
}
