@charset "utf-8";

*
{
    margin: 0px;
    padding: 0px;
}
body
{
    width: 1000px;
    margin: 0px auto 0px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h2
{
    font-size: medium;
    color: #000000;
}
h3
{
    font-size: medium;
    color: #000000;
}
p,li,td,th,dt,dd,textarea,input,form
{
    font-size: small;
    color: #000000;
}
a
{
    color: #18308D;
    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;

}
ol
{
    list-style-position: inside;

}
fieldset
{
    border: #cccccc 1px solid;
}
em
{
    font-style: normal;
    font-weight: bold;
    color: #cc0000;
}
#headerArea
{
    height: 70px;
    background-image: url('../images/header_bg.gif');
    background-repeat: repeat-x;
    background-position: left top;
}
#mainArea
{
    width: 1000px;
    background-image: url('../images/main_bg.gif');
    background-repeat: repeat-y;
    background-position: left top;
}
#footerArea
{
    height: 80px;
    background-image: url('../images/footer_bg.gif');
    background-repeat: repeat-x;
    background-position: left top;
}
#sideArea
{
    width: 205px;
    height: 810px;
    padding-bottom: 30px;
    background-color: #E3E3E6;
    background-image: url('../images/side_bg.gif');
    background-repeat: repeat-x;
    background-position: left top;
}
#contentsArea
{
    width: 790px;
    padding-left: 5px;
}
#logoArea
{
    margin-top: 40px;
    margin-bottom: 40px;
}
#naviArea
{
}
#naviArea img
{
    vertical-align: bottom;
}
#naviArea ul li
{
    margin-bottom: 8px;
}
#bannerArea
{
    margin-top: 50px;
    margin-left: 13px;
}
#headerNaviArea
{
    position: absolute;
    top: 25px;
    margin-left: 852px;
}
#headerNaviArea p
{
}
#headerLoginArea
{
    position: absolute;
    top: 20px;
    margin-left: 490px;
    font-size: 12px;
}
#headerLoginArea form
{
}
#headerLoginArea .formLabel
{
    font-weight: bold;
    color: #18308D;
}
#headerLoginArea label
{
    font-weight: bold;
    padding-right: 5px;
}
#headerLoginArea input.text
{
    width: 100px;
}
#headerLoginArea input#submit
{
    position: relative;
    top: -3px;
}
#notesArea
{
    height: 40px;
}
#notesArea p
{
    font-size: 12px;
    padding-top: 15px;
    padding-right: 15px;
    text-align: right;
    color : #FFFFFF;
}
#copyrightArea
{
    height: 40px;
    width: 240px;
}
#copyrightArea p
{
    font-size: 12px;
    padding-left: 15px;
    padding-top: 12px;
}
#footerNaviArea
{
    height: 40px;
    width: 1000px;
}
#footerNaviArea p
{
    font-size: 12px;
    text-align: right;
    padding-top: 12px;
    padding-right: 15px;
}
#footerNaviArea p a
{
    color: #000000;
}
.naviFlash
{
    text-align: center;
    margin-top: 12px;
    margin-bottom: 24px;
}

.lTxt
{
    text-align: right;
}
.cTxt
{
    text-align: center;
}
.rTxt
{
    text-align: right;
}
.rBtn
{
    text-align: right;
    margin: 12px 60px 12px 0px;
}
.rImg
{
    text-align: right;
    margin: 12px 30px 12px 0px;
}
