.news_left {
	width: 552px;
	text-align: left;
	height: 448px;
	overflow: auto;
	position:absolute;
	left: 0px;
	right: 0px;
	}
	
.news_right {
	text-align: left;
	position: absolute;
	width: 205px;
	overflow: auto;
	height: 448px;
	border: 1px white solid;
	top: 0px;
	right: 0px;
	}
.news_right img {
	position: relative;
	margin-left: 22px;
	}

.news {
	border: 1px white solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url("/imgsrc/fog.png");
	width: 527px;
	float: left;
	margin-bottom: 12px;
	text-align: left;
	position: relative;
	min-height:20px;
	}

.news hr {
	width: auto;
	clear: both;
	position: absolute;
	top: 17px;
	right: 10px;
	}
	
.news_date {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: xx-small;
	text-align: right;
	}
	
.news_comic, .news_studio, .news_blog {
	position: absolute;
	top: 12px;
	left: 110px;
	font-size: xx-small;
	text-align: left;
	}
	
.news_page, .news_studio_title, .blog_title {
	position: absolute;
	top: 32px;
	left: 110px;
	font-size: xx-small;
	text-align: left;
	}
.blog_title a { font-weight:normal; font-size:10pt; }
	
.news_link {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: xx-small;
	text-align: right;
	}
	
.news_short {
	position: relative;
	width: 175px;
	margin-bottom: 10px;
	}
	
.news_short_time {
	position: absolute;
	top: 3px;
	right: 0px;
	font-size: xx-small;
	text-align: right;
	}
	
.news_short_date {
	position: absolute;
	top: 3px;
	left: 0px;
	font-size: xx-small;
	text-align: left;
	}

.newsThumbArea {
	width: 100px;
	height: 100%;
	position: relative;
	float: left;
	background-color: #141414;
	text-align:center;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.newsContentArea {
	width: 397px;
	float: left;
	position: relative;
	min-height: 10px;
	margin-top: 48px;
	margin-left: 10px;
	}

.News100 {
	width: 100px;
	height: 100px;
	background-color: #141414;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	position:relative;
	}
.News100 table {
	border: 0px;
	}
.News100 td {
	width: 100px;
	height: 100px;
	text-align: center;
	}
	

