/* Generic */
html {
    font-family: “Hiragino Maru Gothic Pro” ,”HG丸ゴシックM-PRO” ,verdana ,arial ,sans-serif;
    height: 100%;
}

body {
    background: #F3F2E7 url("./../images/body-background.png") no-repeat;
    margin: 65px 0 1em 0; /* top right bottom left */
    height: 100%;
}

/* sidebar */
div.sidebar {
    border-top: solid 5px #999900;
    background-color: #1E1E1E;
    border-bottom: solid 2px #666666;
    color: #F3F2E7;
    height: 2.5em;
}

div.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

div.sidebar li {
    float: left;
    display: block;
    width: 120px;
    background-color: #333333;
    border: solid 1px #464646;
    line-height: 2em;
}

div.sidebar li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #F3F2E7;
}

div.sidebar li a:hover {
    background-color: #999900;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-top: 4px solid #999900;
}

table th {
    background-color: #dddddd;
    border: 1px solid #cccccc;
    padding: 0.5em;
    white-space: nowrap;
}

table td {
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    padding: 0.5em;
}


.session-action {
    text-align: right;
}

/* main */
div#main {
    margin: 1em;
    background: #FFFFFF url("./../images/main-background.png") repeat-x;
    border: solid 1px #DDDDDD;
    padding: 1em;
}

div#main h1 {
    font-size: 130%;
    border-bottom: 1px solid #999900;
}

div#main h2 {
    font-size: 120%;
}

div#main h3 {
    font-size: 110%;
}

div#main h4 {
    font-size: 100%;
}

div#main a {
    color: #2C4697;
    text-decoration: none;
}

div#main a:hover {
    color: #999900;
    text-decoration: none;
}

div#main hr {
    height: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #999900;
}

/* footer */
div#footer{
	font-size: 80%;
	text-align: right;
	padding-right: 1em;
}
div#footer a{
    color: #DA3939;
    text-decoration: none;
}

div.search form {
    padding: 0.5em;
    background-color: #dddddd;
    border: 1px solid #cccccc;
}

span.required {
    color: #cc0000;
}

span.line-through {
    color: #cccccc;
    text-decoration: line-through;
}

/* Papers */
input#paper_title_en, #paper_title_ja {
    width: 98%;
}

textarea#paper_abstract {
    width: 98%;
    height: 10em;
}

select#paper_journal_id {
    width: 98%;
}

input#paper_year {
    width: 4em;
}

input#paper_month {
    width: 2em;
}

input#paper_spage, #paper_epage {
    width: 4em;
}
