@charset "euc-jp";
/* ===================================================================
CSS information

 file name  :news.css
 style info :新着情報ページのレイアウト
 このスタイルシートの構成
 
  
 2012.10.12 ueno

=================================================================== */


/*------------------------
新着情報声一覧
------------------------*/
/*タイトル*/
.page_news .pageTl em {
	background:url(../img_cont/pagetl_news.gif) no-repeat;
	height:26px;
}


/*------------------------
新着情報　個別記事内の設定
------------------------*/
.news_box {
	margin-bottom:1em;
}

.news_box .tl {
	background:url(../img_top/line_dot_green.gif) 0 100% repeat-x;
	margin-bottom:2em;
}

.news_box .date {
	color:#CB8520;
	font-size:92.3%/*12px*/;
	margin-bottom:1em;
}

.news_box .tl h3 {
	padding:0 0 5px 0;
	font-size:169.2%/*22px*/;
}

.news_box .txtBox p {
	margin-bottom:5px;
}

.news_box .imgBox {
	margin-bottom:20px;
}

.page_news .pageTop {
	margin-bottom:5em;
}





