@CHARSET "windows-31j";

* {
    margin      : 0px;
    padding     : 0px;
}

body {
    font        : normal 80% "sans-serif";
    text-align  : center;
    height      : 100%;
    background-color: #006699;
}

p {
    margin-bottom: 10px;
}

/* リンク時の文字色の設定 */
a {
    color:  #191970;
    text-decoration: none;
}
a:visited {
    color: #191970;
    text-decoration: none;
}
a:hover {
    color: #191970;
    background-color: #E6E6FA;
}

img {
    display : block;
    border  : none;
}

div#blkMainBody {
    position    : relative;
    margin      : 0px auto;
    padding     : 0px 10px;
    height      : 100%;
    width       : 980px;
    color       : #333333;
    background-image:url(../img/back.gif);
    text-align  : center;
}

h1#h1Main {
    float               : right;
    margin              : 0px ;
    padding-top         : 3px;
    width               : 680px;
    height              : 73px;
    background-color    : white;
    text-align          : right;
    font-size           : 90%;
    color               : navy;
}

div#blkHeader {
    float               : left;
    margin              : 0px;
    padding             : 0px;
    width               : 300px;
    height              : 75px;
    background-color    : white;
    text-align          : left;
}

img#imgMainLogo {
    margin  : 0px;
    display : block;
    width   : 250px;

}

div#blkMainDetail {
    clear               : both;
    height              : 100%;
    width               : 100%;
    background-color    : white;
    text-align          : left;
    border-left: 1px solid #006699;
    border-right: 1px solid #006699;
}

div#blkLeftDetail {
    position: relative;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 250px;
    border-top: 1px solid #006699;
}

div#blkRightDetail {
    position: relative;
    margin  : 0px;
    padding : 0px;
    float   : right;
    width   : 729px;
    height  : 100%;
}

/*** Footer ***/
div#blkFooter {
/*	position: relative;*/
    clear: both;
    width: 980px;
    height:35px;
    background-image:url(../img/footer_back.gif);
    background-position: top;
    background-color: white;
}

div#blkCopyright{
    margin:0px;
    padding: 15px 5px 0px 0px;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-size: 80%;
    text-align: right;
}

/*** Main Menu ***/
ul#lstMainMenu {
    list-style      : none;
    padding         : 0px 8px;
    margin          : 0px;
    height          : 24px;
    width           : 713px;
    background-color: #006699;
}

#lstMainMenu li {
    margin          : 0px;
    padding         : 2px 0px;
    float           : left;
}

/*** Main Left ***/
#blkLeftDetail div.leftValue {
    padding             : 1px 0px 1px 0px;
    border-bottom       : 1px solid #006699;
    width               : 100%;
}

div#blkWorksMenuTop {
    margin          : 0px;
    padding         : 2px 0px;
    height          : 83px;
    width           : 100%;
}

ul.lstWorksMenuTop {
    float           : left;
    margin          : 0px;
    padding         : 0px;
    height          : 83px;
    width           : 50%;
    list-style      : none;
}

ul.lstWorksMenuTop img {
    cursor      : pointer;
}

table#tblWrksMenu {
    margin          : 2px;
    border-collapse : collapse;
    border          : 1px solid #006699;
    width           : 246px;
}

#tblWrksMenu caption {
    padding         : 2px 0px 0px 0px;
    height          : 18px;
    color           : white;
    background-color: #006699;

}

#tblWrksMenu td {
    border          : 1px solid #006699;
    height          : 20px;
    width           : 50%;
    color           : navy;
    font-size       : 12px;
    background-color: #f0f8ff;
}

#tblWrksMenu td a {
    padding         : 3px !important;
    display         : block;
    padding         : 0px 3px;
    height          : 14px;
}

#tblWrksMenu td a img {
    display         : inline;
    vertical-align  : text-top !important;
    vertical-align  : middle;/* IE6 */
}

/* contents common */
div#blkContentsBody {
    height          : auto !important;
    height          : 885px;
    min-height      : 850px;
    border          : 1px solid #006699;
}

h2#hPageTitle {
    margin          : 10px 5px;
    padding         : 3px 0px;
    height          : 14px;
    width           : 700px;
    border-left     : 5px solid #006699;
    border-right    : 5px solid #006699;
    background      : #f0f8ff url(../img/page_head_back.jpg) repeat-x center ;
    color           : navy;
    font-size       : 110%;
    text-align      : center;
}