_/*ページのレイアウト*/

body{
　　text-align:left;
     background-color:#ffffff;
    }
.contents {
    width: 800px;
    }
.hedear {
    width: 800px;
    height: 99px;
    margin: auto;
    background-image: url(head13.gif);
    }
.main {
    width: 560px;
    float: left;
    padding-left: 10px;
    }
.side {
    float: left;
    width: 200px;
    margin-left: 20px;
    }

h1  {
    font-size: 14px; 
    color: #666666;
    margin: 0px;
    text-align: left;
    }
h2  {
    font-size: 13px;
    color: #666666;
    text-align: left;
    margin: 0px;
    padding-top: 2px;
    }
h3  {
    font-size: 13px;
    color: #666666;
    text-align: left;
    margin: 2px;
    padding-top: 5px;
    }
h4  {
    font-size: 13px;
    color: #666666;
    text-align: left;
    margin: 2px;
    padding-top: 2px;
    }
p   {
    font-size: 12px;
    color: #666666;
    margin: 5px;
    text-align: left;
    line-height: 150%;
    }
a:link {
    color:#0000ff;
    }
a:visited {
    color:#0000ff;
    }
a:hover {
    color:#0073aa;
    }
a:active {
    color:#f07800;
    }
.side b a {
    font-size: 14px;
    display: block;
    width: 200px;
    height: 30px;
    background-color:#ffffff;
    border-bottom:solid 1px #666666;
    text-align: left;
    text-decoration:none;
    margin: 0px;
    line-height: 30px;
    }
.side b a:hover {
    background-color:#fbe1fd;
    }
.side ul a {
    font-size: 14px;
    margin: 0px;
    text-align: left;
    line-height: 150%;
    text-decoration:none;
    }
.side a:link {
    color:#666666;
    }
.side a:visited {
    color:#666666;
    }
.side a:hover {
    color:#0073aa;
    }
.side a:active {
    color:#f07800;
    }
strong {
    font-weight: normal;
    }
.footer {
    width: 800px;
    margin: auto;
    text-align: center;
    }
.footer a {
    font-size: 12px;
    margin: 10px;
    line-height: 10px;
    text-decoration:none;
    }
address {
    font-size: 11px;
    text-align: left;
    font-style: normal;
    border-top: dashed  1px #663300;
    padding-top: 5px;
    margin-top: 5px;
    clear: both;
    }
 

_/*ページのレイアウト*/

