/* CSS Document */
#NousyaDisp{
	padding:0 0px 15px;
}
#nousya_title{
	background-image:url(../images/title.gif);
	padding:51px 0 0 53px;
	font-size:15px;
	color:#FFF;
	text-shadow:0px 0px 3px #b56451;
}
#nousya_title_dtl{
	background-image:url(../images/title.gif);
	padding:0px 0 0 130px;
	font-size:15px;
	color:#565656;
	height:51px;
	line-height:56px;
	text-shadow:1px 1px 0px #FFF;
}
/**************************************************
               納車式
**************************************************/
#NousyaDisp{
}

#nousya_list{
	margin:10px 0 10px;
	padding:0px 0px;
}
#nousya_list li{
	background-image: url(../images/nousya_bck.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:262px;
	height:281px;
	float:left;
	padding:30px 15px 0 30px;
	margin:0 18px 20px;
}
#nousya_list li h3{
	margin:0 0 3px;
	font-size:12px;
}
.nousya_img {
	background-image:url(../images/nousya_img.gif);
	background-repeat:repeat-x;
	height:186px;
	padding:10px;
	text-align:center;
}
.nousya_img div{
	background-color:#FFF;
	height:186px;
	width:242px;
	overflow:hidden;
}
.nousya_img img{
}
.nousya_txt{
	margin:10px 0 0 0;
}
.nousya_txt a{
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.date{
	float:left;
	line-height:20px;
	display:block;
	
}
.store_icon{
	float:left;
	margin:0 0 0 5px;
}


/**************************************************
               納車式詳細
**************************************************/
#DtlDisp{
	padding:5px;
}
#DtlDisp h3{
	margin:0 0 10px;
}


#MainImg{
	width:500px;
	padding:10px;
	margin:0 auto 10px;
	background-image:url(../images/nousya_img.gif);
	background-repeat:repeat;
}
#dtl_txt{
	padding:10px;
}
#nousya_data{
	width:520px;
	border-top:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	margin:0 auto 20px;
}
#nousya_data th{
	background-color:#fef4dc;
	background-repeat: repeat-x;
	padding:5px 10px;
	width:80px;
	border-top:1px solid #FFF;
	border-left:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	font-weight:normal;
}
#nousya_data td{
	padding:5px 10px;
	border-left:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	
}
.eventTxt dt{
	background-image: url(../images/comment.gif);
	background-repeat:no-repeat;
	background-position:7px 0px;
	padding:0 0 5px 32px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	border-bottom:1px dotted #aca9ab;
	font-size:14px;
}
.eventTxt dd{
	margin:5px 0 25px;
	padding:10px;
	background-color:#fef4dc;
}

#backBt{
	background-image:url(../../common/images/footer_icon1.gif);
	padding:0 0 0 20px;
	background-repeat:no-repeat;
	text-decoration:underline;
	float:right;
}


/*========================================
 + ページング
========================================*/
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:#1661d8 !important;
	background-color:#FFF;
	border:1px solid #1661d8;
}
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:#1661d8 !important;
	background-color:#FFF;
	border:1px solid #1661d8;
}


