@charset "UTF-8";
/* Unchanged */
a {
  text-decoration: none ;
}

a:hover {  
  color : red;
  text-decoration : underline;
}

.color1 {
  background-color: #ffe7c2;
}
 
.color3 {
  color: #ab3300;
}
  
.norepeat {
  background-repeat: no-repeat;
}

.waku1 {
  border-width: 1px; border-color: #ab3300; border-style: solid;
}

.small {
  font-size: 10px;
}

.midium{
  font-size: 12px;
  
  font-weight : 500;
}

.large {
  font-size : 16px;
  font-weight : normal;
  

  color : #000040;
}



.s-large{
  font-size : 20px;
  font-weight : 800;
  
  
  text-decoration : underline;
}


.pan {
	line-height: 150%;
	font-size: 70%;
	text-decoration: none;
}


.top{
  vertical-align : top;
}

table{

}

table.topics {
	width: 680px;
	border-collapse: inherit;
	font-size: 11px;
}

table.topics  tr.glay {
	background: #F0F0F0;
}

table.topics td{
	border-bottom: 1px solid #000000;
	padding: 15px 10px;
	text-align: left;
}

table.topics td.top{
	padding: 0px;
}

table.topics td.date{
	width: 100px;

}
TD{
  font-size : 14px;
  color : #666666;
  font-weight : normal;
}
.label{
  background-color : #f9f9f9;
  font-weight : normal;
  color : #000040;
}
.midasi{
  color : #000040;
  background-color : #eeeeee;
}
.seal_m{
  font-weight : bold;
  color : #306161;
}
.attention{
  color : #808000;
}
.label_m{
  color : #000040;
  background-color : #f9f9f9;
  font-size : 12px;
}
.attention_back{
  background-color : #808000;
}
.important{
  background-color : #ffffbf;
}
.holiday{
  background-color : #ffddff;
  font-size : 12px;
  color : red;
}
.attention_m{
  font-size : 12px;
  color : #808000;
}

