@charset "UTF-8"

/* basic */
* {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    text-align: left;
}

body {
    line-height: 1.4;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    margin-left: 50px;
    margin-right: 50px;
}

html {
    overflow-y: scroll;
}

h1, h2, h3, h4, h5 {
    background: url(./images/th.jpg) repeat-x bottom;
    margin-bottom: 0.1em;
    border-style: solid;
    border-color: #DDD;
}
h1 {
    border-width: 5px 1px 1px 20px;
    padding: 0.4em 0.4em
}
h2 {
    border-width: 4px 1px 1px 10px;
    padding: 0.2em 0.4em
}
h3 {
    border-width: 3px 1px 1px 5px;
    padding: 0.2em 0.4em
}
h4 {
    border-width: 2px 1px 1px 3px;
    padding: 0.1em 0.4em
}
h5 {
    border-width: 1px 1px 1px 1px;
    padding: 0.1em 0.4em
}
p,li,dt,dl {
    line-height: 1.6;
}
p {
    margin: 0 0 1em 0;
}
img {
    border: 0;
}
.clear {
    clear: both;
}

/* link color*/
a:link {
    color: #078D00;
    text-decoration: none;
}
a:visited {
    color: #189B12;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #666;
}

/* table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    border: 1px solid #DDD;
}
th, td {    
    padding: 10px 20px;
    color: #1D5C79;
}
th {
    background: url(./images/th.jpg) repeat-x bottom;
    border: 1px solid #DDD;
    color: #333;
}
td {
    border: 1px solid #DDD;
    color: #333;
}

td.top {
    vertical-align: text-top;
    width:1024px;
}



/* output on the terminal */
pre.term {
    background-color: black;
    border: solid 2px ActiveBorder;
    color: white;
    //font-family: "MS�S�V�b�N";
    font-size: 100%;
    padding: 4px;
}

/* code title */
p.ctitle{
    background: url(./images/th.jpg) repeat-x bottom;
    border:dotted #CCCCCC;
    border-width:1px 0px 0px 1px;
    padding: 0px 0px 0px 10px;
    margin-bottom: -14px;
}

/* blockquote */
blockquote {
    background: #eeeeff;
    color: #000000;
    padding: 5px;
    border: 2px dotted #DDD;
    width: auto;
}

div.notice {
    background: #eeeeff url(./notice.png) no-repeat scroll 2px 2px;
    text-indent:31px;
    color: #000000;
    padding: 5px;
    border: 2px dotted #DDD;
    width: auto;
}


div.column_head
{
    margin: 0 0 0 0;
    padding: 2px 2px 2px 6px;
    background-color: #BDCFEF;
    line-height: 120%;
    font-weight: bold;
    font-size: 90%;
    border-top: solid 1px #7B7B7B;
    border-bottom: solid 0px #7B7B7B;
    border-left: solid 1px #7B7B7B;
    border-right: solid 1px #7B7B7B;
}
div.column
{
    margin: 0 0 10px 0;
    padding: 6px 6px 6px 6px;
    background-color: #E0EBFC;
    line-height: 120%;
    font-size: 90%;
    border-top: solid 1px #7B7B7B;
    border-bottom: solid 1px #7B7B7B;
    border-left: solid 1px #7B7B7B;
    border-right: solid 1px #7B7B7B;
    letter-spacing: 1px;
    border: 2px dotted #DDD;
}
div.column .clm_title {
    margin: 0px 0px 4px 0px;
    padding: 2px 2px 2px 6px;
    background-color: #BDCFEF;
    line-height: 120%;
    font-weight: bold;
    border-bottom: solid 0px #7B7B7B;
}
div.column .clm_content {
    padding-right: 4px;
}
div.column .clm_content p{
    margin-bottom: -12px;
}

/* link icon */
a[href$='.pdf'] {
    padding-right: 18px;
    background: transparent url(./images/pdf.gif) no-repeat center right;
}
a[rel='pdf'] {
    padding-right: 18px;
    background: transparent url(./images/pdf.gif) no-repeat center right;
}
a[rel*='pdf'] {
    padding-right: 18px;
    background: transparent url(./images/pdf.gif) no-repeat center right;
}
a[rel~='pdf'] {
    padding-right: 18px;
    background: transparent url(./images/pdf.gif) no-repeat center right;
}
a[href^="mailto:"] {
    padding-right: 18px;
    background: transparent url(./images/mailto.gif) no-repeat center right;
}
a[class="popup"] {
    padding-right: 18px;
    background: transparent url(./images/popup.gif) no-repeat center right;
}
a[href$='.doc'] {
    padding-right: 18px;
    background: transparent url(./images/doc.gif) no-repeat center right;
}
a[href$='.xls'] {
    padding-right: 18px;
    background: transparent url(./images/xls.gif) no-repeat center right;
}
a[href^='http'] {
    padding-right: 18px;
    background: transparent url(./images/external.gif) no-repeat center right;
}
