@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #000088;
  text-decoration: none;
}

a:visited {
  color: #330033;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  background:#FFFFFF url(./images/background.gif) repeat left top;  
  font-size: 0.75em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 160%;　　/*行送りの指定*/
  margin: 0px;　　/*マージンの指定*/
  padding: 0px;　　/*余白の指定*/
  background-color: #FFFFFF;　　/*背景色の指定*/
}

/* ---------------------------------------- レイアウトに関する指定 */

table {
    border: 2px #FF2E45 solid;
    border-collapse: collapse;
	padding: 13px;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 1.2em;
  color: #FF8800;
  line-height: 130%;
  border-bottom: 3px solid #FF8800;
}

h3{
  font-size: 1.1em;
  margin-top: 0.5em;
  color: #aa6622;
  line-height: 150%;
}

h4,td{
  font-size: 1.1em;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  color: #000000;
  line-height: 200%;
	padding: 13px;
}


h5{
  font-size: 1em;
  margin-bottom: 1.2em;
  color: #000000;
  line-height: 150%;
}

h6 {
  font-size: 1.2em;
  margin-top: 0.8em;
  margin-bottom: 0.2em;
  color: #FF8800;
  line-height: 130%;
  border-bottom: 3px solid #FF8800;
}

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }