@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: #3399FF;
  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:778px;
  background:#FFFFFF;
  margin: 0 auto;
}

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

#contents p {
  margin: 0px 1em;
}

#content1 {
  margin-bottom:15px;
}

#content2 {
  margin-bottom:15px;
}

#content2 .left {
  float:left;
  margin-bottom:10px;
}

#content2 .left .ads {
  width:338px;
  height:280px;
}

#content2 .right {
  float:right;
  margin-bottom:10px;
}

#content2 .right .ads {
  width:338px;
  height:280px;
}

#content3 {
  margin-bottom:20px;
}

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

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

#content3 .bottom {
  margin: 0 auto;
}

#content3 .bottom .ads {
  width:728px;
  height:90px;
}

#footer_txt {
  width:778px;
  height:20px;
  background:url(footer.gif) no-repeat #f55abb;
  margin: 1em auto 0px;
  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:link, #footer_linkr a:visited {
  color: #333333;
  text-decoration: none;
}

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

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

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:0px 20px;
  padding:30px 0px 15px;
}



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

h4 {
  border-left: solid #f55abb;
  padding:3px 5px;
  margin-left: 0.5em;
}

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

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



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

address a:link, address a:visited, address a:hover, address a:active {
  color: #333333;
  text-decoration: none;
}






