@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #231D1C;
  background: #EDEDED;
}


/* リンク
---------------------------------------------------- */
a:link {
  color: #F8820E;
  background: transparent;
  text-decoration:underline;
}
a:visited {
  color: #F8820E;
  background: transparent;
  text-decoration:none;
}
a:hover, a:active {
  color: #FFBE7E;
  background: transparent;
  text-decoration: underline;
}

img {border: none;}


/* header
---------------------------------------------------- */
#header-col {
  margin: 0 auto;
  background:url(../../images/img_bg_header.gif) no-repeat;
  width: 800px;
  height:120px;
}

h1 {
width:150px;
  position: relative;
  left: 30px;
  top: 40px;
  margin:0;
}



/* flash_navi
---------------------------------------------------- */
h2 {
  width:590px;
  position: relative;
  left: 200px;
  top:-50px;
}



/* page_body
---------------------------------------------------- */
#pagebody {
  margin: 0 auto;
  width: 800px;
  background:url(../../images/img_bg.gif) repeat-y;
}




/* cover
---------------------------------------------------- */
#cover {
  margin: 0 auto;
  width: 740px;
}

#cover img{
vertical-align:bottom;
margin:0 0 0 10px;
}




/* category
---------------------------------------------------- */
#category-col {
  margin: 0 auto;
  width: 760px;
} 




/* フッタ
---------------------------------------------------- */
#footer-col {
  clear:both;
  margin: 0 auto;
  width: 800px;
  height:70px;
  padding-bottom: 20px;
  background:url(../../images/img_bg_footer.gif) no-repeat;
}

#footer-col img{
  vertical-align:bottom;
  margin:10px 0 0 680px;
}

