@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: #ffffff; /* ページの背景色 */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト 
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

--- */

/* --- コンテナ --- */
#container {
width: 920px; /* ページの幅 */
margin: 0 auto; /* センタリング */
background-color: #ffffff; /* メインカラムの背景色 */
border-left: 2px #c0c0c0 solid; /* 左の境界線 */
border-right: 2px #c0c0c0 solid; /* 右の境界線 */
}

/* --- ヘッダ --- */
#header {
  background-color: #ffffff; /* ヘッダの背景色 */
  height: 350px;
}

/* --- ナビゲーション --- */
#nav {
float: right;
width: 320px; /* サイドバーの幅 */
}

/* --- メインカラム --- */
#content {
width: 100%; /* メインカラムの幅 */
}

/* --- フッタ --- */
#footer {
  width: 100%;
  height: 25px;
  background-color: #ae2408; /* フッタの背景色 */
  color: #ffffff;
  text-align:center;
}

/* 各部門の縦幅 */
#yauctionb{
  height: 400px;
}

#rakutenb{
  height: 400px;
}

#amazonb{
  height: 400px;
}

#mandaib{
  height: 700px;
}

/* 会社案内 */
#companyprof{
  height: 900px;
}

#companyprof table{
  width: 75%;
  background-color: #fcf8f8;
  letter-spacing: 0.08em;
  margin: 0 auto; /* センタリング */
}

/* ヤフオクのページ */
div.ymainbnr {
  height: 320px;
}

div.yrank {
  height: 450px;
}

div.ylist {
  height: 85px;

    text-align:center; 
    vertical-align:middle; 
    layout-grid-line:100%; 

}

div.ylist img{
  vertical-align:middle;
}

/* ヤフオクQ&A見出し */
.yqa h1{
  border-left: 20px solid #ae2408; /* 左ボーダーを、20px幅の実線 */
  border-right: 20px solid #ae2408; /* 右ボーダーを、20px幅の実線 */
  border-bottom: 2px solid #ae2408; /* 下ボーダーを、2px幅の破線 */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color:#ffeaea;
}

span.tfs75 {
  font-size: 75%;
}