@charset "utf-8";

/* =====================================================================
　1.祭事スケジュール
===================================================================== */
#main table{
	width:673px;
	margin:10px auto;
	border:1px solid #ccc;
	border-collapse:collapse;
}
#main th{
	padding:2px 4px;
	background-color:#D9ECA2;
	font-weight:bold;
	text-align:center;
	border:1px solid #ccc;
}
#main td{
	padding:2px 4px;
	border:1px solid #ccc;
	line-height:1.4;
	vertical-align:top;
}
#main .t_day{width:95px;}
#main.t_time{width:105px;}
#main .t_main{width:325px;}
#main .t_name{width:325px; font-weight:bold;}
#main .t_body{
	width:310px;
	padding-left:1em;
}

#main td a { color: #369; text-decoration: none;}
#main td a:link { color: #369; text-decoration: none;}
#main td a:visited { color: #369; text-decoration: none;}
#main td a:active { color: #369; text-decoration: none;}
#main td a:hover { color: #369; text-decoration: underline;}


/* =====================================================================
　2.サイト更新情報
===================================================================== */
/* ニュース一覧 */
dl#news_list {
	margin: 0 0 15px 0;
	padding:0;
}
	dl#news_list dt {
		float: left;
		width: 8em;
		padding: 10px 0 7px 0;
		text-indent:5px;
		line-height:1.3;
		background:url(img/dt.gif) no-repeat center right;
	}
	dl#news_list dd {
		padding: 10px 0 7px 9em;
		line-height: 1.3;
		border-bottom: 1px #CCCCCC solid;
	}
dl#news_list dd a,
dl#news_list dd a:link,
dl#news_list dd a:visited,
dl#news_list dd a:active { color:#369; text-decoration:none;}
dl#news_list dd a:hover { color: #369; text-decoration: underline;}


/*--------------------------------------
　widget_archives(スケジュール・更新用)
---------------------------------------*/
.widget_archives dl{
	width:214px;
	margin-bottom:10px;
	border-top:1px solid #CCC;
	
}
.widget_archives dl dt.header {
	clear:both;
	padding:4px 5px 2px 15px;
	height: 16px;
	display: block;
	font-size:13px;
	font-weight: 700;
	background:#FFF url(/common/css/img/bg_ti_list_on.gif) no-repeat center left;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.widget_archives dl dt.footer {
	height: 0; /*for IE*/
	display: none;/*for IE*/
	clear: both;
}
.widget_archives dl dd {
	display: block;
	overflow:hidden;
	padding:0 5px 3px 15px;
	line-height:1.5;
	background:#FFF url(/common/css/img/bg_ti_list.gif) no-repeat center left;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.widget_archives dl dd a{
	display:block;
	float:left;
	width:32px;
	padding:2px 0;
	color:#369;
	font-size:12px;
	line-height:1;
	text-align:center;
	text-decoration: none;
}
.widget_archives dl dd a:hover {
	color:#369;
	background:#D9ECA2;
	text-decoration: none;
}

dt.header a,
dt.header a:link,
dt.header a:visited,
dt.header a:active { color:#333; text-decoration:none;}
dt.header a:hover { color: #F60; text-decoration: underline;}