/* CSS Document */
/*CSS*/
.h2TT{
	background-image: url(../images/newsTT.png);
	height:48px;
	line-height:52px;
}
/**************************************************
               新着情報一覧
**************************************************/
#news_list{
	margin:10px 0 0 0;
}
#news_list li{
	background-image:url(../../newcar/images/main/link_bck.gif);
	background-repeat:repeat;
	border-bottom:1px solid #ababab;
	padding:5px;
	margin:0 0 10px;
	position:relative;
}
.news_img{
	width:103px;
	text-align:center;
	overflow:hidden;
	float:left;
	background-color:#FFF;
}
.NewsTxtDisp{
	width:530px;
	float:right;
	position:relative;
	height:83px;
}
.news_date{
	background-image:url(/index/images/date.png);
	background-repeat: repeat-x;
	background-position:left bottom;
	width:80px;
	padding:0 0 0 5px;
	float:left;
	margin:0 10px 0 0;
}
.news_icon{
	float:left;
}
.news_TT{
	font-size:13px;
	margin:5px 0 0 0;
	text-decoration:underline;
}
.news_TT a{
	font-weight: normal;
	text-decoration: underline;
}
.tenpo_NM{
	position:absolute;
	bottom:0;
	right:0px;
}

/**************************************************
               新着情報詳細
**************************************************/
#dtl_disp{
	border:solid #d5d5d5;
	border-width:0 1px 1px;
	padding:10px;
}
#dtl_disp .tenpo_NM{
	top:60px;
	right:10px;
}
#dtl_disp .news_TT{
	font-weight:bold;
	margin:15px 0 0 0;
	text-decoration:none;
}
#dtl_disp .news_date{width:120px;}


#MainImg{
	border:5px solid #a79a98;
	width:500px;
	margin:20px auto 0;
	background:#FFF;
	padding:1px;
}
#newsTxt{
	margin: 10px;
	padding:20px 10px 10px;
}
#backBt{
	background-image:url(../../common/images/sub_navi/red_sub_arrow.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding:0 0 0 15px;
	float:right;
	margin:10px;
}
#pdfBt{
	float:right;
}
#E_SubImg{
	margin:20px 0  0;
	border-top:1px dotted #a79a98;
	padding:20px 0 0 0;
}
#E_SubImg li{
	width:152px;
	height:115px;
	float:left;
	margin:0 0 10px 10px;
}
#E_SubImg li a{
	display:block;
	width:150px;
	height:113px;
	border:1px solid #c6c6c6;
}

#E_SubImg li a:hover{
	border:1px solid #c20000;
}
/*========================================
 + ページング
========================================*/
ul.pager {
	padding: 0 !important;
	text-align: center;
	margin:10px 0;
}
ul.pager li {
	display: inline-block;
	margin:0 !important;
	padding:0 !important;
}
ul.pager li .page_on {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	font-weight:bold;
	color:#da0000 !important;
	background-color:#FFF;
	border:1px solid #da0000;
}
ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	width:24px;
	height:24px;
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
	color:#5e5e5e !important;
	border:1px solid #ababab;
	background-color:#e2e2e2;
	line-height:24px;
	font-size:12px;
}

ul.pager li a:hover,
ul.pager li a:active {
	color:#da0000 !important;
	background-color:#FFF;
	border:1px solid #da0000;
}


