body {
	padding:0;
	margin:0;
}

div.out {
	width:100%;
}

div.container {
	margin:0px auto;
	width:1000px;
	background-image:url(../img/background.jpg)
}

.header {
	clear:both;
	background-image:url(../img/headerBG.jpg);
	height:190px;
}


.nav {
	*clear:both;
	width:280px;
	height:400px;
	float:right;
	margin-top:65px;
	margin-right:83px;
}

.list,
.list li {
	list-style:none;
	margin:0px;
	padding:0px;
	height:100px;
	display:block;
	box-sizing:border-box;
}

.list > li > a > img {
	margin:9px 0px 9px 0px;
}

.contents {
	clear:both;
	width:100%;
	float:left;
}

.footer {
	clear:both;
	background-image:url(../img/footerBG.jpg);
	height:80px;
}

h3 {
	font-family:"微軟正黑體";
	font-size:21px;
	font-weight:100;
	line-height:1.5em;
	margin-left:70px;
	color:#231815;
	}