﻿@charset "utf-8";

/*      css reset
-----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	line-height:1.5em;
	letter-spacing :0;
	font-size:100%;
	}
/* remember to define focus styles! */
:focus {outline: 0;}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align:middle;
	}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/*      basic elements
-----------------------------------------------------------------------*/
body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #333333 url(images/bg.gif) repeat-x top left;
}
html, body {height: 100%;text-align: center;}
a , a:link , a:active{
	color:#191919;	font-size: 0.9em; text-decoration: none;
	blur:expression(this.onFocus=this.blur());/*ie 消除虛線框*/
	}
a:hover {color:#0071f0;}
a:focus { -moz-outline-style: none; }/*ff 消除虛線框*/
h1 {text-indent:-5000px;}
.atten {font-weight:bolder;color:#BD0000;}

/*      page
-----------------------------------------------------------------------*/
#container {
  width:740px;
  height:500px;
  margin-top: -250px;
	margin-left: -370px;
	position: absolute;
	top: 50%;
	left: 50%;
}

/*#main {
	width:700px;height:265px;
	background: transparent url(images/main_bg.gif) no-repeat top center;
  text-align:left;
	}
.content {margin:15px 0 0 40px;}
span.item {display:inline-block;padding:2px 10px;}
h3.title {
	background: transparent url(images/h3_title_bg.gif) no-repeat bottom left;
	height:27px;margin-top:15px;
	}
h3.title span {
	display:block;
	width:400px;height:24px; 
	text-indent:-50000px;
	margin-left:30px;
	background: transparent url(images/h3_title_1.gif) no-repeat top left;
	}
.contact {
	background: transparent url(images/contact_bg.gif) repeat-y top right; 
	font-size:0.73em;
	line-height:150%;   
	text-align:right;
	width:240px;
	float:right;
	margin:-15px 2px 0 0;
	padding:7px 10px;
	}
.contact a {font-size:10px;}*/

/*          Footer 版權頁
-----------------------------------------------------------------------*/
#footer {
	clear:both;
	text-align: left;
	margin-top:2px;
  font-family: Arial;
	font-size:0.71em;
	color:#999999;
	
}