@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  font-size: 100%;
  font-style: normal;
}
html {
  height: 100%;
  font-size: 16px;
}
body {
  height: 100%;
  border: 0;
  background-color: #ffffff;
  font-size: 100%;
  background-image:url(./images/bg.png);
  background-repeat:repeat-y;
  background-position:center;
}
body, td, th, select, option {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, Osaka, sans-serif;
  font-weight: lighter; 
}
/*
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: -10px;
	width: 110%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.8);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,.8);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,.8);
	box-shadow: 0px 0px 20px rgba(0,0,0,.8);
	z-index: 100;
	behavior: url(/PIE.htc);
}
*/
input, textarea {
  font-size: 110%;
  _font-size: 100%;
  font-family: Arial, sans-serif;
}
blockquote {
  margin: 10px 20px;
  border: solid 1px;
  padding: 10px 10px 10px 10px;
  background-color: #FFEEEE;
}
h1, h2, h3, h4, h5 {
  font-size: 120%;
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, Osaka, sans-serif;
/*  font-family: verdana;*/
}
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: #ff0000;
  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: #ee0000;
}
.errorExplanation {
  margin: 0 10px 20px;
  color: #ee0000;
}
.errorExplanation h2 {
  padding: 4px 6px;
  font-weight: bold;
  border: 1px solid #ee4;
  background-color: #ffff99;
}
.errorExplanation p {
  margin: 15px 10px 10px;
  font-weight: bold;
}
.errorExplanation ul {
  margin: 10px 30px;
  list-style-type: disc;
}
.errorExplanation li {
  padding: 1px 0px;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0 10px;
}
div.submitters input {
  width: 100px;
}

/* 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 {
  width: 100px;
}

/* 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,
.iconBmp {
  background-image: url(/_common/images/icons/bmp.gif);
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.iconcsv,
.iconCsv {
  background-image: url(/_common/images/icons/csv.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.icondoc,
.icondocx,
.iconDoc,
.iconDocx {
  background-image: url(/_common/images/icons/doc.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.icongif,
.iconGif {
  background-image: url(/_common/images/icons/gif.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.iconjpg,
.iconJpg {
  background-image: url(/_common/images/icons/jpg.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.iconjpe,
.iconJpe {
  background-image: url(/_common/images/icons/jpg.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.iconjpeg,
.iconJpeg {
  background-image: url(/_common/images/icons/jpg.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.iconjtd,
.iconJtd {
  background-image: url(/_common/images/icons/jtd.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.iconlzh,
.iconLzh {
  background-image: url(/_common/images/icons/lzh.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.iconpdf,
.iconPdf {
  background-image: url(/_common/images/icons/pdf.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.iconpng,
.iconPng {
  background-image: url(/_common/images/icons/png.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.iconppt,
.iconPpt {
  background-image: url(/_common/images/icons/ppt.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.icontxt,
.iconTxt {
  background-image: url(/_common/images/icons/txt.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.iconxls,
.iconxlsx,
.iconXls,
.iconXlsx {
  background-image: url(/_common/images/icons/xls.gif);
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}
.iconzip,
.iconZip {
  background-image: url(/_common/images/icons/zip.gif); 
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  line-height: 3.3;
  height: 40px;
}