/* CSS Document */
/**************************************************
               今日のアベカツ詳細
**************************************************/
#todays_title_dtl{
	background-image:url(../images/title.gif);
	overflow:hidden;
	position:relative;
	height:51px;
}
#todays_title_dtl h2{ float:left; width:300px; padding:0 0 0 135px; font-size:14px; color:#FFF; line-height:51px;}
#todays_dtl_date{
	color:#696969;
	font-weight:bold;
	font-size:14px;
	display: inline-block !important;
	position:absolute;
	left:415px;
	top:15px;
}
#todays_dtl_date span{ font-size:17px; margin-left:2px;}

#weather_dtl_disp{
	margin: 7px 10px 0 0;
	width:175px;
	height:38px;
	position:relative;
	float:right;
}
#weather_dtl_disp span{
	position:absolute;
	left:60px;
	top:15px;
	line-height:1.2em;
	font-size:11px;
}


#DtlDisp{
	padding:0 5px 5px;
}
#DtlDisp h3{
	margin:0 0 10px;
}


#MainImg{
	width:500px;
	padding:10px;
	margin:0 auto 10px;
	background-image:url(/nousya/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(/nousya/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;
}

/*========================================
 + 一覧ページ
========================================*/
.today_txt{
	background-image:url(../../index/images/today_icon.gif);
	background-repeat:no-repeat;
	padding:0 0 0 50px;
	background-position:left top;
	margin:0px 0 0 0;
	text-align:left;
	line-height:1.3em;
	font-size:12px;
}

/*========================================
 + ページング
========================================*/
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;
}


