@charset "utf-8";
/* Basic */
html,body,ul,ol,li,h1,h2,h3,h4,h5,h6,p,blockquote,object,img,em,form,input,textarea,label{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Helvetica, Georgia, Arial, "sans-serif，細明體";
	letter-spacing: 0em;
	background-position:top;
	background-repeat:repeat-x;

}
h1,h2,h3{
	font-family: Helvetica, Georgia, Arial, "sans-serif，細明體";
	font-size: 20%;
}
h4,h5,h6{
	font-family: Helvetica, Georgia, Arial, "sans-serif，細明體";
	font-size: 10%;
}
a{	text-decoration: none;}
img{border:none}
#wrapper{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.clear{	clear: both;}
/* Header */
#header{
	width: 930px;
	height: 550px;
	background-image: url(../images/bg_images.jpg);
	background-color: #9FC3E5;
	background-repeat: no-repeat;
	
}
/* logo */
#logo{
	width: 290px;
	height: 234px;
	background-repeat: no-repeat;
	padding-right: 0px;
	
}
/* Main Content */
#content{
	width: 799px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	clear: both;
}

#cornerline{
	width: 850px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
