@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
  font-size: 1.0em;
  font-size: 100%;
  font-style: normal;
}
html {
  height: 100%;
  font-size: 16px;
}
body {
  height: 100%;
  line-height: 1.4;
  border: 0px;
  background-color: #ffffff;
  font-size: 80%;
}
body, td, th, select, option {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, Osaka, sans-serif;
 font-weight: lighter;
}
input, textarea {
  font-size: 100%;
  font-family: Arial, sans-serif;
}
blockquote {
  margin: 10px 20px 10px 20px;
}
h1, h2, h3, h4, h5 {
  font-size: 120%;
  font-family: verdana;
}
img {
  border-style: none;
}
strong {
  font-weight: bold;
}
pre {
  font-family: SimHei, "ＭＳ ゴシック", monospace;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}
ul {
  list-style-type: none;
  list-style-position: outside;
}
ol {
  list-style-position: inside;
}
li {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none outside none;
  list-style-position:outside;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
h1 rp, h1 rt {
  font-size: 50%;
}
h2 rp, h2 rt {
  font-size: 60%;
}
.latest h2 rp, .latest h2 rt {
  font-size: 60%;
}
a {
  color: #0035CC;
}
a:visited {
  color: #A62D94;
}
a:hover {
  color: #DD0000;
  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 0px;
 padding: 5px 10px;
 background-color: #ddeeff;
 border: 1px solid #bbddff;
}
ul.notices li {
 color: #3355ff;
}

/* Errors
----------------------------------------------- */
.formError {
 margin: 15px 0px;
 padding: 10px;
 border: 1px solid #ee0000;
 color: #ee0000;
}
.elementError {
 margin: 3px 0px 0px 0px;
 color: #ee0000;
}
.errorExplanation {
  margin: 0px 10px 0 10px;
  color: #ee0000;
}
.errorExplanation h2 {
  padding: 4px 6px;
  font-weight: bold;
  border: 1px solid #ee4;
  background-color: #FFFF99;
}
.errorExplanation p {
  margin: 15px 10px 10px 10px;
  font-weight: bold;
}
.errorExplanation ul {
  margin: 10px 30px 0;
  list-style-type: disc;
}
.errorExplanation li {
  padding: 1px 0px;
}

/* Form relation
----------------------------------------------- */
div.submitters {
 margin: 20px 10px;
}
div.submitters input, div.submitters a, div.submitters button {
 margin: 0px 10px;
}
div.submitters input, div.submitters button {
 width: 100px;
}

/* Table for list
----------------------------------------------- */
table.list {
 width: 100%;
}
table.list th {
 padding: 6px 7px;
 border: 1px solid #bbbbbb;
 background-color: #e4e4e4;
 color: #000;
 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 0px 0px 0px;
}
table.form th {
 width: 200px;
 padding: 6px 7px;
 border: 1px solid #bbbbbb;
 background-color: #e4e4e4;
 color: #000;
 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: 0px 10px;
}
div.submitters input, div.submitters button {
 width: 100px;
}

/* ime-mode
-----------------------------------------------------*/
#imeon {
  ime-mode: active;
}
#imeoff {
  ime-mode: inactive;
}
#imedisabled {
  ime-mode: disabled;
}
.IMEoff {
  ime-mode: disabled;
}

/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/default.gif);
  line-height: 3.3;
}

.iconBmp,
.iconCsv,
.iconDoc,
.iconDocx,
.iconGif,
.iconJpg,
.iconJpe,
.iconJpeg,
.iconJtd,
.iconLzh,
.iconPdf,
.iconPng,
.iconPpt,
.iconTxt,
.iconXls,
.iconXlsx,
.iconZip {
  height: 40px;
}
.iconBmp {
  background-image: url(/_common/images/icons/bmp.gif);
}
.iconCsv {
  background-image: url(/_common/images/icons/csv.gif);
}
.iconDoc,
.iconDocx {
  background-image: url(/_common/images/icons/doc.gif);
}
.iconGif {
  background-image: url(/_common/images/icons/gif.gif);
}
.iconJpg {
  background-image: url(/_common/images/icons/jpg.gif);
}
.iconJpe {
  background-image: url(/_common/images/icons/jpg.gif);
}
.iconJpeg {
  background-image: url(/_common/images/icons/jpg.gif);
}
.iconJtd {
  background-image: url(/_common/images/icons/jtd.gif);
}
.iconLzh {
  background-image: url(/_common/images/icons/lzh.gif);
}
.iconPdf {
/*background-image: url(/_common/images/icons/pdf.gif); */
  padding: 3px 5px 10px 30px;
  background-image: url(../images/ic_pdffile.gif);
}
.iconPng {
  background-image: url(/_common/images/icons/png.gif);
}
.iconPpt {
  background-image: url(/_common/images/icons/ppt.gif);
}
.iconTxt {
  background-image: url(/_common/images/icons/txt.gif);
}
.iconXls,
.iconXlsx {
/*background-image: url(/_common/images/icons/xls.gif);*/
  padding: 3px 5px 10px 30px;
  background-image: url(../images/ic_exelfile.gif);
}
.iconZip {
  background-image: url(/_common/images/icons/zip.gif);
}