A:link			{ text-decoration:none }
A:visited		{ text-decoration:none }
A:active		{ text-decoration: none}
A:hover			{ text-decoration: none}

.cya:link			{ text-decoration:none }
.cya:visited		{ text-decoration:none }
.cya:active		{ text-decoration: none}
.cya:hover			{ text-decoration: none}

.howa:link			{ text-decoration:none }
.howa:visited		{ text-decoration:none }
.howa:active		{ text-decoration: none}
.howa:hover			{ text-decoration: none}

.text {  font-size: 10px}

h2.uandd{/*タイトルの設定*/
  font-size: 14px;/*文字サイズ*/
  font-family: "monospace";
  margin: 1.5em 15% 0.7em 15px;/*余白。15%が右の余白です*/
  border-bottom: solid 1px #86CC86;/*下線の色*/
  }
h2.uandd span.up{/*上がる文字*/
  color: #FFFFFF;/*文字色*/
  background-color: #B8EDB8;/*背景色*/
  padding: 0.2em 0.2em 0.1em 0.2em;
  margin: 0 2px 0 0;
  border: 1px #B8EDB8 solid;/*背景色と同じに*/
  }
h2.uandd span.down{/*下がる文字*/
  color: #217621;/*文字色*/
  background-color: #FFFFFF;/*背景色*/
  padding: 0.2em 0.2em 0.1em 0.2em;
  margin: 0 2px 0 0;
  border: 1px #B8EDB8 solid;/*背景色と同じに*/
  position: relative;
  top: 0.3em;/*下がる程度*/
  z-index: 1;
  }
div.tit12{/*文章枠*/
  font-size: 12px;/*文字サイズ*/
  margin: -10px 15% 1em 15px;/*ここの-10pxは、合うように適宜変更を…*/
  padding: 15px 0.4em 0.6em 0.4em;/*枠内余白*/
  border: solid 1px #56AA56;/*枠色*/
  }
.menu_td {  border: 1px #999999 solid}
.main_td {  border: #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
