body {
background-color: #000000;
font-size :11px;
color : #DBDBDB; }

.title-00 { font-size : 16px; font-weight : bold; margin-left : 10px; margin-right : 10px; letter-spacing : 0em; line-height : 140%; font-color : #DBDBDB; border-color : #DBDBDB; border-style : solid; border-left-width : 0px; border-bottom-width : 1px; border-top-width : 0px; border-right-width : 0px; }
.title-01 { font-size : 15px; font-weight : bold; margin-left : 0px; margin-right : 10px; letter-spacing : 0em; line-height : 140%; font-color : #DBDBDB; border-color : #DBDBDB; border-style : solid; border-left-width : 0px; border-bottom-width : 1px; border-top-width : 0px; border-right-width : 0px; }
.title-02 { font-size : 18px; text-align : right; font-weight : bold; margin-left : 10px; margin-right : 10px; letter-spacing : 0em; line-height : 140%; font-color : #DBDBDB; border-color : #DBDBDB; border-style : solid; border-left-width : 0px; border-bottom-width : 1px; border-top-width : 0px; border-right-width : 0px; }

.text-00 { font-size : 18px; margin-left : 0px; margin-right : 10px; letter-spacing : 0em; text-indent : 0em; line-height : 160%; font-color : #DBDBDB; }
.text-01 { font-size : 12px; margin-left : 0px; margin-right : 10px; letter-spacing : 0em; text-indent : 0em; line-height : 160%; font-color : #DBDBDB; }
.text-02 { font-size : 14px; margin-left : 10px; margin-right : 10px; letter-spacing : 0em; text-indent : 0em; line-height : 160%; font-color : #DBDBDB; }

.center-01 { font-size : 12px; text-align : center; margin-left : 10px; margin-right : 10px; letter-spacing : 0em; line-height : 140%; font-color : #ffffff; }

.right-01 { font-size : 12px; text-align : right; margin-left : 10px; margin-right : 10px; letter-spacing : 0em; line-height : 140%; font-color : #DBDBDB; }

.left-01 { font-size : 12px; margin-left : 0px; margin-right : 10px; letter-spacing : 0em; text-indent : 0em; line-height : 160%; font-color : #DBDBDB; }

.link-list {
  list-style: none; /* 点を消す */
  padding: 0;
}

.link-list li {
  margin-bottom: 20px; /* 各項目の間隔 */
}

.link-list img {
  display: block;
  max-width: 100%; /* スマホで画像がはみ出さないようにする */
  height: auto;
}

.link-list p {
  margin: 5px 0 0 0;
  font-size: 14px;
}
.link-list {
  list-style: none;
  padding: 0;
}

.link-list li {
  margin-bottom: 20px;
}

/* バナーと説明文を横並びにする設定 */
.link-list a {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  text-decoration: none; /* リンクの下線を消す */
}

/* 画像と説明文の間に少し隙間を作る */
.link-list a + p {
  margin: 0 0 0 15px; /* 上右下左：左側に15pxの余白 */
  font-size: 14px;
}

A:LINK { text-decoration : none; color : #DBDBDB }
A:VISITED { text-decoration : none; color : #DBDBDB }
A:ACTIVE { text-decoration : none; color : GRAY }
A:HOVER { text-decoration : none; color : GRAY }