@charset "Shift-JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  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;
}

a img {
    border-style:none;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #fafaeb;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 860px;
  /*border-top: 1px solid #cccccc;*/
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  /*border-bottom: 1px solid #cccccc;*/

}

#header {
  padding: 0px 0px 0px;
  /*border-bottom: 1px solid #cccccc;*/
}

#container {
  float: left;
  width: 680px;
}

#contents {
  float: right;
  width: 470px;
  padding: 2em 14px 2em 14px;
  /*border-left: 1px solid #cccccc;*/
  /*border-right: 1px solid #cccccc;*/
}

#left-sidebar {
  float: right;
  width: 170px;
  padding: 2em 5px 2em;
}

#right-sidebar {
  float: right;
  width: 170px;
  padding: 2em 5px 2em;
  text-align: center;
}

#globalnavi {
	clear: both;
  width: 100%;
  position: relative;
}

#footer {
  padding: 4em 0 1.5em;
  /*border-top: 1px solid #cccccc;*/
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

/* -- 概要 -- */
.description { }

/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
  width: 100%;
  list-style-type: none;
  position: absolute;
  background-color: #003366;
}

#globalnavi li {
  width: auto;
  float: left;
  border-right: 2px groove #cccccc;
}

#globalnavi li a {
	font-size:0.9em;
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 0.5em;
  background-color: #003366;
  color: #ffffff;
}

#globalnavi li a:hover {
	font-size:0.9em;
	background-color: #ffffff;
  color: #003366;
  border-bottom: 1px solid #ffff00;
}

/* ---------------------------------------- #contents内の指定 */

/* -- コンテンツ大見出し -- */
h2 {
	color: #003366;
	font-size: 1.2em;
	margin-top: 2.0em;
  margin-bottom: 1.0em;
  padding: 5px 0 5px 5px;
  border-left: 20px solid #003366;
  border-bottom: 1px solid #003366;
}

h2 small {
  font-size: 0.8em;
  margin-left: 1.0em;
}

/* -- コンテンツ中見出し -- */
h3 {
	color: #003366;
  font-size: 1.0em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #003366;
  border-right: 0px solid #003366;
}

/* -- コンテンツ小見出し(新着) -- */
h4 {
	color: #006699;
  font-size: 1.1em;
  margin-top: 0.5em;
  margin-bottom: 0em;
  padding: 5px 0 0 5px;
  border-left: 0px solid #003366;
  border-right: 0px solid #003366;
}

/* -- コンテンツ小見出し(過去) -- */
h5 {
  font-size: 1.1em;
  margin-top: 0.5em;
  margin-bottom: 0em;
  padding: 5px 0 0 5px;
  border-left: 0px solid #003366;
  border-right: 0px solid #003366;
}

/* -- コンテンツ日付 -- */
h6 {
  font-size: 1.1em;
  font weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0em;
  padding: 0px 0px 0px 5px;
}

h4,h5,h6 { margin-top: 0.5em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

strong {
  color: #cc0000;
}

red {
  color: #cc0000;
}


/* -- ページ階層リスト -- */
#contents .topic-path {
  font-size: 0.9em;
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 0.5em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }


table#table1 {
    width: 470px;
    border: 1px #e3e3e3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table1 th {
    padding: 5px;
    border: #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    background: #f5f5dc;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table1 td {
    padding: 0px;
    border: 1px #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    font-size: 0.9em;
}

table li {
	margin: 0 2px 0 2px;
	padding: 0;
	text-align: left;
}

table p {
	margin: 0 2px 0 2px;
	padding: 0;
	text-align: left;
}

tr.clr {
	background: #f5f5dc;
}

table#table2 {
    width: 470px;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table2 th {
    padding: 5px;
    background: #f5f5dc;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table2 td {
    padding: 0px;
    border: 0;
    text-align: center;
    font-size: 0.9em;
}
table#table3 {
    width: 470px;
    border: 1px #e3e3e3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table3 th {
    padding: 10px 0 10px 0;
    border: 1px #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    background: #f5f5dc;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table3 td {
    padding: 10px 0 10px 0;
    border: 1px #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    font-size: 0.9em;
}
table#tablelink {
    width: 470px;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table#tablelink th {
    padding: 5px;
    border: #e3e3e3 solid;
    border-width: 1px;
    background: #f5f5dc;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#tablelink td {
		width: 235px;
		height: 50px;
    padding: 5px 0 5px 0;
    border: 1px #e3e3e3 solid;
    border-width:1px;
    text-align: center;
    font-size: 0.9em;
}

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  color: #003366;
  font-weight: bold;
  padding: 5px 0px 5px 5px;
  border-left: 10px solid #003366;
  border-right: 0px solid #003366;
  border-bottom: 0px solid #003366;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 160px;
  padding: 0.5em 5px;
  background-color: #f5f5dc;
  color: #003366;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #003366;
  color: #ffffff;
  border-bottom: 1px solid #ffff00;
}

.counter {
	color: #006699;
	text-align: center
}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }
