@charset "utf-8";

p.resizeimage img { width: 100%; }


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

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

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

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

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 1.0em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
background: #334444;
/*
  background: #556677;
*/
}

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


#header {
text-align: left;
  padding: 10px 10px 10px;
font-size: 200%;
color:white;
/*
background: #555566;
*/
}

#container {
text-align: left;
  float: right;
  width: 100%;
  margin-left: -150px;
}

#contents {
  margin-left: 150px;
  margin-right: 20px;
  padding: 2em 15px 0.5em 15px;
  background:#ffffff;
}

#sidebar {
  float: left;
  width: 120px;
  padding: 2em 10px;
  color:white;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}


/* -- 概要 -- */
.description { }

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2{
  font-size: 1.4em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
/*
border-left: 10px solid #000000;
*/
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 {
  font-size: 1.1em;

  margin-bottom: 1.0em;
  padding: 5px 0 5px 5px;

/*
border-left: 10px solid #000000;  
  border-bottom: 1px solid #000000;
*/
}

/*
h3,h4,h5,h6 { margin-top: 2.5em; }
*/


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

/* -- パン屑リスト -- */
#contents .topic-path {
  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: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 1em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 120px;
  padding: 0.5em 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #0066bb;
  border-bottom: 1px solid #0066bb;
}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
/*
#cds{ display: none; }
*/
#cds{ display: inline; }

.clear {
	    clear:both;　/*floatの解除*/
	}
