@charset "utf-8";

*
{
    margin: 0px;
    padding: 0px;
}
body
{
    width: 900px;
    margin: 0px auto 20px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h2
{
    font-size: medium;
    color: #000000;
}
h3
{
    font-size: medium;
    color: #000000;
}
p,li,td,th, dt, dd
{
    font-size: small;
    color: #000000;
}
a
{
    color: #0E3E9E;
    text-decoration: none;
}
a:link
{
}
a:visited
{
}
a:hover
{
    text-decoration: underline;
}
a:active
{
}
img
{
    border: 0px;
    vertical-align: bottom;
}
ul
{
    list-style-position: outside;
    list-style-type: none;

}
#headerArea
{
    height: 78px;
    border-bottom: 5px solid #003399;
    margin-bottom: 33px;
}
#mainArea
{
    width: 900px;
}
#footerArea
{
    margin-top: 30px;
    border-top: 5px solid #003399;
}
#contentsArea
{
    width: 699px;
}
#sideArea
{
    width: 201px;
}

#footerNaviArea
{
    margin-top: 12px;
    text-align: center;
}
#footerNaviArea p
{
    font-size: 12px;
    color: #0E3E9E;
}
#footerNaviArea p span
{
    padding-left: 2em;
    padding-right: 2em;
}
#copyrightArea
{
    margin-top: 9px;
    margin-bottom: 9px;
    text-align: center;
}
#copyrightArea p
{
    font-size: 12px;
    color: #0E3E9E;
}
#headerNaviArea
{
    margin-top: 10px;
    margin-right: 10px;
    text-align: right;
}
#headerNaviArea p
{
    font-size: 12px;
}
#headerNaviArea span
{
    padding-left: 6px;
    padding-right: 6px;
    color: #FFFFFF;
}
#searchArea
{
    margin-top: 5px;
    margin-right: 10px;
    text-align: right;
}
#searchArea #searchQuery input
{
    width: 120px;
    margin-right: 12px;
}

#loginArea
{
    width: 162px;
    margin-bottom: 30px;
}
#loginArea .contents
{
    background-image: url("login_bk.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}
#loginArea form
{
    font-size: small;
    margin-left: 18px;
}
#loginArea form label
{
    font-weight: bold;
}
#loginArea #loginUserid
{
}
#loginArea #loginPassword
{
    margin-top: 10px;
}
#loginArea #loginSubmit
{
    margin-top: 10px;
    margin-left: 0px;
}
#loginArea input
{
    margin-top: 4px;
    width: 120px;
}
#loginArea #loginForget
{
    font-weight: bold;
    margin: 15px 18px 0px 18px;
    padding-left: 18px;
    font-size: 12px;
    line-height: 14px;
    background-image: url("mark1.gif");
    background-position: left;
    background-repeat: no-repeat;
}


/*** add by jek ***/


#loginArea div.newuser {
text-align:center;
margin-top:10px;
}

/*** /add by jek ***/


#pr160x600Area
{
    margin-bottom: 30px;
}

img.imageFrame1
{
    padding: 1px;
    border: 1px solid #9A9A9A;
}
