
/*-全体の設定-----------------------------------*/

*{
        font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
        margin: 0;
        padding: 0;
}

body{
        text-align: center;
}

#container{
        width: 800px;
        background: #ffffff;
        border-top:1px solid #000000;
        border-left:1px solid #000000;
        border-right:1px solid #000000;
        border-bottom:1px solid #000000;
        margin-top: 20px;
        margin: 0 auto; /* Firefox 向けセンタリング指定 */
}

#contents{
        margin: 0 25px;
        padding: 20px 0 20px;
        clear: both;
}

#contents p{
        padding: 0 1em;
        line-height:150%;
        text-align:left;
}


/*-ヘッダーの設定--------------------------------*/

#header{
        width: 795px;
        height: 100px;
        margin: 0 auto;
        background-image: url(img/banner.png);
        text-align: left;
        font-size: 12px;
        padding-left: 5px;
        color: #ffffff;
}

.headeriti{
        padding-right: 5px;
        text-align: right;
}

/*-文字の設定------------------------------------*/

p {
        font-size: 14px;
        color: #000;
}

a{
        color: #0000ff;
}

a:hover {
        text-decoration:underline;
        color:#0033cc;
        position:relative;top:2px;left:2px;
}

h1,h2{
        font-size: 100%;
}

/*-テーブルの設定--------------------------------*/

td{
        font-size: 12px;
        padding: 0px 5px 0px 5px;
        text-align: left;
}

table{
        border-collapse: collapse;
        margin-left:auto;margin-right:auto;
}


/*-見出しの設定----------------------------------*/

h2{
        font-size: 14px;
        text-align: left;
}


/*-バナーの設定-----------------------------------*/

.asp{
        text-align: center;
}

.aspt{
        text-align: center;
}

/*-フッターの設定---------------------------------*/

#footer {
        color:#666;
        text-align: center;
        padding-top: 5px;
        padding-right:20px;
        padding-left:20px;
        padding-bottom: 0px;
        font-size: 12px;
        border-top:1px solid #000000;
        height: 60px;
        background-image: url(img/banner.png);
}

#footer a {
        color:#666;
        text-decoration : none;
        font-size: 12px;
}


a {
text-decoration: none;
}
