@charset "UTF-8";

/* ================================================================ *
	最終 2009.11.2
	テキスト書式設定用 CSS	
 * ================================================================ */

/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */

body {
/*
 * This Stylesheet was based on YUI Library's Fonts CSS.
 * > Copyright (c) 2007, Yahoo! Inc. All rights reserved.
 * > Code licensed under the BSD License:
 * > http://developer.yahoo.net/yui/license.txt
 * > http://developer.yahoo.com/yui/fonts/
 * Note: この部分の指定では、Yahoo! UI Library の Fonts CSS を利用して、各種ブラウザのフォントサイズの差をほぼなくす設定を行っています。ほとんどのモダンブラウザで、基本のフォントサイズを13pxと指定し、pixel単位で指定したときに IE でサイズが変更されない不具合を埋めるためにプロパティの先頭に*を付けるハック(ブラウザのバグを利用したinvalidなハック)を利用して IE7がsmall, IE5〜6 が x-small を読み込むように設定することで、基本のフォントサイズがほぼ揃います。
 */
  font-size: 84%;
  *font-size: small;
  *font: x-small;
}

body {
   /* 必要ならば，本文のテキストに関する設定をしてください */
  font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
}
/* ---------------------------------------------------------------- *
	テキスト基本設定
 * ---------------------------------------------------------------- */

p {
  /* 基本的なテキスト要素の行送りを設定してください */
  line-height: 1.7;
}

ul, ol, dl {
  /* リスト関連要素の行送りを設定してください */
  list-style:none;
  line-height: 1.3;
}

p {
  /* パラグラフの上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 1.5em;
}
#main p {
	text-indent: 1em;
}
#main p.no_indent {
	text-indent: 0;
}
ul, ol, dl {
  /* 箇条書きの上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0;
}

.self {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "Times New Roman", Times, serif;	
}
/* ---------------------------------------------------------------- *
	リンクに関する設定です
 * ---------------------------------------------------------------- */
 
a:link{
   color: #823c3c;
   text-decoration: none;
   text-decoration: underline;
 }
 
a:visited{
   color: #823c3c;
   text-decoration: underline;
 }
 
a:hover{
   color: #be4141;
   text-decoration: none;
 }
 
a:active{
   color: #be4141;
   text-decoration: none;
 }
 
/* ---------------------------------------------------------------- *
	見出し
 * ---------------------------------------------------------------- */

h1 {
	width:236px;
	position: absolute;
	top: 93px;
	left: 25px;
	
  /* 見出し 1 のジャンプ率を設定してください */
  /* 見出し 1 の上下マージンを設定してください */
}
#HOME h1 {
	width:236px;
	position: absolute;
	top: 247px;
	left: 25px;
	bottom: 0px;
}
h2 {
	margin-bottom:1em;
}
#HOME h2 {
	margin-bottom:1em;
}
h3 {
	font-size: 117%;
	border-left: 5px solid #323232;
	height: 1.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	vertical-align: middle;
}
h3.ttl_h3 {
	margin-left:162px;
} 
#NEWRELEASE h3 {
	background: url(../newrelease/img/ttl_newrelease02.png) no-repeat left top;
	border-style: none;
	padding-top: 15px;
}
h4 {
	font-size: 110%;
	margin: 0;
	color: #dcdcdc;
}
h4 a:link, h4 a:visited {
	text-decoration: underline;
	color: #dcdcdc;
}
h4 a:hover, h4 a:active {
	text-decoration: none;
	color: #dcdcdc;
}

h5 {
  /* 見出し 5 のジャンプ率を設定してください */
  font-size: 105%;
  /* 見出し 5 の上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  /* 見出し 6 のジャンプ率を設定してください */
  font-size: 100%;
  /* 見出し 6 の上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- *
	各部分個別の設定
 * ---------------------------------------------------------------- */

#header {
  font-size: 90%;
}

.contents {
   /* 必要ならば，コンテンツ部分に関する設定をしてください */
}

#navi {
   /* 必要ならば，ナビゲーション部分に関する設定をしてください */
}

#footer {
   /* 必要ならば，フッタ部分に関する設定をしてください */
  font-size: 84%;
}

#footer address {
   /* 必要ならば，コピーライト部分に関する設定をしてください */
  font-style: normal;
}
 /* ------------------------------------------------- *
	トップページ新刊案内の設定です
 * -------------------------------------------------- */
#side {
	color: #FFFFFF;
	text-decoration: none;
}
#side ul li {
	line-height:2.5em;
}	
#side p {
}
#side h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	border-left: 5px solid #FFFFFF;
	padding-left: 10px;
	margin: 5px 0px 0px 12px;
 }
 .new_author {
    font-size: 80%;
 }

.new_txt01{
    font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
 }

.new_txt02{
    width: 276px;
    font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	white-space: normal;
 }

.new_txt03{
    font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
 }
 
 .new_price{
    font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	color: #CC0000;
	line-height: 1.5em;
	text-decoration: none;
 }

.what_txt01{
    font-size: 10px;
	font-weight: normal;
	color: #4B4B4B;
	line-height: 1.5em;
	text-decoration: none;
 }
 
/* ------------------------------------------------- *
	トップページ既刊案内の設定です
 * -------------------------------------------------- */
#main ul#thumbslist li p {
    font-size: 80%;
	font-weight: normal;
	color: #4B4B4B;
	line-height: 1.8em;
	text-decoration: none;
}

.published_title{
    font-size: 10px;
	font-weight: bold;
	color: #4B4B4B;
	line-height: 1.8em;
	text-decoration: none;
 }
 
.published_txt01{
    font-size: 10px;
	font-weight: normal;
	color: #4B4B4B;
	line-height: 1.8em;
	text-decoration: none;
 }
 
 /* ------------------------------------------------- *
	下層ページ本の設定です
 * -------------------------------------------------- */
 
.title_2nd{
    font-size: 16px;
	font-weight: bold;
	color: #4B4B4B;
	line-height: 1.5em;
	text-decoration: none;
 }
 
.author_2nd{
    font-size: 12px;
	font-weight: bold;
	color: #4B4B4B;
	line-height: 1.5em;
	text-decoration: none;
 }
 
 .txt01{
  font-size: 12px;
	font-weight: bold;
	color: #4B4B4B;
	line-height: 1.5em;
	text-decoration: none;
 }

.txt02{
  font-size: 10px;
	font-weight: normal;
	color: #4B4B4B;
	line-height: 1.5em;
	text-decoration: none;
 }

.txt03{
  font-size: 10px;
	font-weight: bold;
	color: #323232;
	line-height: 1.5em;
	text-decoration: none;
 }
 
 .price{
  font-size: 10px;
	font-weight: bold;
	color: #FF5500;
	line-height: 1.5em;
	text-decoration: none;
 }
.thumbnail_box p, .thumbnail_box01 p, .thumbnail_box_news p {
	font-size: 75%;
	color: #969696;
}

 /* ------------------------------------------------- *
	下Contactページ
 * -------------------------------------------------- */
.explanation {
	border: 1px solid #646464;
	padding: 1em;
}
.text_02 {
	font-weight: bold;
	font-size: 150%
}