﻿@charset "utf-8";

/*　ブラウザスタイルの初期化　*/
*
{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
    color: #330000;
}

li
{
    list-style: none;
}
/*　初期化はここで終わり　*/

body
{
    background-color: #FFF8FF;
    text-align: center;
}

#container
{
    background-image: url("../images/top01.jpg");
    width: 800px;
    margin: 8px auto;
    text-align: left;
}

#header
{
    background-image: url("../images/top.jpg");
    width: 800px;
    height: 270px;
    position: relative;
}

h1
{
    font-size: 1px;
    color: #ffe5f4;
    position: absolute;
    top: 250px;
    left: 0px;
}

h2
{
    position: absolute;
    top: 236px;
    left: 605px;
}

#contents
{
    width: 690px;
    height: 440px;
    margin: 60px auto;
}

#contents h3 a
{
    font-size: 1px;
    color: #ffe5f4;
    height: 220px;
    width: 230px;
    display: block;
    float: left;
    background-image: url(../images/01_06.png);
}

#contents h3#iti a
{
    background-position: 0 0;
}

#contents h3#iti a:hover
{
    background-position: 0 -220px;
}

#contents h3#ni a
{
    background-position: -230px 0;
}

#contents h3#ni a:hover
{
    background-position: -230px -220px;
}

#contents h3#san a
{
    background-position: 230px 0;
}

#contents h3#san a:hover
{
    background-position: 230px -220px;
}

#contents h3#shi a
{
    background-position: 0 440px;
}

#contents h3#shi a:hover
{
    text-align: center;
    background-position: 0 220px;
}

#contents h3#go a
{
    background-position: -230px 440px;
}

#contents h3#go a:hover
{
    background-position: -230px 220px;
}

#contents h3#roku a
{
    background-position: 230px 440px;
}

#contents h3#roku a:hover
{
    text-align: center;
    background-position: 230px 220px;
}

img
{
    border: none;
}

div#footer
{
    width: 700px;
    margin: 0 auto;
    border-top: 2px solid #b0b0b0;
    text-align: right;
    line-height: 2em;
    vertical-align: bottom;
    clear: both;
}

#footer address
{
    color: #888888;
}