@charset "euc-jp";
/*
   search.css - デザインA 検索系

   $Id: search.css 14941 2008-01-18 08:41:43Z matsui $
   Copyright (c) 2003, RICOH Co., Ltd.
 */
/*== コンテントアイコン ===========================*/
.search .content { background-image:url(images/main-search.gif); }

/*== カラー =======================================*/
.search  .content-header h1 {
 color:#6699CC;
}

.search .content-header h1 .title,
.search .content-header h1 .colon {
 color:#7777CC;
}


.content-navi,
.section,
.section-header,
.section-body,
.section-buttons {
 border-color:#6699CC;
}

.popup-content .content-header,
.popup-content ul.tab-image,
.popup-content ul.tab-image li {
 border-color:#6699CC;
}

.popup-content ul.tab-image li.selected { background-color:#6699CC; }


/*== トップサーチ専用 ===========================*/
.top-search {
 padding-left: 42px;
 margin-bottom:20px;
}

/* コンテントヘッダ */
.top-search-header {
 margin-bottom: 20px;
}

/* コンテントヘッダタイトル */
.top-search-header h2 {
 font-size:130%;
 font-weight:bold;
 line-height:115%;
 text-align:left;
 padding-bottom:0px;
 margin-bottom:0px;
}


/*== 部品 ===================================================*/
.normal { background-image:url(images/ball-s.gif); } /* ● */
table.hold-list th.bookmark-icon { background-image:url(images/bookmark-s.gif);}


/*== 検索ボックス ================================================*/
#mode-switch    { border-width:0; }
#mode-switch ul {
 border-bottom:2px solid #6699CC;
 list-style-type:none;
 margin:0;
 padding:0;
 position:relative;
 height:1.5em;
}

#mode-switch ul li.selected {
 background:#6699CC url(images/tab-selected.gif) no-repeat left top;
 color:#ffffff;
}

#mode-switch ul li {
 border-color:#6699CC;
 border-width:1px 1px 0 1px;
 border-style:solid;
 background-color:#ffffff;
 color:#000000;
 display:block;
 font-size:75%;
 height:1.7em;
 margin:0;
 padding:0.25em 0 0 9px;
 width:23ex;
}

#form-page #mode-switch ul li#simple {
/* left:0px;
 top:0; */
}

#form-page #mode-switch ul li#complex {
 position:absolute;
 left:25.5ex;
 top:0px;
}

#mode-switch ul li#simple span {
 background-image:url(images/search-simp.gif);
}

#mode-switch ul li#complex span {
 background-image:url(images/search-comp.gif);
}

#mode-switch ul li span {
 background-repeat:no-repeat;
	background-position:left center;
 padding-left:20px;
}

#main-items .guide {
 color:#666666;
 font-size:75%;
 line-height:115%;
 margin:12px 0;
}


/*== カスタムフッタ =========*/
.user-guide-footer {
 border-top:1px solid #ccc;
	padding-top:16px;
}


/*-- 検索条件入力ではパンくずなし --*/
#search-simp .topic-path,
#search-comp .topic-path {
 visibility:hidden; }
	
#search-simp input.word,
#search-comp input.word {
 width:200px; }

#search-comp #buttons-top {
 border-width:0 0 1px 0;
	padding-bottom:8px;
}

/*== 入力フォームのフィールド長 ==*/

/* [ 大 400px ] */
#f-keyword input.word,
#f-title input.word,
#f-author input.word,
#f-paper input.word,
#f-paperAuthor input.word,
#f-publisher input.word
{
 width:400px;
}

/* [ 小 200px ] */
#f-id input.word,
#f-isbn input.word,
#f-issn input.word,
#f-language input.word,
#f-callno input.word,
#f-cls input.word,
#f-cln input.word,
#f-condform input.word,
#f-location input.word,
#f-materialid input.word,
#f-location input.word,
#f-annex input.word,
#f-user11 input.word,
#f-user12 input.word,
#f-user13 input.word,
#f-user31 input.word,
#f-user32 input.word,
#f-user33 input.word,
#f-dggroup input.word,
#f-page input.word,
#f-pubYear input.word,
#f-ptblncid input.word,
#f-subject input.word,
#f-userItemA input.word,
#f-userItemB input.word,
#f-userItemC input.word,
#f-mailto input.word,
#f-volume  input.word,
#f-yearend input.word
{
 width:200px;
}

/* 例のインデント 小 200px */
#f-annex .example,
#f-callno .example,
#f-cls .example,
#f-cln .example,
#f-condform .example,
#f-dggroup .example,
#f-mailto .example,
#f-id .example,
#f-isbn .example,
#f-issn .example,
#f-pubYear .example,
#f-page .example,
#f-subject .example,
#f-language .example,
#f-location .example,
#f-location .example,
#f-materialid .example,
#f-user11 .example,
#f-user12 .example,
#f-user13 .example,
#f-user31 .example,
#f-user32 .example,
#f-user33 .example,
#f-ptblncid .example,
#f-userItemA .example,
#f-userItemB .example,
#f-userItemC .example,
#f-volume  .example,
#f-yearend .example
{
 margin:0 0 0 208px;
}


/* [ 極小 100px ] */
#f-year    input.word,
#f-arrival input.word
{
 width:100px;
}

/* 検索画面　資料の種類がdisableのとき */
.searchtarget-disable
{
 color:#999999;
}


