@charset "Shift_JIS";

/* 余白のゼロ指定
*************************************************/
* {
  padding: 0;
  margin: 0;
}

/*レイアウト
**************************************************/

body {
	font-size: 80%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	background: url(img/background-body.gif);
	}


#wrapper {
	text-align: left;
	margin: 1em auto 0;
	width: 1024px;
	}

#header-top {
	height: auto;
	width: 1024px;
	background: url(img/header_bg.gif) no-repeat;
}

#header {
	height: 154px;
	width: 1024px;
	background: url(img/top-frame.gif) no-repeat 0 0;
}

#header-top h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}

#container {
	width: 100%;
	float: right;
	background-color: #FFFFFF;
}

#contents {
	padding: 0 10px;
	width: 800px;
	float: right;
	background-color: #ffffff;
	color: #333333;
	font-size: small;
}


#sidebar {
	padding: 0 10px;
	width: 152px;
	float: left;
	margin-top: 10px;
}

#footer {
  clear: both;
  width: 100%;
  padding: 2.5em 0 1em;
  background: url(img/bottom-frame.gif) no-repeat 0 0;
}


/*---------------------------------------コンテンツブロックに関する指定*/

/* -- 見出し -- */

h4,
h5 {
  font-size: 130%;
  margin-bottom: 1em;
  padding: 1em 0.5em 1em;
  background: url(img/backg-h2.gif) no-repeat 0 50%;
  margin-top: 1em; }
  
h6 {  font-size: 150%;
  margin-bottom: 1em;
  padding: 1em 0.5em 1em;
  background: url(img/h6.gif) no-repeat 0 50%;
  margin-top: 1em; 
	}

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

/* -- リスト -- */
#contents ul { margin: 1em 0 1em 20px; }

#contents ol { margin: 1em 0 1em 25px; }

#contents li {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/*---------------------------------------サイドバーブロックに関する指定*/

/* -- リンク -- */
#sidebar a { text-decoration: none; }

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

/* -- サイドバータイトル -- */
.p_sidetitle {
  margin-bottom: 1em;
  padding-bottom: 2px;
  border-bottom: 1px solid #999900;
}

/* -- リスト/サイドバーメニュー -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { margin-bottom: 0.5em; }

/*---------------------------------------フッターブロックに関する指定*/

#footer p {
  text-align: right;
  padding: 0 0.5em 1em;
}

#footer #cds {
  font-size: 90%;
  text-align: right;
  padding: 0 1em;
  color: #999999;
}

#footer #cds a {
  color: #999999;
  text-decoration: none;
}

/*---------------------------------------リンク指定*/

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #9900ff;
  text-decoration: underline;
}

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