charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

img {
    border-style:none;
}
a img {
    border-style:none;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  text-align: center;
  font-family: Tahoma,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  color: #333333;
}

/* ---------------------------------------- レイアウトに関する指定 */


/* コンテンツエリア */
#contents {
  margin-top:120px;
  margin-left : auto ; margin-right : auto ;
  width: 620px;
  
  
}


/* ---------------------------------------- 文字に関する指定 */

.contents { 
  margin:0px;
  text-align: left;
  font-size: 0.75em;
  line-height: 1.7em;
  padding: 0px 10px 10px 10px; 
}
.style2 {color: #000099;font-weight:bold;}

#contents img {
  padding: 0px 0px 10px 0px;
}


