@charset "utf-8";
/* CSS Document */
@import"reset-min.css";/*設定全部歸0*/
@import "footer.css";
@import "global.css";
@import "text.css";
@import "index.css";
body{
	margin:0;
	padding:0;
	background-color:#0158A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.blubg{	background:url(../images/bgg.jpg) no-repeat;background-color:#0158A7;}
.pagesize{
	margin:0 auto;
	width: 960px;
	background: url(../images/allbg.jpg) top no-repeat;

	}
html,body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,form,caption,.hidden,.vanish{margin:0;padding:0;}
img{border:none;}


