@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);  /* font-family: 'cwTeXYen', sans-serif; */

/* CSS Reset */
* {padding:0; margin:0;}
ul, ol, li { list-style:none; }
a { text-decoration:none; }

/* 整體環境 */
body { background-color: #194B6C; }

header,footer,#main { position:relative; }

#headerCenter, #footerCenter { position:relative; width:1000px; margin:0 auto; }

header { background-image:url(../images/header_bg.jpg); height:100px; }
#headerCenter { height:100px; }

#main {	background-color: #FFFFFF;	padding: 30px; min-height:400px; }

#navArea { position:absolute; right:0; bottom:10px; z-index:1000; height:31px; }

#main h1 { font-size: 24px; text-align:center; margin-bottom:20px; font-weight:normal;
			 font-family: 'cwTeXYen', sans-serif;}