@charset "Shift_JIS";

body {
  color:#333333;
  background:#fff2e5;
  margin:0;
  padding:0;
  font-size:13px;
  line-height:1.5;
  text-align:center;
}



/* ===== リンク ===== */
a:link,a:visited {
  color: #FF6600;
  text-decoration: underline;
}


a:hover,a:active {
  color: #999999;
  text-decoration: none;
}



/* ===== レイアウト ===== */
#container {
  width:810px;
  background:url(bg.jpg) repeat-y;
  margin: 0 auto;
}

#background {
  width:790px;
  background:#FFFFFF;
  margin: 0 auto;
}

#contents {
  width:750px;
  margin: 0 auto;
  text-align: left;
}

#content1 .left {
  width:338px;
  height:280px;
  float:left;
  margin-bottom:15px;
}

#content1 .right {
  width:338px;
  height:280px;
  float:right;
  margin-bottom:15px;
}

#content2 {
  margin-bottom:15px;
}

#content2 .top {
  margin-bottom:15px;
}

#content2 .bottom {
  width:728px;
  height:90px;
  margin: 0 auto;
}

#content3 .left {
  width:355px;
  float:left;
  margin-bottom:15px;
}

#content3 .right {
  width:355px;
  float:right;
  margin-bottom:15px;
}

#footer_txt {
  width:780px;
  height:20px;
  background:url(ftxt_bg.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;
}


/* ===== ヘッダー ===== */
#header {
  background:url(header.jpg) no-repeat;/*背景画像*/
  width:780px;
  height:250px;
  margin:0 0 15px 0px;
}

h1 {
  text-align:left;
  margin-left:20px;
  font-size:10px;
}

h2 {
  margin:0 0 0 20px;
  text-align:left;
  margin-left:20px;
  padding-top:70px;
  font-size:18px;
}

#header p {
  text-align:left;
  margin-left:20px;
  padding-top:30px;
}



/* ===== コンテンツ ===== */
h3 { /*記事タイトル部分*/
  background:url(bg_h3.gif);/*背景画像*/
  padding:3px 5px;
}



/* ===== フッターナビゲーション ===== */
#link ul {
  text-align:center;
  margin-bottom:20px;
}

#link ul li {
  display:inline;
  margin-right:15px;
}



/* ===== コピーライト ===== */
address {
  font-style:normal;
  text-align:center;
}
