/* 論文リスト */



div.info
{
margin-left: 1em;
line-height: 1.25em;
margin-bottom: 0.4em;
}

div.info2
{
margin-left: 0.8em;
}


div.pubcontent
{
margin-left: 1em;
margin-bottom: 0.4em;
line-height: 120%;
  font-size: 90%;
}

span.journal
{
margin-left: 0.8em;
text-indent: 0.8em;
  font-style: italic;
}

span.journal2
{
  font-style: italic;
}

span.year
{
  font-weight: bold;
}


span.volume
{
  font-style: italic;
}


span.page
{
}



img.ga {
width: 300px;
}

img.ga2 {
width: 210px;
}

img.ga3 {
width: 150px;
}

/* 全般 */

p.text
{
  text-indent: 1em;
}

p.theme
{
  margin-left: 2em;
  line-height: 200%;
}

/*リンク*/
div.menu-link
{
background-color:#f7ffcc;
padding-left: 7px;
padding-top: 7px;
padding-bottom: 7px;
margin: 30px;
font-size: 100%;
}

/*topへ*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 7px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}