﻿body 
{
    font-size: 10pt;
    font-family: Calibri, Meiryo UI,Meiryo, Verdana, Sans-Serif;
    color : Blue;
    line-height: 14pt;
    padding-left: 5pt;
    padding-right: 5pt;
    padding-top: 5pt;
    background-color:#FFEDFF;
    margin-top:10px;
    margin-left:30px;
    margin-right:30px;
    min-width:400px;
}

p
{
    font-size:inherit;
    font-weight:inherit;
    color: #593d87;
    padding: 1px 1px 1px 1px;
}

p#top
{
    background-color:#CCCCFF;
}

p#title
{
    font-size:15pt;
    font-weight:bold;
    color: inherit;
}

p#text
{
    font-size:inherit;
    color: #593d00;
}

p#bottom
{
    background-color:#99CCFF;
}
    

div.text
{
    font-size:12pt;
    font-style:normal;
    line-height:inherit;
    text-align:left;
    padding-top:5pt;
}

div.title
{
    font-size:13pt;
    font-weight:bold;
    color: inherit;
}

div.footer
{
    font-size:11pt;
    color: inherit;
    text-align:center;
}

div#d1
{
    background-color:Blue;
    float:left;
}

div#d2
{
    background-color:Red;
    float:right;
}

a:link, a:visited
{
    color: #8094d6;
}

a:hover
{
    color: #E03A3E;
}

a.tip
{
    position:relative;
    z-index:24;
}

a.tip:hover
{
    z-index:25;
}

a.tip span
{
    display:none;
}

a.tip:hover span
{
    font-weight:normal;
    display:block;
    position:absolute;
    top:20px;
    left:25px;
    width:250px;
    padding:3px;
    border:1px solid #000;
    background-color:#ddd;
    color:#000;
}

tr#header
{
    font-size:14pt;
    background-color:Silver;
}

img
{
    padding: 6px;
    border:none;
}

li#pic
{
    background: url('./Images/Wallpaper.JPG') left center no-repeat;
}


#nav
{
    width:250px;
    float:left;
    margin-top:1px;
    margin-right:18px;
}

#nav a
{
    text-decoration:none;
}

#nav ul
{
    list-style:none;
    margin: 12px 0px 0px 0px;
    padding: 0px;
}

#nav li a:link, #nav li a:visited
{
    border-bottom: 1px solid #ffffff;
    font-size:10pt;
    font-weight:normal;
    display: block;
    padding: 3px 0px 3px 3px;
    background-color:#ffe0ff;
    color: #000000;   
}

#nav li a:hover, #nav li a:active
{
    font-size: 10pt;
    font-weight:bold;
    display:block;
    padding:3px 0px 3px 3px;
    background-color: #6cac46;
    color: #111111;
}

#content
{
    width:600px;
    float:left;
}

#content a
{
    text-decoration:none;
    font-weight:bold;
}

.fakelink
{
    cursor:pointer;
    text-decoration:none;
    font-weight:bold;
    color:#E03A3E;
}

.map {
   position:relative;
   width: 500px;
   height: 400px;
   border:#555555 2px solid;
   margin-left:auto;
   margin-right:auto;
}


