/* CSS Document */

/* ページ全体の基本レイアウト
---------------------------------------------------- */
body { 
  margin: 0;
  padding: 0;
  background:#e8bc70;
  color: #333333;
}

#container {
  margin: 0 auto;
  padding: 0;
  width:750px;
}

#content {
  width: 750px;
  margin: 0 auto;
  padding: 0;
  background-image:url(img/bg_contener.jpg);
  table-layout: #e8bc70;
  color: #333333;
}

/* ヘッダ
---------------------------------------------------- */
div#header {
  margin-top:0px;
  width:100%;
  height:370px;
  background-image:url(img/header_img.jpg);
}



/* メインコンテンツ
---------------------------------------------------- */
#maincol {
  width: 670px;
  margin: 0  auto;
  padding: 0px 40px 20px 40px;
}

p.main_head {
  font-size:100%;
  font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align:center;
  padding-top:5px;
  color:#333333;
}
p.main_head2 {
  font-size:100%;
  font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align:center;
  padding-top:5px;
  color:#333333;
}

#subcol {
　width: 670px;
  margin: 0px 40px 0px 40px;
  padding: 10px 0 10px 0;
  background-color:;
}

p.sub_head {
  font-size:100%;
  font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align:center;
  padding-top:5px;
  color:#333333;
}

a.moji1 {
  font-size:100%;
  font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align:center;
  padding-top:5px;
  color:#333333;
}
.moji2 {
	font-size: 13px;
	color: #333333;
	letter-spacing:0.5px;
	text-align:left;
	line-height:17px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* リンク
---------------------------------------------------- */
a {
  text-decoration:none;
  padding-bottom: 0.1em;
  color: #FF6600;
  background: url(images/dot-green.gif) repeat-x bottom;
}
a:visited {
  color: #FF6600;
  background: url(images/dot-green.gif) repeat-x bottom;
}
a:hover {
  color: #7aae00;
  background: url(images/dot-green.gif) repeat-x bottom;
}


/* フッタ
---------------------------------------------------- */
#footer {
  width:100%;
  height:69px;
  margin: 0  auto;
  padding: 0;
  background-image:url(img/footer_img0.jpg);
  background-color:#FFFFFF;
}
