@charset "utf-8";
/* CSS Document */

/* 網站基本設定
---------------------------------------------*/
html,body {
	height:100%; /*垂直延伸*/
	color: #4e4e4e;
	font-size: 75%;
	font-family: "微軟正黑體";
	background: #f2f9ff url(../images/bg_color.jpg) repeat-x;
}
a {
	color: #5f5f5f;
	}
a:hover {
	color: #000000;
	}
img {	
	vertical-align: top;
    display: block;
}
.clean-float {
	clear: both;
}

/* 網站結構設定
---------------------------------------------*/
#wrapper {
	position:relative;
	width:1000px;
	height:1050px;
	margin: 0 auto;
	padding:0;
	background: url(../images/bg.jpg);
/*	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;*/
	}
#title{
	position:absolute;
	width:601px;
	left:378px;
	top:55px;
	}
	
#book {
	position:absolute;
	width:324px;
	left:36px;
	top:55px;
	}
#facebook{
	position:absolute;
	width:370px;
	height:36px;
	left: 61px;
	top: 864px;
}
#facebook a {display:block; height:100%;}

#orderText{
	position:absolute;
	width:399px;
	left:378px;
	top:366px;
	}
#orderButton{
	position:absolute;
	width:190px;
	left:777px;
	top:432px;
	}
#paper{
	position:absolute;
	width:370px;
	left:60px;
	top:565px;
	}
#paper h2{ margin-bottom:15px;}
#paper h3{
	font-size: 18px;
	font-weight: bold;
	color: #353535;
	padding-left:15px;
	margin-bottom:2px;
	margin-left:19px;
	background: url(../images/icon_arrow.gif) no-repeat left center;
}
#paper h4{
	font-size: 13px;
	line-height: 18px;
	color: #6e6e6e;
	border-bottom: 1px dotted #b2a7a7;
	padding-bottom:5px;
	margin:0 15px 5px 15px;
}
#paper h4 a{
	text-decoration: none;
	color: #6e6e6e;
}
#paper h4 a:hover{
	text-decoration: none;
	color: #333;
	}
.more{
	color: #F60;
	text-decoration: underline;
}
#school{
	position:absolute;
	width:460px;
	left:489px;
	top:565px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	}
#school h2{margin-bottom:15px;}
.schoolLine td{
    border-bottom: 1px dotted #b2a7a7;
    padding:7px 4px;
	}
.schoolNoline td{ margin:0; padding:0; border:0;}

#footer{
	width:850px;
	position:absolute;
	left:77px;
	top:1003px;
	color: #FFF;
	text-align: center;
	font: 12px/18px Arial, Helvetica, sans-serif;
	}
