/* fonts */

* { font-family: "Hiragino Mincho", "Times New Roman", Times, serif }
#title, #menu *, #selectlang, #selectlang *, #footer, #footer *,
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *,
.plec_news_program dt {
    font-family: "Hiragino Kaku Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2, h3, h4, h5 { font-weight: normal }
h1 a, #menu li a { text-decoration: none }
#menu { font-size: 90% }
#menu ul ul { font-size: 90% }
#menu ul ul ul { font-size: 90% }
#menu ul ul ul ul { font-size: 90% }
#selectlang, .to_pagetop, #footer { font-size: smaller }
.to_index { font-size: smaller; font-style: italic }

/* colors */

body { color: #000; background-color: #fff; }
a:link, a:visited { color: #333; }
a:active, a:hover { color: #666; }
#menu li a:hover {
    border-top: solid 1px #333;
    border-left: solid 1px #333;
    background-color: #fea;
}
#footer { background-color: #fc9; }

/* background images */

#menu { background: url(images/menuback.png) repeat-y fixed }
#selectlang { background: url(images/selectlangback.png) repeat-x }

/* box properties */

body { margin: 0px }

#title { height: 80px; width: 100%; margin: 0px; }
#title h1 { margin: 0px; padding: 0px; }

#layout { width: 100%; margin: 0px; padding: 0px; border-collapse: collapse; }

#menu {
    vertical-align: top;
    width: 160px; margin: 0px; padding: 40px 0px 20px;
}
#menu ul {
    list-style-type: none; display: block;
    margin: 0px; padding: 0px 15px;
}
#menu ul li { line-height: 160% }

#selectlang {
    text-align: right;
    height: 30px;
    margin: 0px;
    padding: 0px 20px;
}

#main { vertical-align: top; padding: 40px; }

.to_pagetop {
     text-align: right;
     height: 30px;
     margin: 0px;
     padding: 0px 20px;
}

#footer { text-align: right; padding: 5px 20px; }

p, li, dt, dd, blockquote { line-height: 160% }
h2 { border-left: solid 10px #696; border-right: solid 1px #696;
     border-top: solid 1px #696; border-bottom: solid 1px #696;
     background-color: #cfc; padding-left: 10px; }
h3 { border-bottom: solid 1px #6c6; }

/* tables */

.jcl_program { width: 100% }
.jcl_program td { vertical-align: top; line-height: 140% }
.jcl_date { width: 20% }
.jcl_position { width: 50%; text-align: right; font-size: smaller }
.jcl_lecturer { width: 50%; text-align: right }

.staff_table { width: 100%; font-size: smaller }
.staff_table_ja { width: 100%; font-size: smaller }
.staff_table th, .staff_table td { width: 33%; vertical-align: top }
.staff_table_ja th, .staff_table td { width: 25%; vertical-align: top }
.staff_table th, .staff_table_ja th {
  border-bottom: dotted 1px #ccc;
  font-weight: normal; text-align: left;
}

.to_index { font-size: smaller }

.profile th, .profile td { vertical-align: top }
.profile th {
  font-size: smaller;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
