/* メンネル Style Sheet *//* 全体の属性定義 */body { margin:0px; }a:link    {color: #006600} /* リンク色 */a:visited {color: #003300} /* 訪れたことのあるリンク色 */a:active  {color: #FF6600} /* クリックしている時のリンク色 */a:hover   {color: #FF6600} /* マウスが上にある時のリンク色 */dt {  margin-top: 10;}dd {  margin-top: 5;}
