/* Default ------------------------------------------------------------------ */




/* 初期化 ------------------------------------------------------------------- */




:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 




ol,ul {
    list-style: none;
}
ul.disc{
    list-style-type: disc;
    margin-top: 20px;
    margin-left: 30px;
}
ul.disc2{
    list-style-type: disc;
    margin-left: 30px;
}

ol.disc{
    list-style-type: disc;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}
p {
    padding-top: 5px;
    padding-bottom: 5px;
}




.hidden { display: none; }




/* 全体設定 ----------------------------------------------------------------- */




/* 本体（ボディ） */
body {
    font: normal 12px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    padding: 0px 0px 0px 0px;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
}




/* 本体（枠） *昔のバージョン（横に緑の縦バーがある）
#container {
    background-color: #35711C;
    padding: 0px 25px 0px 25px;
    width: 940px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
**************/




/* 画面本体（枠） */
#container {
    color: #5f5f5f;
    background-color: #d3d4d2;
    padding: 0px 1px 0px 1px;
    width: 1000px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}




/* 本体（中） */
#container-inner {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
}




/* Webページ・ブログ記事などのボディ部枠 */
#content {
}




/* Webページ・ブログ記事などのボディ部（中） */
#content-inner {
    position: relative;
    width: 1000px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
}




/* Webページ本体（フレームあり） */
#webpage-iframe {
    background-color: #fff;
    padding-bottom: 8px;
}




/* Webページ本体（フレームなし） */
#webpage-normal {
    position: relative;
    padding: 25px 25px 25px 25px;
    width: 720px;
}




/* アンカー */
a:link {
    color: #008000;
}
a:visited {
    color: #008000;
}
a {
    text-decoration: none !important;
}


/* アンカーの上をカーソルが通過したとき */
a:hover {
    text-decoration: underline !important;
}








/* メインメニュー（Navigation） --------------------------------------------- */




#main-navigation {
    border-top: 1px solid #ccc;
    background: #fff url(/image/head_menu_back.jpg) repeat-x 0 0;
background-color: #eee;
}




#main-navigation-title {
    width: 100px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}




/* メインメニューのセパレーター */
#main-navigation-separator {
    width: 1px;
    height: 39px;
    background: #fff url(/image/head_menu_back_v_line.jpg) no-repeat;
}




#main-navigation-menu {
    position: relative;
    width: 820px;
    height: 39px;
    margin: 0 auto;
}




#main-navigation ul {
    margin: 0;
    padding: 0 0 0 0px;
    list-style: none;
}




#main-navigation li {
    text-align: center;
    float: left;
}




/* メインメニューのアンカー */
#main-navigation li a {
    height: 14px;
    color: #234813;
    display: block;
    width: 100px;
    text-decoration: none;
    padding: 10px 8px 10px 8px;
}




/* メインメニューのアンカー（マウス移動時） */
#main-navigation li a:hover {
    text-decoration: underline;
    color: #008000;
}
#main-navigation li.on a:hover {
    color: #000;
}




#main-navigation ul li.on a {
    background: #fff url(/image/head_menu_backD.jpg) repeat-x 0 0;
}








/* サブメニュー（Navigation） --------------------------------------------- */




#sub-navigation {
    background-color: #ccddcc;
    border-bottom: 1px solid #aaa;
}




#sub-navigation-title {
    width: 100px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}




#sub-navigation-menu {
    position: relative;
    width: 820px;
    height: 26px;
    margin: 0 auto;
}




#sub-navigation ul {
    margin: 0;
    padding: 0 0 0 0px;
    list-style: none;
}




#sub-navigation li {
    text-align: center;
    float: left;
}




/* サブメニューのアンカー */
#sub-navigation li a {
    height: 14px;
    color: #234813;
    display: block;
    width: 100px;
    text-decoration: none;
    padding: 5px 8px 5px 8px;
}




/* サブメニューのアンカー（マウス移動時） */
#sub-navigation li a:hover {
    text-decoration: underline;
    background: #f0fff0;
}
#sub-navigation li.on a:hover {
    color: #000;
}




#sub-navigation ul li.on a {
    background: #f0fff0 url(/image/nav-arrow-on.gif) no-repeat 50% bottom;
}








/* ヘッダー ----------------------------------------------------------------- */




#header {
    text-align: right;
}




#header-english {
    padding-top: 5px;
    padding-right: 10px;
}
#header-english a {
    color: #5f5f5f;
}




/* フッター ----------------------------------------------------------------- */




#footer,
#footer-inner {
    height: 30px;
}




#footer {
    position: relative;
}




#footer-inner {
    border-top: 1px solid #ecf2e8 ;
}




/* copyright */
#copyright {
    color: #646464;
    padding-top: 10px;
    padding-left: 10px;
}




/* What's New 一覧画面（ブログ一覧画面） ------------------------------------ */




/* What's New 一覧画面（ブログ一覧画面）のタイトル */
#bloglist-title {
    color: #006400;
    border-bottom: 5px solid #ccc;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 24px;
}




/* サイドバー（カテゴリ一覧とか） */
#sidebar {
    position: absolute;
    width: 190px;
    top: 25px;
    right: 0px;
}








/*----------------------------------------------------------------------------*/
/* TOP画面                                                                    */
/*----------------------------------------------------------------------------*/




/* ページ本体（中） */
#content.top {
    padding-top:24px;
    padding-bottom:24px;
}




/* TOP画面ボックスその１ -------------------------------- */
#top-alpha-container {
    float: left;
    padding-left: 30px;
}




/* TOP画面上段のインナーコンテナ（メインイメージ・メニューボタン） */
#top-alpha-container-inner {
    margin-top: 5px;
    margin-left: 15px;
}




#top-alpha-container,
#top-alpha-container-inner {
}




/* TOP画面上段のメニュー（メニューボタン部のコンテナ） */
#top-alpha-menu {
    margin: 0px;
    padding-top: 90px;
}




/* TOP画面上段左側のイメージ（タイトル） */
#top-title-container {
    text-align: center;
    padding-top: 10px;
}
/* TOP画面上段左側のイメージ（ロゴ） */
#top-logo-container {
    text-align: center;
    padding-top: 45px;
}




#top-alpha-menu ul {
    margin: 0px;
    list-style: none;
}




/* TOP画面のメニュー（蔵書検索） */
/* TOP画面のメニュー（図書業務） */
/* TOP画面のメニュー（研究活動） */
/* TOP画面のメニュー（ミュージアム） */
/* TOP画面のメニュー（東洋文庫について） */
#top-navigation-button.search,
#top-navigation-button.work,
#top-navigation-button.study,
#top-navigation-button.museum,
#top-navigation-button.about {
    padding-bottom: 4px;
}




/* TOP画面ボックスその２ -------------------------------- */




/* TOP画面のメインイメージ（メニューボタン部のコンテナ） */
#top-main-image {
}
/* 横幅は共通 */
#top-main-image,
#top-main-image img {
}
/* TOP画面メイン画像 */
#top-main-image img {
    border: 2px solid #ecf2e8;
}




/* TOP画面メイン画像の説明文字列 */
#top-main-image .note {
    text-align: right;
    font: normal 9px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}




#top-beta-container {
    float: left;
}




#top-beta-container,
#top-beta-container-inner {
    width: 608px;
}




#top-beta-container-inner {
    padding-top: 0px;
    padding-left: 8px;
}




/* 新しいお知らせ --------------------------------------- */




/* What's New */
#whats-new {
    width: 600px;
    float: left;
    border-top: 2px solid #ecf2e8;
    border-left: 2px solid #ecf2e8;
    margin-top: 16px;
}




/* 新しいお知らせのタイトル */
#whats-new-title {
    height: 40px;
    background: #fff url(/image/new.jpg) no-repeat 0 0;
}




/* 新しいお知らせのコンテナ（一覧部分） */
#whats-new-inner {
    background-color: #fff;
    padding: 0px 5px 5px 5px;
}




#whats-new-inner p {
    padding-left: 5px;
    padding-top: 1px;
}




#whats-new-inner a {
    color: #5f5f5f;
}




/* 新しいお知らせのヘッダー */
#whats-new-header {
    color: #007500;
    font-weight: bold;
    border-left: 3px solid #006400;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
    margin-bottom: 10px;
}








/* 検索結果 ------------------------------------------------------------------*/
#search-results {
    padding: 25px 25px 25px 25px;
}




/* Content */
.asset-name {
    
}




.asset-name a {
    text-decoration: none;
}




.asset-name a:hover {
    text-decoration: underline;
}




.asset-content {
    margin: 5px 0;
}




.asset-more-link {
    font-weight: bold;
}




.asset-meta {
    border-top: 1px solid #ccc;
}




.asset-footer a,
.comment-footer a {
    font-weight: normal;
}




.content-nav {
    margin: 5px 0 10px;
}http://eros-xp.bo.co.jp/toyobunko/movable-type-4.html




.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}




.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}




.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}




.search-results-header {
    margin-bottom: .25em;
}




.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    
}




/* Utility */




.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}








/* Layout ----------------------------------------------------------------- */




#beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}








/* Search ---------------------------------------------------------------- */




.widget-search {
    float: right;
    width: 300px;
    position: absolute;
    top: 2px;
    right: 0;
    text-align: right;
}




.widget-search h3 {
    display: none;
}




#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}




#search-submit {
    border: 1px solid #75120e;
    border-top: 1px solid #b25c59;
    border-left: 1px solid #b25c59;
    background: #921712;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}








/* Sign In ---------------------------------------------------------------- */




#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
}




#header .widget-sign-in .widget-header {
    display: none;
}




#header .widget-sign-in .widget-content {
    background-color: #000;
    margin: 0;
    padding: 5px 15px 10px 15px;
    float: right;
    overflow: hidden;
}




#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}








/* Content ---------------------------------------------------------------- */




.asset-name,
.asset-name a,
.archive-title {
    
}




.comment-footer,
.comment-footer a,
.trackback-footer {
    
}




.asset-footer {
    font-size: 13px;
    border-top: 1px dotted #ccc;
    padding-top: 15px;
}




.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    
}




.asset-name a {
    
}




.entry-asset .asset-name {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}




.entry-asset .asset-meta {
    color: #777;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
}








.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(/image/icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(/image/icon-trackback.gif) no-repeat 0 50%;
}




.archive li {
    margin-bottom: 5px;
}




#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}




h1#page-title {
    font-size: 24px;
    line-height: 1.3;
}




.mt-main-index h1#page-title {
    font-size: 30px;
    margin-bottom: .5em;
}




.mt-main-index #alpha p {
    font-size: 14px;
}




#homepage-image {
    width: 905px;
    height: 170px;
    /* photo by Anil Dash */
    background: url(/image/main_image.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 25px 20px;
}




#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}




#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}




.comment {
    background: #fff;
    padding: 10px 10px 0;
    width: 549px;
    margin-bottom: 10px;
}




.comment-header {
    font-weight: bold;
}




h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    height: 20px;
    background: url(/image/header-arrow-wide.gif) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
    margin-bottom: 10px;
}




h1#page-title.search-results-header {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}




.widget-recent-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}




.widget-recent-comments ul li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(/image/icon-comment.gif) no-repeat 0 4px;
}




.widget-recent-entries dl {
    padding: 0 8px;
}




.widget-recent-entries dl dt {
    font-size: 18px;
}




.widget-recent-entries dl dd {
    margin-bottom: 3px;
}




.widget-recent-entries dl dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}




.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}




.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}




.comment-header {
    color: #777;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}




.comment-content {
    clear: none;
    margin: 0 0 5px 0;
    padding: 0;
}




.admin-edit-link {
    text-align: center;
    font-family: verdana;
    margin-top: 10px;
}




.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}








/* Forms ---------------------------------------------------------------- */




input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}




.contact-form label {
    display: block;
}




.contact-form input.text {
    font-size: 13px;
}




.contact-form textarea {
    margin-bottom: 15px;
}








/* Widget ----------------------------------------------------------------- */




.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}




.widget-header {
    height: 20px;
    margin-bottom: 8px;
    background: url(/image/header-arrow-narrow.gif) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
}




.widget-header a {
    color: #fff;
    font-weight: bold;
}




.widget-header a:hover {
    text-decoration: underline;
}




.layout-wm .widget-header {
    background-image: url(/image/header-arrow-medium.gif);
}




#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 




.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
}








/* "Powered By" Widget */




.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}








/* Calendar Widget */




.widget-calendar .widget-content table {
    font-size: 10px;
}








/* Utilities -------------------------------------------------------------- */




#header:after,
#header-inner:after,
#content:after,
#content-inner:after,
#top-alpha-container:after,
#top-alpha-container-inner:after,
#top-main-image:after,
#top-beta-container:after,
#top-beta-container-inner:after,
#webpage-iframe:after,
#webpage-normal:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}




#main-navigation,
.entry-asset .asset-meta,
.comment,
.asset-body {
    height: 1%;
}




/* Custom Styles ---------------------------------------------------------- */




/* padding ------------------------------------------------------------------ */
.padR10{
    padding-right: 10px; 
}

.padL10{
    padding-left: 10px; 
}
/* font color(#008000)-------------------------------------------------------*/
.green{
    color:#008000 !important;
}

/* font size()-------------------------------------------------------*/
.defaultF{
    font:normal 12px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif !important;
}

#calendar-image{
    float: right;
}


/* museum -------------------------------------------------------------------*/

/* Webページ本体（フレームなし） */
#museum .left-box{
    float  : left;
    width  : 500px;
}
#museum .right-box{
    float  : right;
    padding-left : 20px;
    width   : 282px;
}
#museum .main-image{
    height : 354;
    width  : 500;
}
#museum .image-comment{
    top      : -30px;
    position : relative ;
    margin   : 5px;
    text-align : right;
    line-height : 140%;
}
#museum .white{
    color : white;
}


/* about ------------------------------------------------------------------*/

#about .imagebox{
    width        : 496px;
    position     : relative;
}
#about .imagebox .image-comment{
    padding      : 0px;
    top          : 10px;
    right        : 5px;
    position     : absolute;
    text-align   : right;
    color        : white;
}

#about .imagebox .image{
    height       : 350px;
    width        : 496px;
}


