@charset "shift_jis";

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

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }
a:visited { color: #90f; }
a:hover { color: #f00; }
a:active { color: #f00; }


body {
  font-size: 90%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #F2F2F4;
}

#wrapper {
  width: 800px;
  margin: 50px auto 0;
}

#globalnavi {
  margin-bottom: 20px;
  border-bottom: 20px solid #690;
}

#contents {
  padding: 0 30px 100px;
  background: url(img/bg-contents.jpg) no-repeat 0 100%;
}

#footer {
  height: 120px;
  padding-top: 40px;
  background: url(img/bg-footer.jpg) no-repeat 0 0;
}


/* -- ページの概要 -- */
.description {
  text-align: right;
  margin-bottom: 1em;
}

#globalnavi ul {
  list-style-type: none;
  margin-bottom: 5px;
  border-left: 1px solid #060;
}

#globalnavi li {
  display: inline;
  padding: 0 0.5em;
  border-right: 1px solid #060;
}

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

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


/* -- 見出し -- */
/*
h1 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 2em;
  color: #360;
  border-bottom: 1px solid #360;
}
*/

/*
h2,h3,h4,h5,h6 {
  font-size: 80%;
  font-weight: normal;
  padding: 1px 0px 5px 10px;
  background: url(img/bg-h.gif) no-repeat 0 50%;
  border-bottom: 1px dotted #336600;
}
*/

h3,h4,h5,h6 { margin-top: 1em; }

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

 CSSデザインサンプルリンク指定 */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 1;
  clear: both;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #eee;
}
