@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
  font-size: 100%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #66E0FF;
  padding:0;
  margin: 0;
}

/*-- 全体を囲んでいます --*/
#wrapper {
  text-align: left;
  margin: 0 auto 0;
  padding: 20px 10px 0;
  width: 1000px;
  background-color: #FFFFFF;
}

#header {
  text-align: center;
  height: 90px;
}

#container {
  width: 100%;
  padding-top: 4em;
  position: relative;
}

#globalnavi {
  text-align: center;
  width: 1000px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: 0;
}

#contents-top {
  margin-bottom: 20px;
  padding: 10px 0;
  overflow: hidden;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.contents-top-left,
.contents-top-center,
.contents-top-right {
  width: 230px;
  float: left;
}

.contents-top-left,
.contents-top-center { margin-right: 5px; }

#contents {
  margin-top: 20px;
  margin-right: 20px;
  width: 1000px;
  float: left;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;

}

#sidebar {
  width: 230px;
  float: right;
}

#footer {
  clear: both;
  padding: 1em 0 1em;
  background-color: #0071C5;
  color: #ffffff;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* 見出し */
h1 {
  font-size: 100%;
  font-weight: normal;
  text-align: right;
}

/* サイトタイトル */
#header .logo {
  font-size: 150%;
  font-weight: normal;
  line-height: 1em;
}

.logo a {
  text-decoration: none;
  color: #000;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

#header p {
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

#globalnavi ul {
  list-style-type: none;
  width: 100%;
}

#globalnavi li {
  width: 166px;
  float: left;
  border-bottom: 1px solid #ffffff;
}

#globalnavi li a {
  text-decoration: none;
  text-align: center;
  padding: 0.5em 0;
  width: 100%;
  display: block;
  background: url('bg-globalnavi3.png') no-repeat 0px 50%;
  color: #ffffff;
}

#globalnavi li a:hover {
  text-decoration: none;
  color: #00ff00;
  background: url('bg-globalnavi3.png') no-repeat 0px 50%;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/*-- 見出し --*/
h2,h3,h4,h5,h6 {
  font-size: 100%;
  margin-bottom: 1em;
  padding: 0.5em 10px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #cccccc;
}

#contents-top h2,
#contents-top h3,
#contents-top h4,
#contents-top h5,
#contents-top h6 {
  border: none;
  background-color: #333;
  color: #9f0;
}

/*-- 文字 ---*/
#contents p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

/*-- 更新情報部分 ---*/
.information {
  height: 100px;
  overflow: auto;
  margin-bottom: 20px;
  padding: 10px 15px 10px 5px;
  border-top: 3px solid #666666;
  border-bottom: 3px solid #666666;
}

.information tp {
	margin-bottom: 5px;
	padding-left: 5px;
	border-left: 10px solid #006600;
	color: #000000;
}

.information dt {
	margin-bottom: 5px;
	padding-left: 5px;
	border-left: 5px solid #666;
	color: #000000;
}

.information dd {
  line-height: 1.5em;
  margin-bottom: 15px;
  padding-bottom: 4px;
  border-bottom: 1px solid #cccccc;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/*-- サイドバー内　文字指定 ---*/
#sidebar p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
  margin-top: 20px;
}

/*-- サイドバー内　カテゴリータイトル ---*/
#sidebar p.sidebar-title {
  text-align: center;
  line-height: normal;
  padding: 0.5em 0;
  background-color: #000000;
  color: #ffffff;
}

/*-- サイドバー内　リスト（UL） ---*/
#sidebar ul {
  list-style-position: inside;
  margin: 5px 0 20px;
}

#sidebar li { margin: 0 0 0.5em; }

/*-- ナビゲーション ---*/

#sidebar ul.navigation {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 20px;
}

#sidebar .navigation li {
  display: inline;
  margin: 0;
}

#sidebar .navigation a {
  width: 210px;
  padding: 4px 9px;
  display: block;
  border: 1px outset #ffffff;
  background-color: #ffffff;
  text-decoration: none;
  color: #690;
}

#sidebar .navigation a:hover {
  border: 1px outset #fff;
  background-color: #0071C5;
  text-decoration: none;
  color: #0071C5;
}

#sidebar dl { margin: 0 0 20px; }

#sidebar dt {
  margin-bottom: 5px;
  color: #360;
}

#sidebar dd {
  line-height: 1.5em;
  margin-bottom: 10px;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p { text-align: center; }

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */
#cds {
  clear: both;
  font-size: 90%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #ccc;
}
