@charset "utf-8";
/* CSS Document */
#news_main {
	width:1024px;
	height:724px;;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#FFF;
	background-image:url(../images/footer_corner_right.png);
background-repeat:no-repeat;
background-position:bottom right;
}
.anim {
	position:absolute;
	top:0px;
	left:-42px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	}
#news_content {position:absolute;
left:170px;
top:0px;
width:682px;
height:724px;
}
#news_booklist_initial {
position:absolute;
top:25px;
left:0px;
width:684px;
height:25px;
background-color:#CCCCCC;
font-size:14px;
}
#news_booklist_initial h3{
float:left;
margin-left:40px;
margin-top:4px;
color:#333;
}

#article_block {
float:left;
margin-left:0px;
margin-top:30px;
width:684px;
text-align:justify;
}

#newsblock {
position:absolute;
top:50px;
left:0px;
width:600px;
height:230px;
line-height:1.2em;
}
#newsblock ul {
float:left;
margin-top:20px;
margin-left:25px;
list-style-image:url(../images/bullet.png);	
font-size:12px;
}
#newsblock a {color:#000;text-decoration:none;}   
#newsblock a:visited {color:#333;}
#newsblock a:hover {color:#666;} 
#newsblock a:active {color:999#;} 
#newsblock span {font-style:italic;}
#article_block {
position:absolute;
top:252px;
left:0px;
width:682px;
height:425px;
font-size:12px;
border-top:1px dotted #999999;
}
#article_block_img {
float:left;
width:209px;
height:100%;
}
#article_block_img img{
float:left;
margin:20px auto auto 30px;
}
#article_block_txt {
float:right;
margin:0px 20px auto auto;
width:449px;
height:100%;
overflow:auto;
}
#news_pic_bottom {
float:left;
width:682px;
border-top:1px dotted #999999;
}



