@charset "UTF-8"; 
@media all
{
	.news_container {
		padding-left:5px;
		padding-right:5px;
		padding-bottom:5px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.news_container.square_enix_news {
		background: transparent url(../img/news/bg/square_enix_news.png) left top no-repeat;
	}	
	
	.news_container.ff_xiii_news {
		background: transparent url(../img/news/bg/ff_xiii_news.png) left top no-repeat;
	}	
	
	.news_container.ff_versus_xiii_news {
		background: transparent url(../img/news/bg/ff_versus_xiii_news.png) 10px 10px no-repeat;
	}
	
	.news_left {
		float: left;
		width: 20px;
	}
	
	.news_left img.logo {
		position: relative;
		left: -20px;
		top: -25px;
	}
	
	.news_right {
		background: transparent url(../img/bgr_body_end.gif) left top repeat-y;
		margin-left: 80px;
		padding-left: 10px;
		min-height: 50px;
	}
	
	.news_header {
	
	}
	
	.news_prefix {
		color: #5098fb;
	}

	.news_date {
		text-align: right;
		font-size: 10px;
		font-style: italic;
		margin: 0 0 15px;
	}
	
	.news_content {
		max-height: 200px;
		overflow: hidden;
		font-size: 13px;	
	}
	
	.news_footer {
		text-align: right;
		border-top: 1px solid #d6d6d6;
		margin-top: 20px;
		padding-top: 5px;
		font-size: 10px;
		line-height: 1.5em;
	}
	
	.news_footer a:hover {
		padding: 0;
		background: none;
	}
	
	.news_redirect {
		padding: 2px;
		padding-left: 20px;
		background: transparent url(../img/news/topic.gif) left 50% no-repeat;	
	}
	
	.news_replies {
		padding: 2px;
		padding-left: 20px;
		background: transparent url(../img/news/replies.gif) left 50% no-repeat;
	}
	
	.news_written {
		padding: 2px;
		padding-left: 20px;
		background: transparent url(../img/news/written.gif) left 50% no-repeat;
	}
	
	.news_written a {
		font-weight: bold;
	}
	
	.newslist {
		text-align: right;
		margin-bottom: 20px;
		font-size: 10px;
	}
	
	html.news_export {
		background-color: transparent !important;
		background-image: none !important;	
	}
	
	body.news_export {
		background-color: transparent !important;
		background-image: none !important;
		padding: 10px;
	}
	
	.active {
		font-weight: bold;
		color: #5098fb;
	}
	
	.clear {
		font-size: 0px;
		line-height: 0px;
		clear: both;
	}
}
