body,html {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1 {
    font-size:1.4em;
    color: #008000;
}

a {
    color: #003366;
}

a:hover {
    color: #ff0000;
}

/* Table */

/* style form */
/*
form #submitbutton {
    margin-left: 100px;
}
*/

br {
    clear: both;
}
/* search form style */
form#Search input.search_query{
    width: 300px;

}

form#Search .buttonelement {
    /*display: block;*/
    text-align: right;
}
form#Search dt {
    height: 1px;
}



/* 項目毎のエラー表示 */
/* for FF */
ul.errors {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 80%;
}
/* for IE */
ul.errors li {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 80%;
}

/* ページナビゲータ */
.paginationControl {
    margin-top: 5px;
    text-align: center;
}

/* 検索結果表示エリア */
.searchResult {
    margin-left: auto;
    margin-right: auto;
}
.searchResult td,th {
    border-bottom: 1px dashed #000000;
}

/* コンテンツ部分の上部 */
.contentHeader .comment{
    text-align: right;
    font-size: 75%;
    background: #ffffff;
}
.contentHeader .comment span{
    font-size: small;
}

#header {
    height: 70px;
    background-color : #000000;
    background-image : url('../img/topbg.gif') ;
}

#header table {
    border-collapse: collapse;
}
#header th {
    text-align: left;
}

#header td, th {
    vertical-align: top;
    padding: 0;
    margin: 0;
}
#container {
    position: relative;
    width: 100%;
}

#sidemenu {
    width: 150px;
    background-color : #000000;
    /*float: left;*/
    position: absolute;
    top: 0;
    left: 0;
}

#content {
    width: 100%; 
    background: #cccccc;
    text-align: center;
    /* margin-left: 150px; */
    /* float: left; */
}

#content #find {
    width: 590px;
    margin: 15px auto;
    padding: 5px;
    padding-bottom: 25px; /* */
    border: solid 1px #2b3357;
    background: #ffffff;
}

#content #find h1 {
    width: 550px;
    margin: 15px auto;
    padding: 0 10px 0 10px;
    background: #2b3357;
    color: #ffffff;
}
#content #find td {
    vertical-align: top; /* */
}

#content #result {
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 10px;
    background: #ffffff;
    border: dotted 2px #2b3357;
}

#content #result h2 {
    text-align: center;
}

#closeBtn {
    margin: 10px;
}

#footer {
    background: #000000;
    font-size: 70%;
    text-align: center;
    color: #ffffff;
    height: 30px;
}

#footer a {
    color: #ffffff;
}

#footer a:hover {
    color: #ff0000;
}

/* デフォルトではパスワードエリアの長さがユーザ名と異なることへの対処*/
#username {
    width : 150px;
}
#password {
    width : 150px;
}

/* Element Description */
.elementdescription {
    font-size: 75%;
}
/* Label : NO wrap ! */
.labelelement {
    width: auto;
    white-space: nowrap;
}

.gotosearchtop {
    /* float:      right; */
    font-size:  75%;
    text-align: right;
}
/* aタグと一緒にしたimgタグに線が引かれることに対処*/
img {
    border: none;
}
/*  */
#order {
    /* background-color: #808080; */
    width: 70px;
}
#kensu {
    /* background-color: #808080; */
    width: 70px;
}
.graybg {
    /* background-color: #808080; */
    font-size: 75%;
    text-align: center;
    height: 50px;
}

.atn1 {
  color: #FF0000;
  font-weight: bold;
  margin-bottom: 2em;
}


/* 検索結果表示 */
.pdfinfo {
    vertical-align: top;
    font-size: 75%;
}
.pdfinfo .searchno {
    text-align: left;
    color: red;
}
.pdfinfo .title {
    text-align: left;
    margin-bottom: 1em;
    font-size:     100%;
}
.pdfinfo .title a{
    color: #0000cc;
    font-size: medium;
}
.pdfinfo .authors {
    text-align: left;
}
.pdfinfo .pubInfo {
    text-align: left;
    background-color: #fff0a5;
}
.pdfinfo .nearby {
    margin-top: 1em;
}
/* 検索文字列 */
.pdfinfo .nearby em {
    font-style: italic;
    background-color: yellow;
}
/* 発行年毎タイトル一覧 */
#all_contents {
}
#all_contents div {
    margin: 5px 20px; 
}
#all_contents .comment {
    font-size:     small;
    margin-bottom: 1em;
}


/* back number in tab */
.list {
    width:      650px;
    font-size:  medium;
}
.list .midashi {
    text-align:  left;
    margin-top:  -25px;
    margin-left:  300px;
    margin-bottom:  1em;
    font-weight: bold;
    color:       #181868;
}
.list .line1 {
}
.list .line1 a {
    color: #0000ff;
}
.list .line1 a:hover {
    color: #20b2aa;
}
.list .line2 {
    text-align:    right;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 0.5em;
}


/* help 画面用 */
.help {
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 10px;
    background: #ffffff;
    border: dotted 2px #2b3357;
    text-align: left;
}

.help h2 {
    font-size: medium;
    font-weight: normal;
    text-decoration: underline;
    color: #0000ff;
}
.help .explain {
    margin-left: 20px;
}

.help .onepoint {
    margin-top: 20px;
    border: solid 2px yellowgreen;
    width: 400px;
}
.help .onepoint div {
    position: relative;
    left: 4px;
    top: -10px;
    width: 6em;
    text-align: center;
    background-color: white;
    padding: 1px 2px;
    font-weight: bold;
    color: yellowgreen;
}
.help .onepoint p {
    margin: 10px;
    margin-top: 0px;
    text-align: justify;
    font-size: small;
}

.right {
    text-align: right;
}


#mokuji {
    border-style: none;
    border-collapse: collapse;
}
#mokuji td{
    border-style: none;
}

