.page_news {
	/*background-color:#eeffee;*/
	padding:10px;
	text-align:left;
}
	.page_news .page_title {
		color:#636466;
		font-size:320%;
		font-weight:bold;
	}

.quick_news {
	text-align:left;
}
	.quick_news .quick_news_group {
		margin-bottom:5px;
	}
		.quick_news .quick_news_group .quick_news_group_date {
			width:100px;
			height:47px;
			background-image:url('data/quick_news_date_bg.png');
			
			text-align:right;
			padding-right:10px;
			color:white;
			
			float:left;
		}
                .quick_news .quick_news_group .quick_news_group_date_selected {
			width:100px;
			height:47px;
			background-image:url('data/quick_news_date_bg_selected.png');
			
			text-align:right;
			padding-right:10px;
			color:white;
			
			float:left;
		}
		.quick_news .quick_news_group .quick_news_group_contents {
			
			color:#8D8E91;
			
			/*padding-left:15px;*/
                        padding-left:5px;
			
			float:left;
		}
		.quick_news .quick_news_group .quick_news_group_contents .title {
			color:#D63560;
			font-weight:bold;
			font-size:110%;
		}
		.quick_news .quick_news_group .quick_news_group_contents a {
			color:#D63560;
		}

.detailed_news {
	text-align:left;
	/*color:#66686A;*/
        color:#393b3d;
}
	.detailed_news .title {
		
		font-size:140%;
		/*font-weight:bold;*/
	}