body {
  color:#777;
  background:#000;
  margin:0;
  padding:0;
  font-size:13px;
  line-height:1.5;
  text-align:center;
}



/* ===== リンク ===== */
a:link,a:visited {
  color: #669933;
  text-decoration: underline;
}


a:hover,a:active {
  color: #999999;
  text-decoration: none;
}



/* ===== レイアウト ===== */
#container {
  width:800px;
  background:url(back.gif) repeat-y;
  margin: 0 auto;
}

#background {
  width:780px;
  background:#000;
  margin: 0 auto;
}

#contents {
  width:750px;
  margin: 0 auto;
  text-align: left;
}

#content1 {
  margin-bottom:15px;
}

#content1 .top a {
  text-decoration: none;
  color: #999;
}

#content2 {
  margin-bottom:15px;
}

#content2 .left {
  width:338px;
  height:280px;
  float:left;
  margin-bottom:10px;
}

#content2 .right {
  width:338px;
  height:280px;
  float:right;
  margin-bottom:10px;
}

#content3 {
  margin-bottom:20px;
}

#content3 .top {
  margin-bottom:20px;
}

#content3 .middle {
  margin-bottom:20px;
}

#content3 .bottom {
  width:728px;
  height:90px;
  margin: 0 auto;
}

#footer_txt {
  width:780px;
  height:20px;
  background:url(footer.jpg) no-repeat;
  margin: 0 auto;
  text-align:center;
  font-size:15px;
}

#footer_linkc {
  width:750px;
  height:25px;
  margin: 0 auto;
  text-align:center;
  font-size:12px;
  margin-top:10px;
}

#footer_linkr {
  width:750px;
  height:25px;
  margin: 0 auto;
  text-align:center;
  font-size:12px;
}


#footer_linkr a {
  text-decoration: none;
  color: #777;
}


/* ===== ヘッダー ===== */
#header {
  background:url(header.jpg) no-repeat;/*背景画像*/
  width:780px;
  height:170px;
  margin:0 0 15px 0px;
}

h1 {
  background:#000;
  text-align:left;
  margin-left:0px;
  padding:30px 30px 30px 30px;
  color: #999;
  font-size:18px;}

h2 {
  margin:0 0 0 20px;
  text-align:left;
  margin-left:20px;
  padding-top:30px;
  font-size:18px;
}

#header p {
  text-align:left;
  margin-left:20px;
  padding-top:5px;
}



/* ===== コンテンツ ===== */
h3 { /*記事タイトル部分*/
  background:url(title.jpg);/*背景画像*/
  padding:10px 5px;
}



/* ===== フッターナビゲーション ===== */
#link ul {
  text-align:center;
  margin-bottom:20px;
}

#link ul li {
  display:inline;
  margin-right:15px;
}



/* ===== コピーライト ===== */
address {
  font-style:normal;
  text-align:center;
}

