@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- */
noscript {
	font-size: 110%;
	font-weight: bold;
	color:#000000;
	top: 10px;
	left: 220px;
	position: absolute;
}
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */
body{overflow-x:hidden;}
body {
	color: #323232;
	line-height: 1.5em;
	background: #ffffff url(../common_img/bg_left.gif) repeat-y left top;
	margin: 0;
	padding: 0;
	text-align:left;
}
#container {
	background: transparent;
	width: 790px;
	margin: 0px 0px 0px 30px;
}


/* ---------------------------------------------------------------- *
	ヘッダ部分の設定です
 * ---------------------------------------------------------------- */
 
#header {
	position: relative;
	text-align:left;
	height: 60px;
	margin-left:30px;
	background: url(../common_img/bg_header.gif) repeat-x left bottom;
}

#header ul {
	float:right;
	/*height:1em;*/
}

#header ul li {
	float:left;
	line-height: 0;
	font-size: 0;
	margin-top: 32px;
	padding-left: 1px;
	vertical-align: bottom;
}

/* ---------------------------------------------------------------- *
	トピックパス
 * ---------------------------------------------------------------- */
#topic_path {
	font-size: 80%;
	margin-bottom:0.5em; 
}
/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定です
 * ---------------------------------------------------------------- */
#side {
	width: 210px;
	float:left;
	margin-top: 20px;
}
#menu ul li {
	line-height:1px;
	width: 200px;
	height: 35px;
}
#menu ul li a img, #menu ul li a:hover img {
	border: none;
}

  /* Note：上マージンを確保し，IE6/IE7 で垂直配置がずれるバグを回避します。以降，指示に従って同じ値での指定を 2 回続けてください。 */
[id="side"]#side {
  /* ★ --- 上マージンを設定してください --- */
  /* Note：コンテンツ部分の上マージンと同じ値を設定してください */
}
html:lang(ja) #side {
  /* Note：直前の指定と同じ値を設定してください */
}

/* ---------------------------------------------------------------- *
	サイド 新刊案内／ビデオ	部分の設定です
 * ---------------------------------------------------------------- */
#newrelease_top {
	border: 1px solid #b4b4b4;
	background: #e8e8e8;
	width: 158px;
	padding-bottom: 10px;
	margin: 15px 0px 10px 30px;
}
#newrelease_top h3 {
	font-size: 84%;
	margin:10px 10px 5px;
}
#newrelease_top h3 a {
	font-size: 130%;
}
#newrelease_top a img {
	margin-left: 9px;
}
#video_top {
	width: 160px;
	margin-left: 30px;
}

#side dl {
	margin-left: 10px;
}
#side dl dt {
	padding-left: 15px;
	margin-left: 10px;
}
#side dl dd {
	background: url(../media/img/icon_li.gif) no-repeat left 0.4em;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 1em;
}
.sab_menu {
	margin-top: 20px;
	width:190px;
}
#side ul.sab_menu li {
	background: url(../media/img/icon_li.gif) no-repeat left 0.4em;
	padding-left: 15px;
	margin-left: 20px;
	margin-bottom: 1em;
}
/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定です
 * ---------------------------------------------------------------- */

#maincontents_top {
	width: 580px;
	float: right;
	margin-bottom: 0;
	margin-top: 20px;
	}
#maincontents {
position:relative;
	width: 570px;
	float: right;
	margin: 20px 0px 0;
	padding-left: 10px;
	}
#maincontents .contents_wrapper {
	padding:0px 20px;
}
/* ---------------------------------------------------------------- *
	コンテンツ部分の設定
 * ---------------------------------------------------------------- */

.contents {
	margin-top: 0;
	margin-bottom: 0;
	width: 528px;
	display:inline-block;
	min-height:1%;
	border: 1px solid #b4b4b4;
	padding: 20px;
}
.contents:after{
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

/* Hides from IE-mac \*/
*html .contents{height: 1%;}
.contents{display: block;}
/* for ie5,6*/

.contents img {
	padding: 4px;
	border: 1px solid #b8b8b8;
}
.contents_bottom {
	height: 13px;
	background: url(../media/img/contents_bottom.gif) repeat-x left top;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------- *
	ニュースページ画像　複合
 * ---------------------------------------------------------------- */

/*.contents img.fig {
  float: left;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}*/
.contents .complexfig {
	float: left;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 20px;
	margin-left: 0;
	width: 352px;
}
.contents .complexfig img {
	margin: 0px;
	padding: 0px;
	float: left;
}
/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

	
/* ---------------------------------------------------------------- *
	フッタ部分の設定です
 * ---------------------------------------------------------------- */
#footer_top {
	clear: both;
	text-align: right;
	width: 760px;
	margin-left: 30px;
	border-top: 1px solid #c8c8c8;
	font-size:80%;
	color: #646464;
}
#footer {
	clear: both;
	text-align: right;
	width: 760px;
	margin-left: 30px;
	font-size:80%;
	color: #646464;
}
#footer #pagetop {
	width: 760px;
	border-bottom: 1px solid #c8c8c8;
}
#footer #pagetop img {
	margin-top:40px;
}
#footer address {
}

/* ---------------------------------------------------------------- *
	画像の設定です
 * ---------------------------------------------------------------- */
#main a img {
	border: 1px solid #646464;
}
#main a:hover img {
	border: 1px solid #4B4B4B;
}
.fig_r {
	float: right;
	padding: 0px 0px 1em 20px;
} 
.fig_l {
	float: left;
	padding: 0px 20px 1em 0px;
} 
/*テキストありの場合*/
.imgbox_left {
	float:left;
	padding:1em 20px 1em 0; 
}
.imgbox_right {
	float:right;
	padding:1em 0 1em 20px; 
}
p.photoimage img {
	padding: 4px;
	border: 1px solid #b8b8b8;
	margin-top: 0.5em;
}

/* ---------------------------------------------------------------- *
	ページトップボタンの設定です
 * ---------------------------------------------------------------- */

  /* --トップへ戻る-- */
#btn_pagetop {
	position:absolute;
	bottom: 0px;
	right: 50px;
}
#btn_pagetop img {
}
#btn_pagetop a img, #btn_pagetop a:hover img {
	border: none;
}


/* ---------------------------------------------------------------- *
	その他
 * ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- *
	プロフィールページ
 * ---------------------------------------------------------------- */
#profile_area {
position: absolute;
top: 110;
right: 0;
	text-align: center;
	font-size: 80%;
	line-height: 1.6;
	width: 160px;
	padding:1em 0 1em 0px; 
}

#profile_area p {
	border: 1px solid #b4b4b4;
	background: #e8e8e8;
	padding: 5px;
	width: 150px;
	text-align: left;
}
#profile_area p a {
	font-size: 80%;
}

/* ---------------------------------------------------------------- *
	リリースページ
 * ---------------------------------------------------------------- */
#newrelease {
	border: 1px solid #b4b4b4;
	background: #e8e8e8;
	padding: 20px;
	margin-top: -2em;
}
#newrelease div {
	width: 140px;
}
.img_boder {
	border: 1px solid #646464;
}
p#book_cap {
	line-height: 1.7em;
	margin-top: 10px;
}

#browse {
}
/* ---------------------------------------------------------------- *
	ストアページ
 * ---------------------------------------------------------------- */
/* ----ダウンロード---- */
.download {
margin-bottom: 1em;
padding: 0px 20px;
}
.download p {
padding: 0px;
margin: 0 0 0.5em;
}
.download img {
	margin-left:5px;
	vertical-align: middle;
}

/* ----書店展開---- */
.bg_gray {
	background-color:#E8E8E8;
	padding: 20px;
}
.bg_gray ul.store_box {
	background: url(../store/img/dotline_width.gif) repeat-x left bottom;
}
.bg_gray ul li {
	width: 245px;
	float:left;
	display: block;	
}
.bg_gray ul li p {
	text-align: center;
	margin: 0;
}

.bg_gray ul li.store_box_left {
	background: url(../store/img/dotline_height.gif) repeat-y right top;
	padding: 0px 0px 20px 0px;
}
/* ---------------------------------------------------------------- *
	サイトマップページ
 * ---------------------------------------------------------------- */
ul.sitem_li {
	display:block;
	margin: 1em 0px 0em;
	padding-bottom: 1em;
}
ul.sitem_li li {
	display:block;
	float:left;
	background: url(../sitemap/img/icon_saitomap.gif) no-repeat left center;
	margin-left: 20px;
	padding-left:20px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}