@charset "Shift_JIS";

body {
  color:#333333;
  background:#fff2e5;
  margin:0;
  padding:0;
  font-size:14px;
  line-height:normal;
}



/* ===== リンク ===== */
a:link,a:visited {
  color: #3399FF;
  text-decoration: underline;
}


a:hover,a:active {
  color: #999999;
  text-decoration: none;
}



/* ===== レイアウト ===== */
#container {
  width:810px;
  background:url(bg.jpg);
  margin: 0 auto;
}

#background {
  width:810px;
  background:#FFFFFF;
  margin: 0 auto;
}

#contents {
  width:810px;
  margin: 0 auto;
  text-align: left;
}


#content1 .left {
  width:370px;
  height:400px;
  float:left;
  margin-bottom:0px;
}

#content1 .right {
  width:395px;
  height:400px;
  float:right;
  overflow:hidden;
  margin-bottom:15px;
}

#content2 .left {
  width:397px;
  height:400px;
  float:left;
  overflow:hidden;
  margin-bottom:15px;
}

#content2 .right {
  width:395px;
  height:400px;
  float:right;
  margin-bottom:15px;
}

#content3 {
  margin-bottom:30px;
}

#footer_txt {
	width:800px;
	height:20px;
	background:url(ftxt_bg.jpg) no-repeat;
	text-align:center;
	font-size:14px;
	margin: 0 auto;
}

#footer_linkc {
  width:800px;
  height:25px;
  margin: 0 auto;
  text-align:center;
  font-size:12px;
  margin-top:10px;
}

#footer_linkr {
  width:800px;
  height:25px;
  margin: 0 auto;
  text-align:center;
  font-size:12px;
}

/* ===== ヘッダー ===== */
#header {
  background:url(header.jpg) no-repeat;/*背景画像*/
  height:150px;
  margin-bottom:5px;
}

h1 {
  margin:0 0 0 20px;
  padding:5px 0 0 0;
  font-size:10px;
}

h2 {
  margin:0 0 0 10px;
  padding:10px 0 10px 0;
  font-size:18px;
}

#header p {
	margin-right:10px;
	margin-left: 10px;
}



/* ===== コンテンツ ===== */
h3 { /*記事タイトル部分*/
  background:url(bg_h3.gif);/*背景画像*/
  padding:3px 5px;
}



/* ===== フッターナビゲーション ===== */
#link ul {
  text-align:center;
  margin-bottom:15px;
}

#link ul li {
  display:inline;
  margin-right:15px;
}



/* ===== コピーライト ===== */
address {
  font-style:normal;
  text-align:center;
}
