@charset "EUC-JP";

/* ==============================================
   Global Navigation
============================================== */
#box_header a:link{
	color: #0033cc;
	font-weight:bold;
}
#box_header a:link,
#box_header a:visited{
text-decoration:none;
}
#box_header a:hover,
#box_header a:active {
text-decoration:underline;
}
#box_header table font a:link{
	color:#1d54a7;
}
#box_header table a{ 
	line-height:1;
}

/* ヘッダ全体枠 */
div#grpheader {
	text-align: left; /* for Quirks Mode */
	padding-top: 8px;
}

/* タグライン */
p#tagLine {
	line-height: 1.1;
	color: #999999;
	font-size: 82%;
	text-align: right;
	margin-bottom: 10px;
}
* html p#tagLine { /* win IE 6.0 */
	margin-bottom: -10px;
}
*:first-child+html p#tagLine { /* win IE 7.0 */
	margin-bottom: -8px;	
} 


/* レイアウト
------------------------------------------------------ */
body {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 100%;
  background-color: #fff;
  text-align:left;
}
#box_header {
   width:100%;
   margin-bottom:13px;
   background:#fff;
   position: relative;
   z-index: 1;
   min-width:950px;
}
#box_left {
   width:200px;
   margin-right:15px;
   background:#fff;
}
#box_right {
   width:224px;
   margin-left:15px;
   background:#fff;
}
#box_footer {
   width:100%;
   margin-top:13px;
   background:#fff;
}
#main {
 	width:100%;
}
div#mainBoxArea {
	width: auto;
	margin: 10px;
}

/* デフォルトリセット
------------------------------------------------------ */

div,p,h1,h2,h3,h4,h5,ul,li{
margin: 0;
padding: 0;
/* 
font-size: 100%;
font-weight:normal;
*/
}

img {
border: none;
}

/* デフォルト
------------------------------------------------------ */
/* link */
a:link,
a:visited,
a:hover,
a:active {
color: #0f33cc;
}
a:link,
a:visited{
text-decoration:none;
}
a:hover,
a:active {
text-decoration:underline;
}
/* 背景
------------------------------------------------------ */
.head_imgbg2 {/* ヘッダーナビ　告知エリア背景グリーン */
background: url(http://image.books.rakuten.co.jp/books/img/common/head/head_imgbg_3.gif) repeat-x;
text-align:left;
}
.head_imgbg3 {/* ヘッダーナビ　告知エリア背景オレンジ */
background: url(http://image.books.rakuten.co.jp/books/img/common/head/head_imgbg_4.gif) repeat-x;
text-align:center;
}
.head_imgbg4 {/* ヘッダーナビ　告知エリア背景クリスマス */
background: url(http://image.books.rakuten.co.jp/books/img/common/head/head_imgbg_5.jpg) repeat-x;
text-align:left;
}

/* 文字　サイズ固定（ナビ関連）
------------------------------------------------------ */
/* h1指定 サイズ固定*/
h1 {
	font-weight: normal;
	line-height: 1.1;
	color: #999999;
	font-size: 82%;
	text-align: right;
	margin-bottom: 12px;
}

/* 文字　共通サイズ
------------------------------------------------------ */
.txt_m { /* テキスト中 */
font-size: 80%;
line-height: 125%;
}
/*行揃え関連------------------------------------------------------ */
.posi_center { text-align:center;}


/* ------------------------------------------------------------

Global Footer  200711共通フッタへ変更

------------------------------------------------------------ */

/* ==== Special link ==== */

div#grpSpelinlk{
margin:5px 0;
padding:10px 0px 3px 0px;
text-align:center;
border-top:#808080 solid 1px;
}

#grpSpelinlk h3.category{
margin:0;
padding:0;
line-height:1.25;
color:#BF0000;
font-weight:bold;
font-size:12px;
}

#grpSpelinlk ul{
margin:0;
padding:0;
color:#ADADAD;
line-height:1.25;
font-size:12px;
}

#grpSpelinlk ul li{
margin:0 0 0 0.35em;
padding:0 0.2em 0 0;
border-right:1px solid #ADADAD;
list-style-type:none;
display:inline;
}

#grpSpelinlk ul li.grpLast{
border-right:0;
}

#grpSpelinlk ul li a:link{
color:#003399;
}

#grpSpelinlk ul li a:visited{
color:#888899;
}

#grpSpelinlk ul li a{
white-space:nowrap;
}


/* ==== Service link ==== */

div#grplinks{
	width:100%;
}

#grpServlinlk{
	text-align:left;
	background-color:#F4F4F4;
	border-top:#808080 solid 1px;
	border-bottom:#808080 solid 1px;
}

#grpServlinlk h3.category{
margin:0;
padding:0px 10px;
line-height:1.25;
color:#BF0000;
font-weight:bold;
font-size:12px;
}

#grpServlinlk ul{
margin:0;
padding:0px 10px;
line-height:1.25;
color:#ADADAD;
font-size:12px;
}

#grpServlinlk ul li{
margin:0 0 0 0.35em;
padding:0 0.2em 0 0;
border-right:1px solid #ADADAD;
list-style-type:none;
display:inline;
}

#grpServlinlk ul li.grpLast{
border-right:0;
}

#grpServlinlk ul li a:link{
color:#666699;
}

#grpServlinlk ul li a:visited{
color:#888899;
}

#grpServlinlk ul li a{
white-space:nowrap;
}

#grpCopyright{
margin: 0px 10px;
padding: 0 0 10px 0;
width:100%;
text-align:center;
font-size: 80%;
}

#grpCopyright p{
margin: 0px 10px;
padding: 0 0 10px 0;
text-align:center;
}


/* ------------------------------------------------------------

フッター用罫線　マージン

------------------------------------------------------ */

.mgn_top13 {
	margin: 13px 0 0 0 ;
}

.mgn_top20 {
	margin: 20px 0 0 0 ;
}

.hr_mgn0 { /* 罫線のマージン削除 */
	margin:0;
}

.hr_90 { /* 水平線（グレー1px） */
	padding: 0;
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #909090;
	height: 1px;
	text-align:center;
}

.goTop {
	width: auto;
	margin: 30px 10px;
}

div#dartContents,
div#faqContents,
div#grpRakutenLinkArea {
	margin-right: 10px;
 	margin-left: 10px;
}


/* ------------------------------------------------------- */
X
Validation failed. Please retry or wait till
W3C allows validation again