@charset "euc-jp";

/* ==============================================
   Global Navigation
============================================== */

/* ヘッダ全体枠 */
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;
}

/* サイトID */
#siteID {
	float: left;
	width: 198px; /* ←サイトID幅＋サービスタイトル幅＋マージンの合計値を入れる */
	height: 29px;
}
#siteID img.serviceLogo {
	margin-top: 3px;
}
/* 10周年ロゴ用 */
#siteID img.logo10th {
	margin-left: 5px;
}

/* グループ回遊＆ユーティリティ */
dl#remoteNav dd.grpRelation ul {
	float: right;
	padding-top: 6px;
}

dl#remoteNav dd.siteUtility {
	clear: right;
}

dl#remoteNav dd.siteUtility ul {
	float: right;
	padding-top: 6px;
	padding-bottom: 3px;
}

dl#remoteNav dd.grpRelation ul li,
dl#remoteNav dd.siteUtility ul li {
	float: left;
	line-height: 1.1;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-right: 1px solid #000000;
	list-style-type: none;
	font-size: 82%;
}

dl#remoteNav dd.grpRelation ul li.grpHome,
dl#remoteNav dd.siteUtility ul li.last {
	padding-right: 0;
	border: none;
}

dl#remoteNav dd.grpRelation ul li.grpHome {
	font-weight: bold;
}

dl#remoteNav dd.grpRelation ul li a,
dl#remoteNav dd.siteUtility ul li a {
	white-space: nowrap;
}

/* セクションメニュー */
dl#sectionNav {
	clear: both;
	width: 100%;
	height: 29px;
}
dl#sectionNav span#affiliate {
	float: right;
	width: 156px;
	height: 20px;
	margin: 3px 0 0 0;
}
dl#sectionNav span#purchaseHistory {
	float: right;
	width: 156px;
	height: 20px;
	margin: 3px 0 0 0;
}
dl#sectionNav dd.menuList ul {
	float: left;
	width: 543px; /* ←タブ幅＋タブ間マージンの合計値を入れる */
	line-height: 0;
	font-size: 0;
}

dl#sectionNav dd.menuList ul li {
	display: inline;
	margin-right: 2px;
	list-style-type: none;
}

dl#sectionNav dd.menuList ul li img{
	margin-top: 3px;
	margin-bottom: 4px;
}

dl#sectionNav dd.menuList ul li.current img{
	margin-top: 0;
	margin-bottom: 0;
}

/* サブセクションメニュー */
dl#subSectionNav {
	clear: both;
	position: relative;
	width: 100%;
	padding: 5px 0 7px;
	background-color: #107400; /* ←メニューの背景色を指定する */
}

/* Start clearfix ------------------------------ */

.clearfix:after,
dl#subSectionNav:after {
	display: block;
	clear:both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}

.clearfix,
dl#subSectionNav { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix,
* html dl#subSectionNav { height: 1%; }
.clearfix,
dl#subSectionNav { display: block; }
/* End hide from IE-mac */

/* -------------------------------- end clearfix */

dl#subSectionNav dd.menuList {
	line-height: 1.1;
	padding-left: 1px;
	font-size: 82%;
}

dl#subSectionNav dd.menuList ul li {
	display: inline; /* for Quirks Mode */
	float: left;
	margin-left: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #ffffff;
	list-style-type: none;
	color: #ffffff;
}

dl#subSectionNav dd.menuList ul li.last {
	border: none;
}

dl#subSectionNav dd.menuList ul li a {
	color: #ffffff;
	white-space: nowrap;
}

dl#subSectionNav dd.menuList ul li.current {
	font-weight: bold;
}

/* ヘッダ内定義リストのdtを非視覚化 */

dl#remoteNav dt,
dl#sectionNav dt,
dl#subSectionNav dt,
dl#topicPath dt {
	position: absolute;
	left: -9999px;
	width: 100px;
	height: 0;
}

/* ヘッダ内画像のborderを消す */
p#siteID img,
dl#sectionNav img,
dl#subSectionNav img {
	border: none;
}

/* アクセシビリティ対応 */
div#grpheader p.noCSS {
	display: none;
}

div#grpheader ul.navSkip {
	position: absolute;
	left: -9999px;
	width: 100px;
	height: 0;
}

div#grpheader ul.navSkip {
	position: absolute;
	left: -9999px;
	width: 100px;
	height: 0;
}

/* ==============================================
   search
============================================== */

div#header {
	width: auto;
	min-width: 950px;
	position: relative;
	margin-bottom: 10px;
	z-index: 1;
}
* html div#headerInner {
	border-right: 950px solid #ffffff;
	height:1%;
	position: relative;
}
* html div#headerBox {
	margin-right: -950px;
	display: inline-block;
	position: relative;
}
/* search */
div#search  {
	background: #faf4cc;
	padding: 5px 5px 5px 7px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #f6de7f;
}
div#search .banner  {
	width: 290px;
	float: right;
	margin-top: 1px;
}
div#search div.searchInner  {
	margin-right: 295px;
}
div#search .searchOption {
	position: absolute;
	left: 5px;
	top: 9px;
}
div#search p#nowordLine {
	font-size: 82%;
	color: #ff0000;
	margin-left: 5px;
}
/* search pulldown */
div#search div.book .searchOption,
div#search div.dvd .searchOption { 
	width: 160px;
}
div#search div.cd .searchOption { 
	width: 150px;
}
div#search div.software .searchOption {
	width: 230px;
}
div#search div.adult .searchOption {
	width: 195px;
}
div#search div.fbook .searchOption,
div#search div.top .searchOption,
div#search div.game .searchOption,
div#search div.magazine .searchOption{
	width: 135px;
}
div#search div.searchBox {
	position: relative;	
}
div#search div.searchBoxGr {
	background: none repeat scroll 0 0 #F1D564;
    border: 1px solid #FFFFFF;
    margin-bottom: 3px;
    padding: 4px;
    position: relative;
}
div#search .searchButton  {
	width: 110px;
	hight: 25px;	
	position: absolute;
	right: 0;
	top: 6px;	
}
* html div#search .searchButton { /* win IE 6.0 */
	right: 1px;
}
/* search pulldown */
div#search div.searchBoxGr div.searchInput {
	margin-right: 124px;
}
* html div#search div.searchBoxGr div.searchInput { /* win IE 6.0 */
	margin-right: 105px;
}
div#search div.book div.searchInput,
div#search div.dvd div.searchInput {
	margin-left: 165px;
}
div#search div.cd div.searchInput {
	margin-left: 155px;
}
div#search div.software div.searchInput {
	margin-left: 235px;
}
div#search div.adult div.searchInput {
	margin-left: 200px;
}
div#search div.top div.searchInput,
div#search div.fbook div.searchInput,
div#search div.game div.searchInput,
div#search div.magazine div.searchInput{
	margin-left: 140px;
}
div#search div.searchInput input  {
	width: 100%;
	height: 18px;
	padding: 2px;
	border-width: 2px;
	border-style: inset;
	line-height: 1.2;
	font-size: 90%;
}
* html div#search div.searchInput input { /* win IE 6.0 */
	height: 25px;
}
div#search dl.hotKeywords  {
	padding-left: 5px;
	clear: both;
	font-size: 82%;
	line-height: 1.2;
}
div#search dl.hotKeywords dt,div#search dl.hotKeywords dd  {
	width: auto;
	float: left;
}
div#search dl.hotKeywords ul li {
	display: inline;
	margin-right: 0.5em;
	padding-left: 0.5em;
	border-left: 1px solid #333333;
	list-style-type: none;
}
div#search dl.hotKeywords ul li.start {
	border: none;
}
div#search dl.hotKeywords ul li a {
	white-space: nowrap;
}


/*
==========================================================
  アダルト枠
==========================================================
*/
div#adultTopicPath {
	padding: 8px 12px;
	background: #FFEEEE;
	font-size: 82%;
}
div#adultTopicPath dl {
	font-weight: bold;
}
div#adultTopicPath dl { overflow: hidden; display: inline-block; }
/* rule out MacIE \*/
div#adultTopicPath dl { overflow: auto; display: block; } /* */
div#adultTopicPath dt {
	float: left;
	margin-right: 10px;
	color: #555555;
}
div#adultTopicPath dd {
	float: left;
	margin-right: 15px;
	padding-left: 10px;
	background: url(http://image.books.rakuten.co.jp/books/img/common/item/icon_arrow_pink.gif) no-repeat 0 50%;
}


/* ==============================================
   information
============================================== */

p#userNotice {
	line-height: 1;
	background: #fefb88;
	text-align: center;
	width: auto;
	margin: 30px auto 5px auto;
	padding: 5px;
	border: 1px solid #000000;
}
p#userNotice a {
	color: #000000;
	font-weight: bold;
}
p#information,
p#noJs {
	font-size: 82%;
	line-height: 1;
	background: #fefb88;
	text-align: center;
	width: auto;
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #fe0000;
}
p#information a,
p#noJs {
	color: #fe0000;
	font-weight: bold;
}

/* ==============================================
   maintenance
============================================== */

/* maintenance */
ul#maintenance  {
	text-align: center;
	margin: 20px auto 30px auto;
	width: 30%;
}
* html ul#maintenance  {
	width: 100%;
}
ul#maintenance li  {
	font-size: 82%;
	line-height: 1;
	text-align: center;
	background: #fefb88;
	padding: 5px;
	border: 1px solid #000000;
}
* html ul#maintenance li  {
	width: 30%;
}
ul#maintenance li a  {
	color: #000000;
	font-weight: bold;
}


/* Sprite Image
------------------------------------------------------ */
dl#sectionNav,
dl#sectionNav span#affiliate,
dl#sectionNav span#purchaseHistory,
#siteID img.serviceLogo,
#sectionNav img.top,
#sectionNav li.current img.top,
#sectionNav img.book,
#sectionNav li.current img.book,
#sectionNav img.magazine,
#sectionNav li.current img.magazine,
#sectionNav img.dvd,
#sectionNav li.current img.dvd,
#sectionNav img.cd,
#sectionNav li.current img.cd,
#sectionNav img.game,
#sectionNav li.current img.game,
#sectionNav img.software,
#sectionNav li.current img.software,
#sectionNav img.fbook,
#sectionNav li.current img.fbook,
#siteID img.logo10th {
	background-image: url(http://image.books.rakuten.co.jp/books/img/common/head/10th-head-image-120212.gif);
	background-repeat: no-repeat;
}

dl#sectionNav {
	background-position: 0 -235px;
	background-repeat: repeat-x;
}
#sectionNav span#affiliate {
	background-position: 0 -265px;
}
#sectionNav span#purchaseHistory {
	background-position: 0 -285px;
}
#siteID img.serviceLogo {
	background-position: 0 0;
}
#siteID img.logo10th {
	background-position: 0 -305px;
}
#sectionNav img.top {
	background-position: 0 -29px;
}
#sectionNav li.current img.top {
	background-position: 0 -51px;
}
#sectionNav img.book {
	background-position: -52px -29px;
}
#sectionNav li.current img.book {
	background-position: -52px -51px;
}
#sectionNav img.magazine {
	background-position: -89px -29px;
}
#sectionNav li.current img.magazine {
	background-position: -89px -51px;
}
#sectionNav img.dvd {
	background-position: 0 -80px;
}
#sectionNav li.current img.dvd {
	background-position: 0 -102px;
}
#sectionNav img.cd {
	background-position: -110px -80px;
}
#sectionNav li.current img.cd {
	background-position: -110px -102px;
}
#sectionNav img.game {
	background-position: 0 -131px;
}
#sectionNav li.current img.game {
	background-position: 0 -153px;
}
#sectionNav img.software {
	background-position: -59px -131px;
}
#sectionNav li.current img.software {
	background-position: -59px -153px;
}
#sectionNav img.fbook {
	background-position: 0 -182px;
}
#sectionNav li.current img.fbook {
	background-position: 0 -204px;
}

/* clearfix */
#search,
#search div.searchBox,
#search dl.hotKeywords {
	zoom: 1;
	
}
#search:after,
#search div.searchBox:after,
#search dl.hotKeywords:after {
	content:"";
	display: block;
	clear:both;
}





