@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  height: 100%;
  font-size: 85%;
}
body {
  height: 100%;
  border: 0px;
  background-color: #ffffff;
  background-image: url("./images/bg-haikei-re.gif");
  background-position: left top;
  background-repeat: repeat-x;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.3;
}
input, textarea {
  font-size: 100%;
  font-family: Arial, sans-serif;
}
blockquote {
  margin: 10px 20px 10px 20px;
}
h1, h2, h3, h4, h5 {
  font-size: 120%;
}
img {
  border-style: none;
  vertical-align: bottom;
}
strong {
  font-weight: bold;
}
pre {
  font-family: "MS Gothic", "ＭＳ ゴシック", monospace, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}
th {
 font-weight: lighter; 
}
ul {
  list-style-type: none;
  list-style-position: outside;
}
li {
  margin: 0;
  padding: 0;
 list-style-position:outside;
}
#content li {
  background-image: url(./images/ic-list.gif);
  background-position: left 8px;
  background-repeat: no-repeat;
  line-height: 1.6;
  list-style: none outside none;
  padding-bottom: 2px;
  padding-left: 10px;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
a {
  color: #00298D;
  text-decoration: none;
}
a:visited {
  color: #663399;
  text-decoration: none;
}
a:hover {
  color: #003399;
  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;
}

/* Form relation
----------------------------------------------- */
div.submitters {
 margin: 20px 10px;
}
div.submitters input, div.submitters a {
 margin: 0px 10px;
}
div.submitters input {
 width: 100px;
}

/* Table for list
----------------------------------------------- */
table.list {
 width: 100%;
}
table {
    border: 1px solid #666666;
    margin: 0 0 0 10px;
}
th {
    background-color: #D9F2FF;
    border: 1px solid #666666;
    padding: 2px 10px;
    text-align: left;
    vertical-align: top;
}

td {
    border: 1px solid #666666;
    padding: 3px 5px;
    vertical-align: top;
}

.about td {
    vertical-align: middle;
}


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 {
 width: 100px;
 cursor: pointer;
}

/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  display: block;
  padding: 5px 0 0 24px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/_common/images/icons/default.gif);
  line-height: 1.6;
}
.iconBmp {
  background-image: url(/_common/images/icons/bmp.png);
}
.iconCsv {
  background-image: url(/_common/images/icons/csv.png); 
}
.iconDoc,
.iconDocx {
  background-image: url(/_common/images/icons/doc.png); 
}
.iconGif {
  background-image: url(/_common/images/icons/gif.png); 
}
.iconJpg {
  background-image: url(/_common/images/icons/jpg.png); 
}
.iconJpe {
  background-image: url(/_common/images/icons/jpg.png); 
}
.iconJpeg {
  background-image: url(/_common/images/icons/jpg.png); 
}
.iconJtd {
  background-image: url(/_common/images/icons/jtd.png); 
}
.iconLzh {
  background-image: url(/_common/images/icons/lzh.png); 
}
.iconPdf {
  background-image: url(/_common/images/icons/pdf.png); 
}
.iconPng {
  background-image: url(/_common/images/icons/png.png); 
}
.iconPpt {
  background-image: url(/_common/images/icons/ppt.png); 
}
.iconTxt {
  background-image: url(/_common/images/icons/txt.png); 
}
.iconXls,
.iconXlsx {
  background-image: url(/_common/images/icons/xls.png);
}
.iconZip {
  background-image: url(/_common/images/icons/zip.png); 
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0; clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
} 

#container {
  background-color: #fff;
}