@charset "UTF-8";
/**
 * プリント用のスタイルシート。
 */
* {
    font-family: "ＭＳ Ｐ明朝", serif;
    vertical-align: 0;
}

h1, h2, h3, p,
span, em, strong, a, 
th, dt, ul li, ol li, dl dt, dl dd {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    color: #000;
}

body {
	overflow: visible !important;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 10pt;
    line-height: 1.4;
}

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

p, dt, dd, th, td, li  {
    line-height: 1.4;
}

#navi_outer,
#contents_outer,
#footer_outer {
    text-align: right;
}

#navi_outer,
#contents_outer,
#footer_outer {
    width: 92%;
    margin-left: auto;
    text-align: left;
}

table {
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #000;
    padding: 6px 8px;
    vertical-align: top;
    text-align: left;
    font-size: 9pt;
}

a:after {
    content: " | " attr(href) " ";
    font-size: 9pt;
}

#navi_home a:after {
    content: "";
}
