﻿@import "c_s_print.css";
@import "vb_s_print.css";
@import "java_s_print.css";
@import "program_etc_print.css";

body 
{
    margin:0;
}
div.body
{
    margin:0;
}

div.copyright
{

}
address.mail_address
{
}
div.headnavi
{
    background-color:#e0e0e0;
}
div.footnave
{
    background-color:#E0E0E0;
}

div.pagedate
{
    
}
hr.clearboth
{
    clear: both;
}
h1
{
    text-align: center;
    margin: 1em;
    color: #0000ff;
}
h2
{
    margin: 0.5ex;
    padding: 0.5ex;
    background-color: #ffcccc;
    border-bottom: red dashed;
    border-left: red dashed;
    
}

h3
{
    border-bottom: green dotted;
    font-size: large;
    margin-top: 1em;
    padding-left: 1em;
    margin-right: 1em;
    margin-left: 1em;
}
h4
{
    border-bottom: blue dotted;
    font-size: medium;
    margin-top: 1em;
    padding-left: 1.5em;
    margin-right: 1.5em;
    margin-left: 1.5em;
}
p
{
    line-height: 1.2em;
    text-indent: 1em;
    padding-right: 2em;
    padding-left: 2em;
}
li
{
	
    line-height: 1.1em;
}
strong
{
    color: Red;
    font-style: italic;
}

div.contentnavi
{
}
a.gomenu
{
    text-align:center;
}
a.gonext
{
    text-align:right;
}
a.goprevious
{
    text-align:left
}
img.border
{
    border-right: aqua thin solid;
    border-top: aqua thin solid;
    border-left: aqua thin solid;
    border-bottom: aqua thin solid;
}

h2 strong
{
    color:Blue;
}


div.column
{
    margin: 0;
    padding: 0;
    border-right: teal thick double;
    border-top: teal thick double;
    border-left: teal thick double;
    border-bottom: teal thick double;
    background-color: #ffffcc;
}

pre
{
    font-size:xx-small;
}

div.none
{
    margin: 0;
    padding: 0;
    border-right: #696969 thin solid;
    border-top: #696969 thin solid;
    border-left: #696969 thin solid;
    border-bottom: #696969 thin solid;
    background-color: #d3d3d3;
}