@charset "utf-8";
/* CSS Document */

html, body {
			background-image:url(../images/layout/background.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: small;
	background-color:#FFFFFF;
	margin: 0;
	height:auto;
	
}

#header{
	position:absolute;
	top:0px;
	width:690px;
	padding-left:20px;
	padding-right:90px;
	padding-top:20px;
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	z-index: 100;
	text-align:right;
}

a.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

a.header:link {
	text-decoration: none;
}

a.header:visited {
	text-decoration: none;
	color: #000000;
}

a.header:hover {
	text-decoration: underline;
	color:#000000;
}

a.header:active {
	text-decoration: none;
	color: #000000;
}



#titleC, #titleE, #titleP{
	position:relative;
	left:0px;
	top:0px;
	height:22px;
	width:180px;
	margin-bottom:40px;
	}

#menuC{
	background-image:url(../images/layout/menu.gif);
	width:363px;
	height:30px;
	top:340px;
	left:227px;
	position:relative;
	}

#prefaceC:hover{
	width:85px;
	height:30px;
	background-image:url(../images/layout/menu_over.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	}
	
#commentsC:hover{
	width:130px;
	height:30px;
	background-image:url(../images/layout/menu_over.gif);
	background-repeat:no-repeat;
	background-position: -85px 0px;
	}

#top10C:hover{
	width:148px;
	height:30px;
	background-image:url(../images/layout/menu_over.gif);
	background-repeat:no-repeat;
	background-position: -215px 0px;
	}

#menuE{
	background-image:url(../images/layout/menu_e.gif);
	width:376px;
	height:25px;
	top:340px;
	left:214px;
	position:relative;
	}

#prefaceE:hover{
	width:86px;
	height:25px;
	background-image:url(../images/layout/menu_e_over.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	}
	
#commentsE:hover{
	width:145px;
	height:25px;
	background-image:url(../images/layout/menu_e_over.gif);
	background-repeat:no-repeat;
	background-position: -86px 0px;
	}

#top10E:hover{
	width:143px;
	height:25px;
	background-image:url(../images/layout/menu_e_over.gif);
	background-repeat:no-repeat;
	background-position: -231px 0px;
	}

#menuP{
	background-image:url(../images/layout/menu_p.gif);
	width:441px;
	height:25px;
	top:340px;
	left:150px;
	position:relative;
	}

#prefaceP:hover{
	width:94px;
	height:25px;
	background-image:url(../images/layout/menu_p_over.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	}
	
#commentsP:hover{
	width:168px;
	height:25px;
	background-image:url(../images/layout/menu_p_over.gif);
	background-repeat:no-repeat;
	background-position: -94px 0px;
	}

#top10P:hover{
	width:179px;
	height:25px;
	background-image:url(../images/layout/menu_p_over.gif);
	background-repeat:no-repeat;
	background-position: -262px 0px;
	}

#mainBody{
	position:relative;
	left:0px;
	top: 0px;
	width:800px;
	height:auto;
	}

#book{
	position:absolute;
	top: -188px;
	right: 20px;
	width:100px;
	height:188px;
	z-index: 1000;
	}

#content{
	position:relative;
	top:396px;
	left:140px;
	width:450px;
	height:500px;
	border:0px #000000 solid;
	
}

#contentE, #contentP{
	position:relative;
	top:391px;
	left:140px;
	width:450px;
	height:500px;
	border:0px #000000 solid;
	
}


#content p{
margin:0px;
padding:0px;
line-height:16px;
font-size:9pt;
margin-top:3px;
font-family:"細明體", "Arial Unicode MS", "MS Gothic";
margin-bottom:20px;
letter-spacing:1px;
word-spacing:3px;
border:solid 0px #CCCCCC;
}

#content p.last{
margin:0px;
padding:0px;
line-height:16px;
font-size:9pt;
margin-top:3px;
font-family:"細明體", "Arial Unicode MS", "MS Gothic";
margin-bottom:1px;
letter-spacing:1px;
word-spacing:3px;
border:solid 0px #CCCCCC;
}

#content p.english, span.english{
margin:0px;
padding:0px;
line-height:16px;
font-size:9pt;
margin-top:3px;
font-family:"細明體", "Arial Unicode MS", "MS Gothic";
margin-bottom:20px;
letter-spacing:0px;
word-spacing:3px;
border:solid 0px #CCCCCC;
}

#content p.last img{
margin:0px;
padding:0px;
margin-top:3px;
margin-bottom:4px;
}

#content .page img{
margin:0px;
padding:0px;
margin-top:1px;
margin-bottom:17px;
}

#footer{
	position:relative;
	left:-140px;
	width:800px;
	height:291px;
}

/* jquery CSS */

.horizontal {
margin: 0;
padding: 0;
margin-right: 10px;
font-weight:500;
list-style: none;
float: left;
liststyle: none;
cursor:pointer;
color:#9A9A9A;
font-size:10px;
}

.bold {
color:#000000;
font-size:10px;
}

