@CHARSET "utf-8";

body{
  margin: 0;
  padding: 0;
}

.content{
  font-size: 12px;
}

.blog-image{
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 6px;
}


/* 共通
---------------------------------------------------- */
table{
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}

th{
  background: #F1F1F1;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #E6E6E6;
  text-align: center;
  font-weight: normal;
}

td{
  padding: 5px;
  font-size: 12px;
  border: 1px solid #E6E6E6;
  vertical-align: middle;
  background: #FFFFFF;
}
a{
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.td-light-gray{
  background: #F5F5F5;
  text-align: center;
}

.td-yellow{
  background: #FFFFCC;
}

#footer{
  display:block;
  width: 100%;
  padding: 5px;
  font-size: 10px;
  text-align: right;
  color: #999999;
  margin-top: 5px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
}

#footer a{
  color: #999999;
  text-decoration: none;
}

#footer a:hover{
  color: #FF3366;
  text-decoration: underline;
}