@charset "Shift_JIS";

*
{
    margin:0;
    padding:0;
    line-height:1.6
}

body
{
    background-color: #A0DBFF;
    background-image: url("bg03.gif") ;
    color: black;
    font-family:  Verdana, "MS UI Gothic", Geneva, Arial, sans-serif;
    font-size:100%;
}

h1
{
    padding: 5px;
    background:transparent;
    color:#666699;
    font-size:160%;
    text-align:center;
}

h2
{
    font-size: 130%;
    border-top:1px solid #9999FF;
    border-bottom:1px solid #9999FF;
    color:#666699;
    background:transparent;
    padding-left:1em;
}

h3
{
    font-size:110%;
    background:transparent;
    color:#666699;
    margin-top:2%;
    border-top:1px solid #9999FF;
    border-bottom:1px solid #9999FF;
}

p
{
    margin:2% 0;
    text-align: center;
}

ul
{
    margin:2% 8%;
}

dt
{
    font-size: 110%;
}

dd
{
    margin-left: 1em;
}

address
{
    font-style: italic;
    border-top: 1px solid #9999FF;
    border-bottom: 1px solid #9999FF;
    color: #666699;
}

img
{
    border-style: none;
    vertical-align: middle;
    margin: 3px;
}

/* ********** アンカー ********** */
a:link
{
    color: #800000;
}

a:visited
{
    color: #CC66FF;
}

a:hover
{
    color: #FF0000;
}

/* ********** divによる階層 ********** */
div
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
}

div#outline
{
    width: 750px;
    margin: 0 auto;
}

div#main
{
    width: 500px;
    float: left;
}

div#contents
{
    width: 210px;
    float: right;
}

/* ********** フッター ********** */
div#header,
div#footer
{
    clear: both;
    text-align: center;
}
