@charset "UTF-8";
@import "./src/init.css";
@import "./src/base_style.css";
@import "./src/piece_style.css";

/* ---------------------------
   general
------------------------------ */

/* h2 h3
------------------------------ */
h2 {
  margin: 0 0 10px;
  padding: 0 0 0 10px border-bottom: 1px solid #737f00;
  border-left: 5px solid #737f00;
  font-weight: bold;
}

h3 {
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  background-image: url("/ph/english/img/ic-h3.gif");
  background-position: left 0.4em;
  background-repeat: no-repeat;
  font-size: 95%;
  font-weight: bold;
}

h4 {
  margin: 0 0 10px 0;
  padding: 0px;
  font-size: 100%;
  font-weight: bold;
}

/* page-title
----------------------------------------------- */
#pageTitle .pieceContainer {
  margin-bottom: 0px;
  padding: 0px;
}

#pageTitle .pieceBody {
  background-image: url(/ph/english/img/tl-h1.gif);
  background-position: left top;
  background-repeat: no-repeat;
  line-height: 41px;
}

#pageTitle h1 {
  margin: 0;
  padding-left: 10px;
  font-size: 125%;
  font-weight: bold;
  color: #ffffff;
}

/* =========================================================
    tag search
========================================================= */
.contentArticleTags .search {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  margin: 10px 0px;
  padding: 10px;
}

.contentarticletags .search td {
  padding: 0px 15px 0px 5px;
}

.contentArticleTags .search td input {
  width: 140px;
  background-color: #fbddc1;
  font-size: 110%;
  font-weight: bold;
  color: #000000;
}

.contentArticleTags li {
  margin: 0px;
  padding: 0px 0px 5px 10px;
  background-image: url(/ph/english/img/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 0.5em
}

.contentArticleTags .search td.submitters input {
  width: 70px;
  font-size: 100%;
}

.contentArticleTags .hit {
  padding: 5px 0px 5px 10px;
  ;
}

.contentArticleTags ul {
  padding: 10px 5px 25px 5px;
}

/* inquiry
----------------------------------------------- */
/* Confirm
----------------------------------------------- */
.confirmMessage {
  margin-bottom: 30px;
  font-size: 120%;
  text-align: center;
}

/* Errors
----------------------------------------------- */
.errorExplanation {
  margin: 0px 10px;
  color: #f00;
}

.errorExplanation h2 {
  padding: 4px;
  background-color: #fdd;
  font-weight: bold;
}

.errorExplanation p {
  margin-top: 4px;
}

.errorExplanation ul {
  margin: 2px 20px;
  list-style-type: disc;
}

/* Index : enqueteForms
----------------------------------------------- */
.enqueteForms .form,
.enqueteForm .form {
  margin: 10px 0px;
}

.enqueteForms .form h2,
.enqueteForm .form h2 {
  padding: 7px 10px;
  background-color: #578ad6;
  font-size: 120%;
  font-weight: bold;
  color: #ffffff;
}

.enqueteForms .form .summary,
.enqueteForm .form .body {
  padding: 10px 10px 5px 10px;
}

#errorExplanation li {
  list-style-type: disc;
}

/* Show : enqueteForm
----------------------------------------------- */
.enqueteForm .columns {
  margin: 20px 10px;
}

.enqueteForm .column {
  margin: 10px 0px 20px 0px;
}

.enqueteForm .column .name {
  padding: 4px 8px;
  border-left: 4px solid #578ad6;
  background-color: #F1F1F1;
}

.form .name a {
  color: #ffffff;
}

.enqueteForm .column .name .required {
  color: #ff0000;
}

.enqueteForm .column .body {
  margin: 10px 0px 0px 15px;
}

.enqueteForm .column .field {
  margin: 10px 0px 0px 15px;
}

.enqueteForm .submitters {
  margin: 0px;
  padding: 10px 0px;
  background-color: #eeeeee;
  text-align: center;
  font-size: 90%;
}

.enqueteForm .errorExplanation {
  color: red;
}

/* Sent : enqueteSent
----------------------------------------------- */
.enqueteSent .message {
  margin-bottom: 60px;
}

/* search
----------------------------------------------- */
#cse-search-results {
  width: 650px;
  margin: auto;
}

#cse-search-results iframe {
  width: 650px;
  margin: auto;
}

/* sitemap
----------------------------------------------- */
.topBack {
  clear: both;
  width: 100%;
  text-align: right;
}

.siteMap ul.sitemapLink {
  display: inline-block;
  width: 940px;
  margin-bottom: 10px;
  background-color: #edf0c7;
}

.contentPage .body .siteMap ul {
  margin-bottom: 10px;
}

.siteMap .sitemapLink li {
  float: left;
  padding-left: 10px;
  line-height: 2;
}

.siteMap .sitemapLink li a {
  background-image: url("/ph/english/img/sitemap_ic2.gif");
  background-position: left 0.4em;
  background-repeat: no-repeat;
  padding: 0 0 0 10px;
}

.contentPage .body .siteMap h2 {
  margin: 0 0 10px 0;
  padding: 0 0 0 8px;
  clear: both;
  border-bottom: 3px solid #717d01;
  border-left: none;
  background: none;
  font-weight: bold;
  line-height: 1.4;
}

.contentPage .body .siteMap h3 {
  margin: 0 0 0;
  padding: 0 0 0 17px;
  border-bottom: 0 none;
  border-left: 0 none;
  background-image: url("/ph/english/img/sitemap_ic.gif");
  background-position: left 0.4em;
  background-repeat: no-repeat;
  font-size: 100%;
  font-weight: bold;
}
