@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  height: 100%;
  font-size: 90%;
   overflow: auto; /* 背景は見出し表示用 */
}
body {
/*  height: 100%; /*  overflow: hiddenでスクロールバーが消えるので無効に*/
  border: 0;
  background-color: #ffffff;
/*   overflow: hidden; /* 背景は見出し表示用 */
}
body, td, th, select, option {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
  font-weight: lighter;
  letter-spacing: 0; 
}
/* header
----------------------------------------------- */
#header {
  clear: both;
}
#headerContainer {
  padding: 0 5px;
}

/* banner
----------------------------------------------- */
#banner {
  clear: both;
  margin-bottom: 7px;
}
#bannerContainer {
  padding: 0 5px;
}

/* navi
----------------------------------------------- */
#navi {
  clear: both;
}
#naviContainer {
  padding: 0 5px;
}

/* main
----------------------------------------------- */
#main {
  clear: both;
  margin-top: 5px;
  padding: 0 5px;
}
#main:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

input, textarea {
  font-size: 110%;
  _font-size: 100%;
  font-family: Arial, sans-serif;
}
blockquote {
  margin: 10px 20px;
}
h1, h2, h3, h4, h5 {
  font-size: 120%;
}
img {
  border-style: none;
}
strong {
  font-weight: bold;
}
pre {
  font-family: SimHei, "ＭＳ ゴシック", monospace;
}
/*table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}*/
ul {
  list-style-type: none;
  list-style-position: outside;
}
li {
  margin: 0;
  padding: 0;
 list-style-position:outside;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
a {
  color: #003399;
}
a:visited {
  color: #660099;
}
a:hover {
  color: #CA0000;
  text-decoration: underline;
}

/* =========================================================
   Common Classes.
========================================================= */

/* blank to clear
----------------------------------------------- */
div.clearBlank {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

/* icon
----------------------------------------------- */
img.fileIcon {
  position: relative;
  margin-right: 3px;
  vertical-align: middle;
}

/* Notices
----------------------------------------------- */
ul.notices {
  margin: 0px 0px 15px;
  padding: 5px 10px;
  background-color: #ddeeff;
  border: 1px solid #bbddff;
}
ul.notices li {
  color: #3355ff;
}

/* Errors
----------------------------------------------- */
.formError {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ee0000;
  color: #ee0000;
}
.elementError {
  margin: 3px 0 0;
  color: #e00;
}
.errorExplanation {
  margin: 20px 20px;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #fff6f7;
  color: #c20;
}
.errorExplanation h2 {
  margin: -10px -15px 10px;
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 8px 8px 0px 0px;
  background-color: #f56;
  color: #fff;
}
.errorExplanation p {
  margin: 0px 0px 5px;
  font-size: 110%;
  font-weight: bold;
}
.errorExplanation ul {
  margin: 0px 20px;
  list-style-type: disc;
}
.errorExplanation li {
  padding: 1px 0px;
}

/* field with errors
----------------------------------------------- */
.field_with_errors {
  display: inline;
}
.field_with_errors input,
.field_with_errors textarea, 
.field_with_errors select {
  border: 1px solid #e00;
}
.field_with_errors input[type=radio] {
  margin-right: 6px;
  outline: 1px solid #e00;
}
.field_with_errors + .field_with_errors,
.field_with_errors ~ .field_with_errors {
  display: inline;
}
.field_with_errors input[type="hidden"] {
  display: none;
}

/* Table for list
----------------------------------------------- */
table.list {
  width: 100%;
}
table.list th {
  padding: 6px 7px;
  border: 1px solid #bbbbbb;
  background-color: #e4e4e4;
  color: #000000;
  font-weight: lighter;
  text-align: left;
}
table.list td {
  padding: 6px 7px;
  border: 1px solid #cccccc;
}
table.list tr.cycle td {
  background-color: #f7f7f7;
}

/* Table for form
----------------------------------------------- */
table.form {
  width: 100%;
  margin: 10px 0 0;
}
table.form th {
  width: 200px;
  padding: 6px 7px;
  border: 1px solid #bbbbbb;
  background-color: #e4e4e4;
  color: #000000;
  font-weight: lighter;
  text-align: left;
}
table.form td {
  padding: 6px 7px;
  border: 1px solid #cccccc;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0 10px;
}
div.submitters input {
  padding: 2px 20px;
}

/* feed
----------------------------------------------- */
.feed {
  position: relative;
  top: -26px;
  right: 10px;
  float: right;
  background-color: transparent;
}
.feed a, .feed a {
  display: inline-block;
} 
.feed a.rss, .feed a.atom, a.feedRss, a.feedAtom {
/*    display: block; */
/*    position: absolute; */
    top: 10px;
    left: 0;
    width: 67px;
    height: 22px;
    text-align: left;
    text-indent: -9999em;
/*  margin-right: 5px;
  padding: 0 5px;
  border-top: 1px solid #EAA081;
  border-right: 1px solid #B84000;
  border-bottom: 1px solid #B84000;
  border-left: 1px solid #EAA081;
  background-color: #D64000;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none; */
}

.feed a.rss, a.feedRss {
    background: url(../img/index/btn_infoRss.gif) no-repeat 0 0;
}
.feed a.atom, a.feedAtom {
    background: url(../img/index/btn_infoAtom.gif) no-repeat 0 0;
}

/* pagination
----------------------------------------------- */
.pagination {
  text-align: center;
}
.pagination a {
  padding: 0 6px;
}
.pagination em {
  padding: 0 3px;
  font-weight: bold;
  font-size: 150%;
  font-style: normal;
}

/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/default.gif);
}
.iconBmp {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/bmp.gif);
}
.iconCsv {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/csv.gif); 
}
.iconDoc,
.iconDocx {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/doc.gif); 
}
.iconGif {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/gif.gif); 
}
.iconJpg {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/jpg.gif); 
}
.iconJpe {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/jpg.gif); 
}
.iconJpeg {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/jpg.gif); 
}
.iconJtd {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/jtd.gif); 
}
.iconLzh {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/lzh.gif); 
}
.iconPdf {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/pdf.gif); 
}
.iconPng {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/png.gif); 
}
.iconPpt {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/ppt.gif); 
}
.iconTxt {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/txt.gif); 
}
.iconXls,
.iconXlsx {
  height: 40px;
  padding: 12px 5px 12px 42px;
  line-height: 3.3;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/xls.gif);
}
.iconZip {
  background-image: url(/_common/images/icons/zip.gif); 
}

/* contentArticleDoc
*************************************** */
.contentArticleDoc .body,
.contentPage .body {
   font-size : 104%;
}
/* H2 H3 H4
*************************************** */
.contentArticleDoc .body h2 ,
.contentPage .body h2 {
    background: url("../img/h2_bg2.gif") repeat-x scroll left center;
    border: 1px solid #ffc59f;
    border-bottom: 2px solid #ffc59f;
    clear: both;
    color: #333333;
    font-size: 105%;
    font-weight: bold;
    margin: 7px -10px;
    padding: 8px 5px 5px 15px;
}
.contentArticleDoc .body h3 ,
.contentPage .body h3 {
    border-bottom: 1px solid #ffc59f;
    border-left: 8px solid #ffc59f;
    clear: both;
    color: #333333;
    font-size: 105%;
    font-weight: bold;
    margin: 7px -10px;
    padding: 5px 5px 2px 10px;
}
.contentArticleDoc h4 ,
.contentPage h4 {
    background: url("../img/h4_bg.png") no-repeat scroll left center;
    clear: both;
    font-size: 100%;
    font-weight: bold;
    margin: 7px -5px;;
    padding: 3px 26px;
}
/* Table
*************************************** */
.contentArticleDoc table {
    border-collapse: collapse;
    border-image: none;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
}
/*  DL
*********************************************/
.contentArticleDoc .mceTmpl dl {
    display :block;
    clear: both;
    margin: 12px 25px 25px;
    width : 100%;
}
.contentArticleDoc  .mceTmpl dl dt {
    background: url("../img/dt_bg.gif") no-repeat scroll 3px 7px;
    border-top: 1px solid #999999;
    clear: both;
    float: left;
    font-size: 100%;
    font-weight: bold;
    line-height: 140%;
    padding: 5px 10px 25px 20px;
    width: 120px;
}
.contentArticleDoc  .mceTmpl dl dd {
    float: left;
    text-align: left;
    width: 80%;
    border-top: 1px solid #999999;
    font-size: 100%;
    line-height: 140%;
    margin-left: 10px;
    padding: 10px 0 10px 5px;
}
.contentArticleDoc  .mceTmpl dl dd p {
    margin: 0;
}
.contentArticleDoc  .mceTmpl dl dd ol,
 #content  .mceTmp1 dl dd ul {
    line-height: 1.2em;
    margin: 0;
    padding-top: 0;
}
/* decoration Table
******************************************/
table ,
.colortable.color {
    border-collapse: collapse;
    border-image: none;
    border-style: solid solid none none;
    border-width: 1px 1px 0 0;
    margin: 0 0 25px;
}
table th, table td,
table.color th, table.color td {
    border-width: 1px;
    empty-cells: show;
    border-top: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
    border-left: 1px solid #a2a2a2;
    padding: 5px 8px 4px;
}
table tbody th,
table.color tbody th {
    background-color: #ebf5f9;
    border-left: 1px solid #a2a2a2;
    color: #666;
    font-weight: bold;
}
table .headLess th, table thead th,
table.color .headLess th, table.color thead th {
    background-color: #74b8d2;
    border-left: 1px solid #c3e0ec;
    color: #fff;
    font-weight: bold;
}
table.color thead th {
    text-align : center;
}
table.note {
    border-top: 1px dashed #c9c9c9;
    margin: 0 0 15px;
}
table.note tr {
    border-bottom: 1px dashed #c9c9c9;
}
table.note th, table.note td {
    padding: 8px 5px 6px 0;
}
table.news {
    border-top: 0 none;
    margin: -15px 0 0;
}
table.full {
    width: 100%;
}
table .cell02 {
    width: 20%;
}
table .em5 {
    width: 5em;
}
table .em10 {
    width: 10em;
}
table .w270 {
    width: 270px;
}
table.mid th, table.mid td, table th.mid, table td.mid {
    vertical-align: middle;
}
table th.right, table td.right {
    text-align: right;
}
table .center th, table .center th, table th.center, table td.center {
    text-align: center;
}
/*   list for link Index
**************************************/
.link2, .link3, .link4 {
    clear: left;
    list-style-type: none;
    margin-left: 23px !important;
    padding-bottom: 20px;
}
.link2 li {
    background: url("/_common/themes/joruri/img/li_mark.gif") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    float: left;
    list-style-type: none;
    margin: 0 0 2px !important;
    padding: 0 0 0 17px !important;
    width: 40%;
}
.link3 li {
    background: url("/_common/themes/joruri/img/li_mark.gif") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    float: left;
    list-style-type: none;
    margin: 10px 0 2px !important;
    padding: 0 0 0 17px !important;
    width: 30%;
}
.link4 li {
    background: url("/_common/themes/joruri/img/li_mark.gif") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    float: left;
    list-style-type: none;
    margin: 0 0 2px !important;
    padding: 0 0 0 17px !important;
    width: 20%;
}

