﻿/********************************
* ご利用に当たって
*******************************/
body   
{
    background: #FFFFFF;
    font-size: 0.8em;
    font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
}

a:link, a:visited
{
    color: #4169e1;
    text-decoration: none;
}

a:hover
{
    color: #191970;
    text-decoration: none;
}

a:active
{
    color: #191970;
}

p
{
    padding:10px;
    margin-bottom: 10px;
    line-height: 1.6em;
}

img 
{
    border:none;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #00008b;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0px;
    border-bottom: 1px solid #CCCCCC;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align:center;
}

h2
{
    font-size: 1.5em;
    text-align:center;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#staHeader 
{
    margin:60px 10px 10px 10px;
    position:relative;
}
a.RtnBtn
{
    display:block;
    width:auto;
    padding:3px;
    margin:2px;
    font-size:0.8em;
    position:absolute;
    top:0px;
    right:0px;
    text-align:center;
    border:1px solid #b0c4de;
}
a.RtnBtn:hover
{
    background-color:#e6e6fa;
}
#staContents
{
}
#staContentsL
{
    padding:10px;
    float:left;
    width:47%;
    min-width:300px;
}
#staContentsR
{
    padding:10px;
    float:left;
    width:47%;
    min-width:300px;
}
#staFooter 
{
    clear:both;
    text-align:center;
    margin:5px;
}