@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


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

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

body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*-- 全体を囲んでいます --*/
#wrapper {
	text-align: center;
	width: 950px;
	position: absolute;
	left: 50%;
	height: 100%;
	width: 950px;
	margin-left: -475px;/* MUST be half the width */
/* 	margin-top: 10px;

	border-right:1px solid #666666;
	border-left:1px solid #666666;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #666666;

	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;*/
}

#header {
	height: 485px;
	width : 950px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #c9c9c9;
}

#container {
	width: 950px;
	padding-top: 0em;
	position: relative;
	z-index: 1;
}

#globalnavi {
	text-align: center;
	width: 950px;
	height: 2em;
	position: fixed;
	top: 8px;
	left: 0;
}

#contents-top {
	margin-bottom: 10px;
	padding: 10px 0;
	overflow: hidden;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
}

.contents-top-left,
.contents-top-center,
.contents-top-right {
	width: 95px;
	float: left;
	height: 34px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.contents-top-left,
.contents-top-center { margin-right: 5px; }

#contents {
	width: 950px;
	float: left;
}

#sidebar {
  width: 230px;
  float: left;
}

#footer {
	clear: both;
	padding: 1em 0 2.5em;
	background-color: #FFF;
}

/* -------------------------------------------------------------
   [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: 140px;
  float: left;
  border-bottom: 1px solid #ccc;
}

#globalnavi li a {
  text-decoration: none;
  text-align: center;
  padding: 0.5em 0;
  width: 100%;
  display: block;
  color: #000;
}

#globalnavi li a:hover {
  text-decoration: none;
  color: #f00;
}

/* -------------------------------------------------------------
   [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: #FFF;
  color: #FFF;
}

/*-- 文字 ---*/
#contents p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

/*-- 更新情報部分 ---*/
.information {
  height: 340px;
  overflow: auto;
  margin-bottom: 20px;
  padding: 10px 15px 10px 5px;
  border-top: 5px solid #339900;
  border-bottom: 1px solid #339900;
}

.information dt {
  margin-bottom: 5px;
  padding-left: 5px;
  border-left: 5px solid #666;
}

.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;
}

/*-- サイドバー内　カテゴリータイトル ---*/
#sidebar p.sidebar-title {
  text-align: center;
  line-height: normal;
  padding: 0.5em 0;
  background-color: #333;
  color: #9f0;
}

/*-- サイドバー内　リスト（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 #fff;
  background-color: #eee;
  text-decoration: none;
  color: #690;
}

#sidebar .navigation a:hover {
  border: 1px outset #fff;
  background-color: #690;
  text-decoration: none;
  color: #000;
}

#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;
}
