/*TOPページメインスライド用 */
#top_main #top_mainimage {
	padding: 0px;
	height: 350px;
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/*終了_TOPページメインスライド用 */

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
#top_main #oshirase {
	font-size: 12px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #333333;
}


/*TOPページ更新履歴用*/
#rireki_top {
	font-size: 14px;
	padding: 0px;
	height: 400px;
	width: 480px;
	overflow: auto;
	line-height: 1.3em;
	margin: 0px;
}
#rireki_top h4 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
}
#rireki_top ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* TOPページ　カウンター */
#count {
	clear: both;
	text-align: right;
	font-size: 14px;
}
/* /TOPページ　カウンター */

/* TOP　お知らせ欄表組 */
.osirase-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.osirase-table th, .osirase-table td {
	border: 1px solid #8fbac8;
	padding: 10px;
}

.osirase-midashi {
	background-color: #090;
	color: #fff;
}

.osirase-td {
	background-color: #eee;
}
/* /TOP　お知らせ欄表組 */


/* TOPページ　重要告知 */
a.important_info {
	background: #FF0004;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: none;
}
a.important_info:hover {
	opacity: 0.8;
	text-decoration: underline;
}