	.mds {
          width: 400px;
          text-align: left; 
          vertical-align: bottom;
          font-size: 20px;                  /* 文字の大きさ */
          color: #ff0099;                   /* 文字色 */
          font-family: "HGS創英角ﾎﾟｯﾌﾟ体";  /* フォント　メイリオ　HGS創英角ﾎﾟｯﾌﾟ体 */
	  font-weight: bold;                /* 文字の太さ（太字） */
	}

	.link {
          text-align: center; 
          font-size: 12px;                  /* 文字の大きさ */
	}

	a.sentaku {
	text-decoration: none; 
        /*font-weight: bold; 文字の太さ（太字） */
        padding: 2px 5px 0px 5px;
	}

	a:hover.sentaku {
	/* text-decoration: underline; */
        background-color: #ffccff;            /* steelblue lightsteelblue; */
        padding: 2px 5px 0px 5px;
        color: #000000; /* ポイント時の文字色  #fde337 */
        font-weight: bold; /* 文字の太さ（太字） */
	}
