﻿
*{
	padding:0;
	margin:0;
}
a{
	text-decoration:none;
	outline:none;
	color:#51280D;
}
a:hover{
	text-decoration:underline; 
}
img{
	border:0;
}
ul,ol{
	list-style:none;
}
.clearfix{
	clear:both;
}
h1,h2,h3,h4,h5,h6{
	font-size:12px;
	font-weight:bold;
}
body{
	text-align:center;
    color:#51280D;
    font-family:"新細明體",sans-serif;
	background:url(../images/bg01.gif) #E0D09F;
}
#wrap{
	margin:15px auto 0;
	width:650px;
}
#wrap h1,#wrap h2,#wrap h3{
	margin-bottom:10px;
}
#content{
	clear:both;
	margin:0px 0;
}
#book{
	float:left;
	display:inline;
	margin:0 35px 0 20px;
	width:285px;
}
#list{
	float:left;
	width:255px;
	text-align:left;
}
#list li{
	padding:10px 0 0 5px;
	background:url(../images/bg2.gif) no-repeat bottom;
}
*+html #list li{
	height:28px;
}
#footer{
	clear:both;
	margin:40px 0 20px;
	padding-top:10px;
	color:#51280d;
	font-size:12px;
	font-weight:normal;
	background:url(../images/bg2.gif) repeat-x top;
}