/*layout*/
body{
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat;
}
#warp{
	width: 800px;
	margin: 0 auto;
	}
#Content {
	width: 800px;
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	background-color: #FFF;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #5B5B5B;
	background-image: url(images/bg.jpg);
	text-align: left;
	overflow:hidden;
	text-justify: inter-ideograph;
	padding-bottom: 20px;
	overflow:hidden
}
#sub_menu {
	float: left;
	width: 170px;
	background-color: #990000;
	text-align: left;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
#accordion {
	margin-left: 20px;	
	list-style: disc;
}
#sub_menu #accordion ul{
	margin-left: 5px;
	display:none;
}
#sub_menu #accordion ul li{
	margin-left: 5px;
	list-style: disc;
	color: #FFF;
}
#sub_menu ul li a{
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: disc;
	text-decoration: none;
	color: #ecd7ba;
}
#sub_menu ul li a:hover {
	color: #FFF;
}


#sub_menu .img_01 {
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#sub_menu .img_02 {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.assistant {
	float: left;
	width: 140px;
	color: #FFF;
	margin-left: 20px;
}

#right {
	float: left;
	width: 630px;
	padding-bottom:10000px;
	margin-bottom:-10000px;
}
#about_title {
	background: url(../images/about_title.jpg) no-repeat center top;
	text-align: center;
	float: left;
	width: 630px;
	height: 50px;
	margin-bottom:20px;
}

#about_title p  {
	margin-top: 50px;
	color: #F00;
}
#about_title p a {
	color: #980000;
	text-decoration: none;
}

#table {
	float: left;
	width: 565px;
	margin: 15px 20px 30px 45px;
	padding: 5px;
	line-height: 17px;
}

br {
	line-height: 16px;
}
p {
	line-height: 20px;
}
h1 {
	color: #003366;
	font-size: 15px;
	font-weight: bolder;
	height: 25px;
	margin: 20px 0 5px 20px;
}
h2 {
	font-weight: bolder;
	color: #393939;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* index */


#table ul{
	float: left;
	width: 565px;

}
#table ul li{
	float: left;
}
/* 表格標題列 */
.td_top_01,.td_top_02,.td_top_03,.td_top_04,.td_top_05,.td_top_06,.td_top_07{
	float: left;
	background-color: #eab8b9;
	padding: 5px;
	margin-left: 2px;
	color: #282626;
}
.td_top_01{
	width: 152px;
}
.td_top_02{
	width: 195px;
}
.td_top_03{
	width: 84px;
}
.td_top_04{
	width: 84px;
}
.td_top_05{
	width: 79px;
}
.td_top_06{
	width: 80px;
}

/*下方表格*/
.NO, .TITLE,.TRAN,.AUTHOR, .PUBLISHER,.PUBDATE,.SERIES{
	border: 1px solid #D8D8D8;
	padding: 5px;
	float: left;
	margin:2px 0 0 2px;

}
.NO{
	width: 150px;
	color: #741e12;
}
.TITLE{
	width: 193px;
	color: #741e12;
}
.TRAN{
	width: 82px;
}
.PUBLISHER{
	width: 77px;
}
.PUBDATE{
	width: 78px;
}
