@charset "utf-8";
/* CSS Document */
#page_news_title{
	margin:20px 0 0 15px;
	float:left;
	width:697px;
	display:inline;
}
#page_news_title h2{
    text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#2e82b8;
	border-bottom:#E55191 1px solid;
	padding-bottom:5px;
}
#page_news_content_time{
    width:697px;
	float:left;
	margin:5px 0 10px 15px;
	text-align:center;
	display:inline;
}
#page_news_content{
    line-height:24px;
	width:697px;
	float:left;
	margin:0 0 0 15px;
	display:inline;
	text-align:justify;
}
#page_news_content_other{
    margin:30px 0 30px 15px;
	width:697px;
	float:left;
	display:inline;
}
#page_news_content_other a{
    color:#2e82b8;
	text-decoration:underline;
}
#page_news_content_other p span{
    font-weight:bold;
	line-height:30px;
}
#page_news_content_other a:hover{
    text-decoration:none;
	color:#E55191;
}
