@charset "utf-8";
/* ===================================================================
CSS information

 file name  :news.css
 author	 :Ability Consultant
 style info :TOPページで用いるスタイルを記述。
=================================================================== */

#header {
	background: url(../news/images/main.jpg) center top no-repeat #000;
}

/*----------------------------------------
	#news
----------------------------------------*/
#news .con_news {
	width:715px;
	margin-bottom: 35px;
	color: #fff;
}

#news .con_news h3 {
	margin-bottom: 25px;
}

/*	.pager	ページアカウンター
----------------------------------------------------*/
#news .con_news .pager {
	margin-bottom:30px;
	width:715px;
	text-align:center;
}

#news .con_news .pager li {
	padding:0 4px;
	display:inline;
	border-right:1px solid #fff;
}

#news .con_news .pager li.next {
	border-right:none;
}

#news .con_news .pager li span,
#news .con_news .pager li a {
	display:inline-block;	
}


/*.con_navi　ページング
----------------------------------------------------*/
#news .con_news .con_navi {
	margin:20px auto;
	width:715px;
	overflow:hidden;
	color:#ccc;
}

#news .con_news .con_navi a {
	color:#ccc;
}

#news .con_news .con_navi ul li{
	padding:0 5px;
	display: inline;
	border-right:1px solid #ccc;
}

#news .con_news .con_navi ul li.noline{
	border-right:none;
}

/*.con_entry　記事部分
----------------------------------------------------*/
#news .con_news .con_entry {
	margin:0 0 15px 0;
	padding: 20px;
	color: #3e4c30;
	width:665px;
	overflow:hidden;
	border: 5px solid #3e4c30;
	background: url(../news/images/bg_news.jpg) left top repeat-y;
}

#news .con_news .con_entry h3{
	margin:0 0 15px;
	padding:0 10px 10px;
	color:#584913;
	font-size:110%;
	font-weight:bold;
	background: url(../news/images/bg_entry_title.gif) left bottom no-repeat;
}

#news .con_news .con_entry h3 span.date{
	margin-right:10px;
	padding:2px 3px;
	background:#630202;
	color:#fff;
	font-size:86%;
}

#news .con_news .con_entry .img_news {
	float:right;
	width:243px;
	border: 1px solid #fff;
	margin-left:20px;
}

#news .con_news .con_entry .txt_news {
	padding:0 10px;
}


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

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


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

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


