.top{
  width : 100%;
	height : 38px;
  margin : 20px 0px 10px 0px;
  padding : 10px 10px 0px 10px;
  text-align : right;
  font-family : Impact;
  font-size   : 20px;
  color       : #777777;
  background-color : #eeeeee;
  border-style     : solid;
  border-width     : 0px;
.}
.title{
  width      : 500px;
  margin     : 50px 0px 0px 0px;
  padding    : 0px 0px 0px 10px;
  text-align : left;
  font-family : Impact;
  font-size   : 14px;
  border-style     : solid;
  border-width     : 0px 0px 1px 15px;
  border-color     : #999999;
}
.waku{
	width : 500px;
}
.image{
  text-align : right;
  float  : left;
}
.text{
	padding : 10px 0px 0px 20px;
  font-size   : 80%;
	line-height : 160%;
}

/************************************************/
body{
  line-height : 14px;
  text-align  : center;
  margin      : 0px;
  color       : black;
}
a:link {                                /* 通常リンク                 */
  color : navy;                         /* 青                         */
  text-decoration : none;
}
a:visited {                             /* 既読リンク                 */
  color : navy;                         /* グレイ                     */
  text-decoration : none;
}
a:active {                              /* リンク When_At_Click       */
  color : red;                          /* 赤                         */
  text-decoration : none;
}
a:hover {                               /* リンク On_Mouse            */
  color:#ffffff;                         /* オレンジ                   */
  font-size   : 14px;
  text-decoration : none;
  background-color : navy;
}

