/* EXPO用スタイルシート
     2019-04-08　2007-01-08　since 2005-06-19 */

/* webフォントをダウンロード */
  @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
  @import url('https://fonts.googleapis.com/css?family=Varela+Round');

/* ▼基準フォント〔"Varela+Round"，"Noto Sans JP"　18px〕の設定 */
  html
  {
   font-family:"Varela Round", "Noto Sans JP", sans-serif;
   font-size:18px; line-height:150%;
  }

body {background-color:#ffffdd}

/* テキスト一般用 */
.just {font-size:100%; line-height:150%;
	 text-align:justify}


/* テーブル内 */
td {line-height:150%; font-size:100%;}

/* タイトル */
.title {
  font-size:30px; color:#ffffff; font-weight:bold;
  background:#ff9966;
  text-align:center
    }

.title1 {
  font-size:20px; color:#ffffff; font-weight:bold; line-height:120%
    }

.title2 {
  background-color:#ccffcc; font-size:25px; color:#6666ff;
  font-weight:bold; text-align:center
    }

.menu {
  font-size:20px; color:#ff9966; font-weight:bold;
  text-align:center
    }


.ttitle {
  font-size:20px; color:#6600cc; font-weight:bold;
  text-align:center
    }

.key {
  font-size:20px; color:#ff0000; font-weight:bold
    }


.eng {
  font-family:Arial
    }


.eng2 {
  font-family:Century
    }


.red {color:#ff0000}  /* 赤字 */
.bl {color:#0000ff} /* 青字 */
.bk {color:#000000} /* 黒字 */


   a:link {color:#0033ff}
   a:visited {color:#6600cc}
   a:hover {color:#ffffff; background-color:#339933}


