#month_list {
	float:left;
	list-style:none;
	padding:5px;
}
#month_list li {
	float:left;
	list-style:none;
	margin-right:10px;
	display:inline;
	color:#777;
	font:8pt arial;
}
#month_list li.current {
	font-weight:bold;
}

p.search_result {
	font:9pt Arial;
	background:transparent url(images/location_line.gif) no-repeat 0 3px;
	padding-left:10px;
}
p.search_result strong {
	font-weight:normal;
	color:blue;
}

p.content_count {
	font:9pt Arial;
	background:#f9f9f9 url(images/location_line.gif) no-repeat 0 8px;
	padding:5px;
	margin:0;
	padding-left:10px;
	clear:both;
}
p.content_count strong {
	font-weight:normal;
	color:blue;
}

table.festival {
	border:1px solid #c8c8c8;
	border-right:0;
	border-bottom:0;
	width:100%;
}
table.festival th,
table.festival td {
	border:1px solid #c8c8c8;
	border-left:0;
	border-top:0;
	font:normal 8pt Arial;
	padding:1px;
}
table.festival th {
	height:20px;
	text-align:center;
	background:#eef0f4;
}
table.festival th.image {
	width:100px;
}
table.festival th.date {
	width:80px;
}
table.festival td.image {
	text-align:center;
}
table.festival td.date {
	text-align:center;
}
table.festival td.nodata {
	height:50px;
	color:red;
	text-align:center;
}

#list_search_box {
	background:#f9f9f9;
	margin:0 0 5px 0;
	float:left;
	border:1px solid #eee;
}
#list_search_box input {
	padding:2px;
}
#list_search_box ul.buttonset_basic {
	padding-left:250px;
	padding-top:10px;
	height:35px;
}
#list_search_box span.icon_search {
	background:transparent url(images/icon_search.gif) no-repeat 0 50%;
	padding:4px 0 4px 24px;
}
#list_search_box dl {
	margin:0;
	padding:0;
}
#list_search_box dt {
	float:left;
	display:block;
	background:transparent url(images/icon_bullet.gif) no-repeat 5px 12px;
	margin:0;
	padding:7px 0 0 15px;
	width:60px;
	height:23px;
}
#list_search_box dd {
	float:left;
	display:block;
	margin:0;
	padding:5px 0 0 10px;
	width:510px;
	height:25px;
}
#list_search_box dd.keyword {
	width:310px;
}
#list_search_box dd.period a.calendar {
	background:transparent url(images/icon_date.gif) no-repeat 0 3px;
	padding-left:16px;
	text-indent:-2000px;
	font-size:0;
	display:block;
	float:left;
	width:0px;
	height:16px;
}
#list_search_box dd.period a.calendar span { visibility:hidden; }
#list_search_box dd.period span.calendar {
	float:left;
	margin:0px 5px;
}
#list_search_box dd.period input.calendar {
	background:#f4f4f4;
	border:1px solid #c8c8c8;
	width:80px;
	float:left;
}
#list_search_box dd.keyword input.keyword {
	background:#f4f4f4;
	border:1px solid #c8c8c8;
	width:200px;
	float:left;
	margin-top:1px;
}
#list_search_box dd.keyword input.image {
	float:left;
}


