@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: #F1F9FE;
	background-image: url(images/index_01.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 1px;
	color: #595959;
	font-family: /*微軟正黑體,*/ Arial, Helvetica, sans-serif;
}

form { margin: 0px; }
a img { border: 0; }

a { color: #3C78A7; text-decoration: none; }
a:hover { color: #3C78A7; text-decoration: underline; }

.note { color: #D70000; }

.tablebody {
	border-left: 1px solid #D1D8DC;
	border-right: 1px solid #D1D8DC;
}

.productname {
	color:#69A7DB;
	font-weight:bolder;
	font-size:18px;
}

#book {
	float: left;
	width: 163px;
	margin-bottom: 10px;
}

#book2 {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

#book3 {
	float: left;
	width: 150px;
	margin-bottom: 10px;
}
