@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] プロダクツブロック内に関する指定
[5] 調整用ブロック内に関する指定
[6] サイドバーブロック(ヘッダー)内に関する指定
[7] サイドバーブロック(コンテナ)内に関する指定
[8] フッターブロック内に関する指定
[9] 回りこみ回避指定

----------------------------------------------------------------


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #0099FF; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
  font-size: 85%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding:0;
  margin: 0;
  background: url(img/bg-body.gif) repeat-x 0 0;
}

#bkgrcel {
  text-align: left;
  width: 1200px;
  margin: 0 auto;
  background: url(img/top.jpg) no-repeat 0 0;
  background-color: #fff;
  background-position: top center;
/*    background-position: top right; */
}

#wrapper {
  text-align: left;
  width: 1000px;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 500px;
  margin-bottom: 2em;
  position: relative;
}

#container { width: 100%; }


/*---- コンテンツ（トピック欄） ----*/
#contents {
  width: 480px;
  float: right;
}

/*---- サイドバー（ヘッダー内） ----*/
#sidebar {
  position: relative;
  width: 250px;
  top: 125px;
  float: right;
}

/*---- サイドバー（コンテナ内） ----*/
#cnt_sidebar {
  width: 250px;
  float: left;
}

/*---- 右側カラム（新刊情報） ----*/
#products {
  width: 200px;
  float: right;
}

/*---- 調整カラム（ブランクのみ） ----*/
#style_blnk {
  width: 35px;
  float: right;
}

#footer {
  padding: 1em 0 2em;
  background-color: #9c0;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 15px;
  left: 0;
}

.logo_t {
  font-size: 400%;
  text-shadow: 5px 5px 1px #999999;
  line-height: 1;
  position: absolute;
  top: 20px;
/*  top: 35px;
  right: 10px; */
  right: 10px;
/*  color: #339900; */
  color: #fff;
}

.logo {
/*  font-size: 230%; */
  font-size: 190%;
  line-height: 1;
  position: absolute;
  top: 80px;
/*  top: 90px;
  right: 10px; */
  right: 10px;
/*  color: #444; */
  color: #fff;
}

.logo a {
  text-decoration: none;
  color: #000;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

.lb_new {
  background: url(img/new025_11.gif) no-repeat 90% 50%;
}

#header dl {
  width: 250px;
  height: 230px;
  overflow: hidden;
  position: absolute;
  top: 180px;
}

#header dt {
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  background-color: #99ffcc;
  color: #000;
}

#header dd {
  font-size: 90%;
  height: 90px;
  padding: 10px 10px 0;
  overflow: auto;
/*  background-color: #fff; */
  background-color: rgba( 255, 255, 255, 0.85 );
  color: #060;
}

#header dd p {
  line-height: 1.8em;
  margin-bottom: 0.5em;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

h2,h3,h4,h5,h6 {
  font-size: 120%;
  margin-bottom: 0;
  padding: 5px 0 5px 30px;
  background: url(img/p007_06.gif) no-repeat 0 50%;
  background-color: rgba( 204, 255, 204, 0.70 );
}

#contents dl { margin: 0 0 2em; }

#contents dt {
  font-weight: bold;
  padding: 5px 1em 5px 30px;
  background-color: #9cf;
}

#contents dd {
  margin-bottom: 1em;
  padding: 1em 30px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
/*  background-color: #fff; */
  background-color: rgba( 255, 255, 255, 0.85 );
}

#contents p {
  font-family: "ＭＳ ゴシック",sans-serif;
  font-size: 90%;
  line-height: 1.5em;
  margin-bottom: 1em;
}

/* PRE指定（class="p_pr"） */
#contents p.p_pr {white-space: pre;}

/* 赤字指定（class="clor_r"） */
#contents p.clor_r { color: #f00;}

#contents ul,
#contents ol {
  list-style-position: inside;
  margin: 1em 0;
  line-height: 1.2em;
}

/* -------------------------------------------------------------
   [4] プロダクツブロック内に関する指定 */
#products h2,
#products h3,
#products h4,
#products h5,
#products h6 {
  font-size: 120%;
  margin-bottom: 0;
  padding: 5px 0 5px 30px;
  background: url(img/p007_03.gif) no-repeat 0 50%;
  background-color: rgba( 204, 255, 204, 0.70 );
}

#products dl { margin: 0 0 2em; }

#products dt {
  font-weight: bold;
  text-align: center;
  padding: 5px 1em 5px 0px;
  background-color: #fc0;
}

#products dd {
  margin-bottom: 1em;
  padding: 1em 30px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  background-color: rgba( 255, 255, 255, 0.85 );
}

#products p_t {
  font-weight: bold;
  font-size: 100%;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #f00;
}

#products p {
  font-size: 90%;
  white-space: pre;
  line-height: 1.5em;
  margin-bottom: 1em;
}

#products p1 {
  font-size: 90%;
  line-height: 1.5em;
  margin-bottom: 1em;
}

#products ul,
#products ol {
  list-style-position: inside;
  margin: 1em 0;
  line-height: 1.2em;
}

/* -------------------------------------------------------------
   [5] 調整用ブロック内に関する指定 */

#style_blnk p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

#style_blnk ul,
#style_blnk ol {
  list-style-position: inside;
  margin: 1em 0;
  line-height: 1.2em;
}

/* -------------------------------------------------------------
   [6] サイドバーブロック(ヘッダー)内に関する指定 */

#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
  font-size: 120%;
  margin-bottom: 0;
  padding: 5px 0 5px 30px;
  background: url(img/p007_05.gif) no-repeat 0 50%;
  background-color: rgba( 204, 255, 204, 0.70 );
}

/*-- ナビゲーションボタン --*/

#sidebar .navigation {
  list-style-type: none;
  margin: 0 0 2em;
}

/*-- ボタン(通常) --*/
#sidebar .navigation li { display: inline; }

#sidebar .navigation li a {
  font-size:100%;
  text-align: left;
  text-decoration: none;
  width: 250px;
  display: block;
  padding: 10px 0;
  border: 1px outset #fff;
  background-color: #eee;
  color: #060;
}

#sidebar .navigation li a:hover {
  border: 1px inset #fff;
  background-color: #ccc;
  color: #f00;
}

/*-- ボタン(NEW付き) --*/
#sidebar .navigation li_n { display: inline; }

#sidebar .navigation li_n a {
  font-size:100%;
  text-align: left;
  text-decoration: none;
  width: 250px;
  display: block;
  padding: 10px 0;
  border: 1px outset #fff;
  background: url(img/new025_11.gif) no-repeat 95% 50%;
  background-color: #eee;
  color: #060;
}

#sidebar .navigation li_n a:hover {
  border: 1px inset #fff;
  background-color: #ccc;
  color: #f00;
}

/* -------------------------------------------------------------
   [7] サイドバーブロック(コンテナ)内に関する指定 */

#cnt_sidebar h2,
#cnt_sidebar h3,
#cnt_sidebar h4,
#cnt_sidebar h5,
#cnt_sidebar h6 {
  font-size: 120%;
  margin-bottom: 0;
  padding: 5px 0 5px 30px;
  background: url(img/p007_05.gif) no-repeat 0 50%;
  background-color: rgba( 204, 255, 204, 0.70 );
}

#cnt_sidebar dl { margin: 0 0 2em; }

#cnt_sidebar dt {
  font-weight: bold;
  padding: 5px 10px;
  background-color: #9c3;
}

#cnt_sidebar dd {
  margin-bottom: 1em;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  background-color: rgba( 255, 255, 255, 0.85 );
  padding: 1em 0;
}

#cnt_sidebar p {
  font-size: 90%;
  line-height: 1.2em;
  margin-bottom: 1em;
  color: #f00;
}

#cnt_sidebar ul,
#cnt_sidebar ol {
  list-style-position: inside;
  margin: 1em 0;
  line-height: 1.2em;
}

/* -------------------------------------------------------------
   [8] フッターブロック内に関する指定 */

#footer p { text-align: center; }

/* -------------------------------------------------------------
   [9] 回りこみ回避指定 */
#clr {
  clear: both;
  text-align: right;
  margin: 0;
}
