@charset "Shift_JIS";

/*
[1]全体のリンク指定
[2]レイアウトに関する指定
[3]ヘッダー内の各部分指定
[4]コンテンツ内の各部分指定
[5]サイドバー内の各部分指定
[6]アンダーナビ内の各部分指定
[7]フッター内の各部分指定
*/


/* 一括で全ての要素の余白をゼロに指定 */
* {
	padding: 0;
	margin: 0;
	line-height: 1.1;
	margin-top: 0px;
}

/* ---------------------------------------- [1]全体のリンク指定 */
a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #B22222;
  text-decoration: underline;
}

/* ---------------------------------------- [2]レイアウトに関する指定 */
body {
  font-size: 90%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background: url(img/cloud.jpg) repeat-x 0 30px;   
  
}

/* -- 全体の幅 -- */
#wrapper {
  text-align: left;
  margin: 0 auto 0;
  width: 95%;
}

#header {
	width: 100%;
	height: 130px;
	margin-bottom: 0em;
	position: relative;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#container {
  float: left;
  width: 100%;
  margin-right: -180px;
}

#container-inner {
  float: right;
  width: 100%;
  margin-left: -180px;
}

#contents {
  margin: 0 180px;
  padding: 0 20px;
}

/* -- サイドバーの幅 -- */
#left-sidebar {
  float: left;
  width: 180px;
}

/* -- サイドバーの幅 -- */
#right-sidebar {
  float: right;
  width: 180px;
}

#undernavi { clear: both; }


/* ---------------------------------------- [3]ヘッダー内の各部分指定 */

/* -- 見出しレベル1 -- */
h1 {
  font-size: 120%;
  font-weight: normal;
  position: absolute;
  bottom: 10px;
  right: 0;
}

/* -- パンくずリスト -- */
.logo {
  font-size: 80%;
  position: absolute;
  top: 15px;
  left: 0;
}

.logo a {
  text-decoration: none;
  background-color: #ffffff;
  color: #336600;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

/* -- 概要 -- */
.description {
  position: absolute;
  top: 70px;
  left: 200px;
}

/* ---------------------------------------- [4]コンテンツ内の各部分指定 */

/* -- 見出し -- */
h2 {
	color: #ffffff;
	font-size: 120%;
	font-weight: normal;
	padding: 1em 0 1em 1em;
	background: url(img/bg-h.jpg) repeat-x 0 50%;
	margin-bottom: 7px;
}

h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: normal;
  padding: 1em 0 1em 1em;
  background: url(img/bg-h.jpg) repeat-x 0 50%;
}

h3,h4,h5,h6 { margin-top: 1.5em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト 今回特に指定していません -- */
#contents .topic-path { }

/* -- 以下 リスト関係 -- */
#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: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- [5]サイドバー内の各部分指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.5em 5px;
  background-color: #708090;
  color: #ffffff;
}

/* -- 通常のULリスト -- */
#left-sidebar ul,
#right-sidebar ul {
  list-style-type: none;
  width: 168px;
  margin-bottom: 2em;
  padding: 1em 5px;
  border: 1px solid #708090;
}

/* -- 通常のLI -- */
#left-sidebar li,
#right-sidebar li { margin-bottom: 1em; }


/* ---------------------------------------- [6]アンダーナビ内の各部分指定 */

#undernavi p {
  text-align: center;
  padding: 2em 0;
}


/* ナビゲーション 
--------------------------------------- */
#footer .footernav {
	clear:both;
	margin:0;
	height:20px;
	padding:5px 0;
	border-top:solid #c2c2c2 1px;
	border-bottom:solid #c2c2c2 1px;
	background-color:#e9e9e9;
	text-align:center;
	font-size:87%;
}
#footer .footernav span{
	width:150px;
	padding-left:0px;
}

/* フッター コピーライト 
--------------------------------------- */
#footer .copyright{
	clear:both;
	height:45px;
	text-align:center;
}
#footer p{
	margin-top:5px;
	padding:0;
	font-size:74%;
}

