@charset "UTF-8";
/* =========================== */
/* 全頁共通 */
/* =========================== */

/* -------- ヘッダー -------- */
div#header div.jump {
   display:none;
}

h1 span {
   font-size:80%;
}
/* -------- コンテンツ -------- */
div#contents div.part p {
   margin:0.8em 0em;
   line-height:1.3em;
}
div#contents div.part p.lead {
   clear:both;
   line-height:1.4em;
   font-weight:bold;
}
div#contents div.part p.signature {
   text-align:right;
}
div#contents div.part img.right {
   float:right;
   clear:right;
   margin-left:0.5em;
   margin-bottom:0.5em;
}
div#contents div.part img.left {
   float:left;
   clear:left;
   margin-right:0.5em;
   margin-bottom:0.5em;
}
div#contents div.part table {
   width:100%;
   border-collapse:collapse;
   border-style:solid;
   border-color:#000000;
   border-width:1px;
}
div#contents div.part table tbody th {
   border-style:solid;
   border-color:#000000;
   border-width:1px;
   padding:0.2em;
   width:20%;
   vertical-align:top;
   text-align:left;
}
div#contents div.part table tbody td {
   border-style:solid;
   border-color:#333333;
   border-width:1px;
   padding:0.2em;
   width:80%;
}

div#contents div.pagetop {
   display:none;
}

/* -------- メニュー -------- */
div#menu {
   display:none;
}
/* -------- フッター -------- */
div#footer hr {
   display:none;
}
div#footer p.copyright {
   text-align:right;
}

