/* index-e.css */

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10px
 *  70% ->	11px
 *  75% ->	12px
 *  82% ->	13px
 *  88% ->	14px
 *  94% ->	15px
 * 100% ->	16px
 * 107% ->	17px
 * 113% ->	18px
 * 119% ->	19px
 * 125% ->	20px
 * --------------------- */

@charset "shift-jis";


/* ===Link=== */

/*
a:link { color: #134884; }
a:visited { color: #532D53; }
a:active { color: #134884; }
a:hover { color: #cb6900; background-color: #FCFAED;}
a:nd { text-decoration: none; }
*/

/* ========BASIC======== */

html {  
    overflow-y:scroll;  
    }

body {
    color:black;
    background-color:lavender;
    font-family:Arial, Helvetica, sans-serif;
    margin:0px;
    letter-spacing:1px;
}

br {
    letter-spacing:normal;
}

a {
    color:#333;
    text-decoration:none;
    font-weight:bold;
}

a:hover {
    color:#666;
}

img {
    border:0;
    vertical-align:top;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:1000px;
   margin:10px auto;
   background-color:white;
}

div#header {
   float:left;
   position:relative;
   width:1000px;
   background-color:white;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
   width:480px;
}

div#gnavi {
   position:absolute;
   top:0;
   right:0;
}

divi#catch {
   width:760px;
}

div#menu {
   float:right;
   margin-bottom:5px;
}

div#contents {
   float:center;
   width:1000px;
   margin-top:0;
}

div#main {
   float:left;
   width:850px;
}

div#sub {
   float:left;
   width:150px;
   background:#99ccff;
}

div#totop {
   clear:both;
}

div#footMenu {
   float:left;
   width:1000px;
}

div#footer {
   clear:both;
   width:1000px;
   background:#003366;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   float:left;
}

div#header h2 {
   float:left;
}

div#header h3 {
    float:right;
}

/* ========MENU CUSTOMIZE======== */
div#header #menu ul {
   list-style-type:none;
}

div#header #menu li {
   float:right;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   border:thin solid #003366;
}

div#header #menu li a {
   display:block;
   line-height:1.8;
   padding:0 10px;
}

div#header #menu li a:hover {
   color:black;
   background:deepskyblue;
}

div#header #menu li.home {
   background:deepskyblue;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
   color:royalblue;
   border-bottom:1px solid royalblue;
}

div#main a:hover {
   color:white;
   background:royalblue;
}

div#main h1 {
   margin:0;
   text-align:center;
   line-height:1.8;
   color:white;
   font-size:100%;/* 15px相当 */
   font-weight:bold;
   background:#003366;
}

div#main h2 {
   margin:0;
   text-align:center;
   line-height:1.4;
   color:white;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   background:darkblue;
}

div#main h3 {
   color:black;
   font-size:88%;
   font-weight:bold;
}

div#main h4 {
   margin-bottom:2px;
   font-size:88%;
}

div#main h5 {
   color:mediumblue;
   margin-bottom:2px;
   font-size:88%;
}

div#main h6 {
   margin-bottom:12px;
   font-size:88%;
}

div#main p {
   margin:15px 10px 15px 10px;
   font-size:100%;
   line-height:1.4;
}

div#main ul,ol,dl {
   margin:10px;
   font-size:100%;
}

div#main dt {
    margin:5px 0px 5px 0px;
}

div#main dd {
    margin-left:18px;
    margin-bottom:10px;
    line-height:1.4;
}

div#main table {
    color: black;
    background:white;
}

div#main li {
    margin-bottom:10px;
    line-height:1.4;
}



/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   color:mediumblue;
   font-weight:bold;
}

div#main dl.information dd {
   background:transparent;
}

/* Map */
div#main .map p {
    width:600px;
    margin:0 0 30px 100px;
}

div#main .map a {
   color:white;
   border-bottom:1px solid white;
}

div#main .map a:hover {
   color:white;
   background:white;
}

div#main h3.map {
   margin:5px 0 5px 10px;
   color:orangered;
   font-size:100%;
   font-weight:bold;
}


/* Visitors */
div#main .visitors table {
   margin:10px 10px 10px 10px;
   font-size:82%;
   text-align:left;
   border:1px solid black;
   border-collapse:collapse;
}

div#main .visitors h2 {
   margin:10px 10px 10px 10px;
   text-align:left;
   color:white;
   background:blue;
}

div#main .visitors h3 {
   margin:10px 10px 10px 10px;
   text-align:left;
   color:blue;
   background:white;
}

div#main .visitors th {
   color:black;
   border:1px solid black;
}

div#main .visitors th.name {
   width:200px;
}

div#main .visitors th.institution {
   width:300px;
}

div#main .visitors th.period {
   width:100px;
}

div#main .visitors td {
   color:black;
   border:1px solid black;
}

div#main .visitors td.name {
   width:200px;
}

div#main .visitors td.institution {
   width:300px;
}

div#main .visitors td.period {
   width:300px;
}



/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin:0px;
}

div#sub .section p {
   margin:0px 5px 0px 5px;
   font-size:88%;/* 14px相当 */
}

div#sub .section ul {
   margin:0;
   padding:0;
}

div#sub .section li {
   padding:0;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   text-indent:5px;
   line-height:2.0;
   list-style:none;
   border-bottom:medium solid #003366;
}

div#sub .section li a {
   display:block;
   line-height:1.8;
   margin-left:0px;
}

div#sub .section li a:hover {
   color:black;
   background:deepskyblue;
}

div#sub .section li.home {
   background:deepskyblue;
}

div#sub .section li.position {
   background:lawngreen;
}


/* LINKS CUSTOMIZE */
div.links {
   margin-top:20px;
}

div#sub .links h2 {
   padding-left:5px;
   color:black;
   font-size:100%;
   font-weight:bold;
   text-decoration:underline;
}
div#sub .links ul {
   margin:0px;
   padding:0px;
}

div#sub .links li {
   margin:0px;
   padding:0px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   text-indent:5px;
   line-height:2.0;
   list-style:none;
}

div#sub .links li.banner {
   margin:10px 0 10px 0 ;
   padding:0px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   text-indent:5px;
   line-height:2.0;
   list-style:none;
}

div#sub .links li a {
   color:royalblue;
   border-bottom:1px solid royalblue;
}

div#sub .links li a:hover {
   color:white;
   background:royalblue;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   text-align:right;
   font-size:75%;/* 12px相当 */
}

div#totop a {
/*   background:url("images/bg_totop.gif") 0 50% no-repeat; */
   color:#333;
}

div#totop a:hover {
   color:#999;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   line-height:3.0;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
}


/* ========FOOTER CUSTOMIZE======== */
address {
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:white;
   line-height:2.0;
   text-align:center;
}