@charset "UTF-8";
/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 900px;
  border: solid 1px navy;
}

#header { color: aqua; font-size: 250%; font-family: "ヒラギノ明朝 Pro W6", "ＭＳ 明朝"; font-weight: 700; background-color: white; height: 150px; margin: 0; padding: 0; }

#globalnavi { width: 900px; position: relative; }

#container {
  width: 100%;
  padding-top: 4em;
}
#content { width: auto; padding: 5px; }

#footer { color: white; font-size: 90%; background-color: navy; padding: 1em 1em 1.5em; border-top: 1px solid #cccccc; }
/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}
/* -- 概要 -- */
.description {}

/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
  width: 900px;
  list-style-type: none;
  position: absolute;
  background-color: #4770eb;
}

#globalnavi li {
  width: auto;
  float: left;
  border-right: 2px groove #cccccc;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #4770eb;
  color: white;
}

#globalnavi li a:hover {
  background-color: #99ffff;
  color: #ff0000;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #0606af;
  border-bottom: 1px solid #0606af;
}
h3,h4,h5,h6 { margin-top: 1em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 1em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#content dl { margin: 1em 0; }

#content dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#content dd { margin-bottom: 2em; }


#content ul { margin: 0.5em 0 0.5em 20px; }
#content ol { margin: 1em 0 1em 30px; }
#content li { margin-top: 0.5em; margin-bottom: 0.5em; }

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }

/* 以下 DYLJＴＯＰスタイル */
#ex1 { width: 890px; }
#ex2 { width: 890px; padding-top: 6px; }
#ex3 { width: 890px; }
#EX1_L { width: 420px; float: left; border: solid 1px white; }
#EX1_R { width: 460px; float: right; border: solid 1px white; }
#EX2_W { width: 632px; float: left; margin: 0; padding: 0; }
#EX2_L { width: 300px; float: left; padding-right: 6px; padding-left: 0; border: dotted 1px white; }
#EX2_M { width: 300px; float: right; padding-right: 6px; padding-left: 6px; border-color: white navy; border-style: dotted; border-width: 1px; }
#EX2_R { width: 240px; float: right; padding-right: 0; padding-left: 6px; border: dotted 1px white; }
#ex1 h4 { border-style: none; border-width: 0; }
#ex2 h4 { border-style: none; border-width: 0; }
