/*layout*/
#warp{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #000;
	margin-bottom: 0px;
	}
	
#header{
	height: 130px;
	width: 800px;
	float: left;
	text-align: right;
	font-family: Arial, "新細明體-ExtB";
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#Content {
	width: 800px;
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	background-color: #000;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #737373;
	background-image: url(images/bg.jpg);
}

#footer{
	text-align: right;
	height: 40px;
	width: 800px;
	font-size: 12px;
	font-style: normal;
	color: #E4C9B4;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	background-color: #494949;
}
ul li {
	line-height: 20px;
}

/*電影*/
.movie_block {
	float: left;
	width: 350px;
	margin-right: 20px;
}
.m_name {
	font-size: 15px;
	color: #802D00;
	float: left;
	width: 200px;
	margin-left: 15px;
}
.m_content {
	color: #E4C9B4;
	float: left;
	width: 200px;
	margin-left: 15px;
	line-height: 20px;
	margin-top: 10px;
}
.m_line {
	float: left;
	height: 10px;
	width: 720px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5A5A5A;
}
.m_pic {
	float: left;
	height: 200px;
	width: 130px;
}
/*書籍*/
.book_block {
	float: left;
	width: 240px;
	margin-right: 10px;
}
.b_name {
	font-size: 15px;
	color: #802D00;
	float: left;
	width: 120px;
	margin-left: 15px;
}
.b_content {
	color: #E4C9B4;
	float: left;
	width: 120px;
	margin-left: 15px;
	line-height: 20px;
	margin-top: 10px;
}
.b_line {
	float: left;
	height: 10px;
	width: 720px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5A5A5A;
}
.b_pic {
	float: left;
	height: 140px;
	width: 100px;
}

/*內容*/
.title {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 790px;
	text-align: left;
	height: 20px;
	margin-top: 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: bolder;
	margin-left: 10px;
}
.inner_content {
	text-align: left;
	float: left;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
}
.sub_title {	color: #CCCCCC;
	font-weight: bolder;
	margin-bottom: 5px;
	margin-top: 15px;
}
.referance_name {
	font-family: Arial, Helvetica, sans-serif;
	color: #E4C9B4;
	padding-left: 30px;
	text-indent: -20px;
}
p {
	line-height: 20px;
}
a {
	font-size: 13px;
	color: 006699;
}
a:link {
	text-decoration: none;
	color: #CC9900;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}

.news_title {
	color: #C90;
	font-size: 13px;
}
