BODY,TABLE{
  margin : 0px;
  font-size : 12px;
}
#head{
  background-color : #cccccc;
  border-width : 1px;
  border-style : solid;
  border-color : black;
  padding : 0px;
  margin : 0px;
}
#login{
  background-color : #e2dbd3;
  border-width : 0px 1px 1px 1px;
  border-style : solid;
  border-color : black;
  padding : 0px;
  margin : 0px;
}
#main{
  border-width : 0px 1px 0px 1px;
  border-style : solid;
  border-color : black;
  text-align : center;
  padding : 1px;
  margin : 0px;
}
.menu{
  background-color : #efefef;
  padding : 0px;
  margin : 0px;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : black;
}
#foot{
  background-color : #cccccc;
  border-width : 1px;
  border-style : solid;
  border-color : black;
  text-align : right;
  padding : 1px;
  margin : 0px;
}
.foot{
  font-size : 10px;
}
.login_msg{
  text-align : left;
}
.login_action{
  text-align : right;
}
.category{
  font-weight : bold;
  background-color : #e2dbd3;
}
a {
  text-decoration: none;
  color: #666666;
  font-style: normal;
}
a:hover {
  text-decoration: underline overline;
  color: #FF9966;
  font-style: normal;
}
.contents a {
  text-decoration: none;
  color: #000000;
  font-style: normal;
}
.contents A:HOVER {
  text-decoration: underline;
  color: #FF0000;
  font-style: normal;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : black;
}
h1{
  font-size : 20px;
}
.indis{
  font-size : 10px;
  color : #ff0000;
}

/* ニュースメインタイトル */
.news_main_title{
  font-size : 20px;
  background-color : #cccccc;
  color : #000000;
}
/* ニュースタイトル */
.news_title{
  font-size : 16px;
  color : #000000;
}
/* ニュースリンク */
a.news_link{
  text-decoration: none;
  color: #666666;
}
a:hover.news_link{
  text-decoration: underline;
  color: #FF9966;
}
/* ニュースカテゴリー */
.news_category{
  font-size : 14px;
}
/* ニュース支部 */
.news_post{
  font-size : 14px;
}
/* ニュース */
.news{
  font-size : 14px;
}

