﻿@charset "utf-8";
* {
    margin: 0 auto;
    padding: 0;
}
html
{  
    overflow-y:scroll;
}
table,img,p {
    border: 0;
}
body
{
    background-color: #e0ffff;
    font-size: 10pt;
    line-height: 140%;
    letter-spacing: 1px;
    font-family: 'ＭＳ Ｐゴシック';
    margin-top: 0px;
    text-align: center;
}
div#header
{
    background-color: #ffffff;
    width: 780px;
    margin: 0 auto;
    padding-top: 10px;
}

div#header div#title
{
    background-color: #ffffff;
    width: 780px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

div#header div#title h1
{
    line-height: 120%;
    font-size: 11pt;
    color: #0033ff;
}

div#header div#title a.company_link
{
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

div#header div#title h2#about
{
    line-height: 120%;
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
}

h2#H2_1
{
    font-size: 11pt;
    letter-spacing: 1px;
}

h2#shiken
{
    font-size: 9pt;
    letter-spacing: 0px;
    line-height: 120%;
    margin-top: 5px;
    font-weight: normal;
}

h2#subtext
{
    padding-top: 10px;
    font-size: 11pt;
    color: #0000ff;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

div#header div#menu
{
    background-color: #ffffff;
    width: 780px;
    padding-bottom: 0px;
    padding-top: 15px;
    border-bottom: #0066ff 3px solid;
}

div#header a.order
{
    font-size: 12pt;
    background-color: #ff0000;
    color: #ffffff;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    font-weight: bolder;
    margin-right: 5px;
    text-decoration: underline;
}

div#header div#menu a
{
    background-color: #0066ff;
    color: #ffffff;
    font-size: 11pt;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 10px 5px 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-decoration: none;
}

div#header div#menu a:hover
{
    background-color: #ff0000;
}

div#container
{
    background-color: #ffffff;
    width: 780px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
}

div#container div#main
{
    width: 740px;
    text-align: left;
    line-height: 120%;
    font-size: 11pt;
    color: #333333;
}

div#container div#main a,
div#container div#main a:visited
{
    color: #0000FF;
    font-weight: bold;
}

div#container div#main h1
{
    width: 740px;
    text-align: left;
    font-size: 20pt;
    line-height: 150%;
    border-bottom: #0000ff 3px double;
    margin-bottom: 5px;
    color: #0066ff;
}

div#container div#main table th,
div#container div#main table td
{
    background-color: #ffffff;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
}
div#container div#main table th
{
    text-align: right;
}

div#container div#main table th.topheader
{
    text-align: left;
    font-size: 12pt;
    color: #000088;
}

div#container div#main table td
{
    font-size: 9pt;
}
div#container div#main table.font12pt td
{
    font-size: 12pt;
}

div#container div#main table td input
{
    border-right: #696969 1px solid;
    font-size: 12pt;
    border-bottom: #696969 1px solid;
    border-left: #696969 1px solid;
    border-top: #696969 1px solid;
}

div#container div#main table td input.noborder
{
    font-size: 12pt;
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-style: none;
}

div#footer
{
    margin: 0 auto;
    border-top: #0000ff 1px;
    background-color: #0066ff;
    width: 780px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 110%;
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
}

div#footer a
{
    color: #ffffff;
}

