﻿@charset "UTF-8";

/* ----------------------------------
ページ全体
------------------------------------*/
body,
.item  {
    overflow: visible !important;
}

body { 
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4; 
    color: #000; 
    background: none; 
    font-size: 12pt;
}

header,
footer,
#left_frame {
    display: none;
}

#right_frame section {
    page-break-after: always;
}

/* ----------------------------------
見出し／テキスト
------------------------------------*/
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
h1{font-size:21pt;}
h2#menu1,
h2#menu2{font-size:19pt; font-weight: bold;}
h3{font-size:15pt;}
h4,h5,h6{font-size:14pt;}
 
p, h2, h3 { orphans: 3; widows: 3; }
 
code { font: 12pt Courier, monospace; } 
blockquote { margin: 1.2em; padding: 1em;  font-size: 12pt; }
hr { background-color: #ccc; }

/* ----------------------------------
リンク
------------------------------------*/
/* Links */
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
 
abbr[title]:after { content: " (" attr(title) ")"; }
