@import url(../myhome-i.css);

#box608 {
	margin-top: 10px;
}
h1#news-title {
	background: url(img/title_news.gif) no-repeat;
	height: 70px;
	margin-bottom: 10px;
}
h1#news-title span {
	visibility: hidden;
	font-size: 1px;
	font-weight: bold;
}

#area_btn {
	width:      11.5em;
	float:      right;
	margin-top: -4.5em;
}
#area_btn p {
	text-indent: 0.3em;
	font-size:   70%;
}
#area_btn ul {
	list-style-type:  none;
}
#area_btn ul li {
	display:    block;
	float:      left;
	margin-left: 3px;
	background:   #EFFAFF;
	border:    1px solid #D1E6EF;
	color:        white;
	font-size:     80%;
}
#area_btn ul li a,
#area_btn ul li span {
	margin:   0;
	display:  block;
	padding:  3px 2px;
}
#area_btn ul li span {
	color: #666666;
	background: #fefefe;
}
#area_btn ul li a:visited {
	color:    #000099;
}
#area_btn ul li a:hover {
	color:    #CC0000;
	text-decoration:   none;
}










#news-menu {
	clear:   both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 25px;
}
#news-menu li {
	list-style-type: none;
	float: left;
	width: 200px;
	height: 25px;
	margin-right: 5px;
}
#news-menu span {
	visibility: hidden;
	font-size: 1px;
}
#news-menu #menu-week {
	background-image: url( ./img/menu_week.gif);
	display: block;
	width: 200px;
	height: 25px;
}
#news-menu #menu-all {
	background-image: url( ./img/menu_all.gif);
	display: block;
	width: 200px;
	height: 25px;
}
#news-menu #menu-week a {
	background-image: url( ./img/menu_week.gif);
	display: block;
	width: 200px;
	height: 25px;
}
#news-menu #menu-all a {
	background-image: url( ./img/menu_all.gif);
	display: block;
	width: 200px;
	height: 25px;
}

#news-menu a {
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
#news-menu a:hover {
	background-position: 0px 0px;
	text-decoration: none;
}
table#news-list {
	border-top: 5px solid #9C8E7F;
	clear: left;
	width: 100%;
}
#news-list td {
	line-height: 1.3;
	padding:     0;
}
#news-list thead tr {
	/*background-image: url( ./img/stripe.gif);*/
	background:   #EFFAFF;
	height: 20px;
}
thead td, thead th {
	font-size: 70%;
	color: #95BCD1;
	padding: 4px;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #B5DCF1;
}
#news-list thead td#head-catch {
	border-right: none;
}
#news-list td.icon {
	width: 60px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: top;
}
#news-list td.icon img {
	margin: 5px 0 0 10px;
}
#news-list td.date {
	width: 106px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 90%;
	font-weight: bold;
}
#news-list td.place {
	width: 106px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 75%;
}
#news-list td.name {
	width: 106px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 75%;
}
#news-list td.catch {
	font-size: 80%;
	padding: 0;
	border-bottom: 1px solid #999999;
}
#news-list td a {
	display:        table-cell;
	vertical-align: middle;
	width:          100%;
	margin:         0;
	height:         100%;
	padding:        4px 8px;
}
#news-list td.icon a {
	padding: 0;
}
#news-list td.date a,
#news-list td.place a {
	color: black;
}
#news-list tr.hover td {
	background: #EFE9E0;
}

#news-list_wrapper.dataTables_wrapper {
  position: relative;
}
#news-list_wrapper .dataTables_block {
  line-height: 1;
  position:    absolute;
  top:         -2.5em;
  right:       0;
}
#news-list_info.dataTables_info {
  text-align: right;
  font-size:  small;
}
#news-list .ui-state-default,
#news-list .ui-widget-content .ui-state-default {
  background:       none;
  background-color: #EFFAFF;
  border:           none;
  border-right:     1px solid #B5DCF1;
  border-bottom:    1px solid #999999;
}
#news-list #head-catch.ui-state-default {
  border-right:  none;
  border-bottom: 1px solid #999999;
}
#news-list thead th .ui-icon {
  float: right;
}

#news-list_filter img {
	vertical-align: middle;
}
