@charset "Shift_JIS";

/* 枠線あり　一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #888;
  text-decoration: none;
}

a:visited {
  color: #886;
  text-decoration: none;
}

a:hover {
  color: #5a3;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "Times Roman", "Times", serif;

  padding: 0;
  margin: 0;
  color: #20f;
  background: url(bg1.gif);
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 750px;
  border: 2px solid #eeeeee;
  background: url(bg2.gif);
}

#header {
  padding: 20px 20px 10px;
}

#globalnavi {
  width: 100%;
  position: relative;
}

#container {
  width: 100%;
  padding-top: 4em;
}

/* 実質700px */
#content { padding: 0 50px 2em; }

#footer {
  margin:auto;
  width: 650px;
  padding: 1em 0 1.5em;
  border-top: 1px solid #887788;
  color: #888;
}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  font-family: "Times Roman", "Times", serif;
  text-align: center;
  font-size: 2.0em;
  font-weight: bold;
  color: #666655;
  width: 300px;
  margin:
  auto;
  border-bottom: 5px dotted #fa9;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  color: #0099ff;
}

.logo a{
  text-decoration: none;
  color: #0099ff;
  background-color: #ffffff;
}

.logo a:hover{
  text-decoration: none;
  color: #000066;
  background-color: #ffffff;
}

/* -- 概要 -- */
.description {
   
  color: #888;
  padding: 20px 70px 25px 70px;
  font-size:0.8em;
  line-height:1.5em;
  
}



/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
  
  list-style-type: none;

  background-color: #eeeeee;
}

#globalnavi li {
  width: auto;
  
  border-right: 1px groove #cccccc;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0px 0 5px 5px;
  background-color: #0099ff;
  color: #000000;
}

#globalnavi li a:hover {
  background-color: #fff;
  color: #888;
}

/* -------------------------------- #content内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 0px solid #000000;
  border-bottom: 1px solid #666;
  font-weight: bold;
  color: #a96;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#content p {
  padding: 0px 100px 5px 50px;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#content .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#content dl { margin: 1em 0; }

#content dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#content dd { margin-bottom: 2em; }


#content ul { margin: 1em 0 1em 20px; }
#content ol { margin: 1em 0 1em 30px; }
#content li { margin-bottom: 0.5em; }

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }