
/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
_/_リセット
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*全称*/
*{
  margin: 0;
  padding: 0;
  color: #000;
  border: 0px solid rgb(60, 60, 60);
  line-height: 1;
}
/*H要素*/
h1, h2, h3, h4, h5{font-weight: bold;font-size: 9pt;}

/*おまじない*/
html, body{height: 100%;width: 100%; }

/*本文全体*/
body {
  font-size: 11pt;
  color: #333;
  font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
  background-color: #fcfcfc;
  background-image: url("/static/images/bg.gif");
}

/*リンク*/
a, a:visited{
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #F0004C;
  text-decoration: underline;
}
/*.task-list * {
  border: 1px solid black;
}*/

.task-list {
  margin: 30px 0;
}
.task-list dt {
  margin: 0.7em 0 0 0;
  height: 1em;
}

.task-list dt .task-title {
  float: left;
  text-align: left;
  height: 1em;
  line-height: 1em;
  font-weight: bold;
  color: #F88;
  padding: 0 1em 0 0.5em;
}
.task-list dd {
  margin-top: 0.5em;
  padding-left: 1em;
}

.group-list {
  list-style-position: inside;
}

.group-title {
  list-style-image: url("/static/images/momiji_small.gif");
  height: 25px;
}

.group-bar {
  list-style-type: none;
  margin: 5px 0 10px 25px;
}

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
_/_デザイン
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*赤地白文字*/
.red-back {
  color: #FFF;
  background-color: #F0004C;
}

/*白地黒文字*/
.white_back {
  color: #00F;
  background-color: #FFF;
}

.caption-word {
  font-weight: bold;
  font-family: "Lucida console", "ＭＳ ゴシック", "Osaka−等幅", "Osaka-mono", sans-serif;
}

input {
  border: 2px solid #000;
}

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
_/_プログレスバー
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.progressbar {
  border:1px solid #000000;
  width: 150px;
  height: 9pt;
  line-height: 9pt;
  font-size: 9pt;
  text-align: center;
}

.task {
  line-height: 8pt;
  font-size: 8pt;
  height: 8pt;
}

.termin {
  float: left;
  clear: both;
  width: 0px;
  height: 0px;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
_/_レイアウト
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#header {
  width: 100%;
  height: 195px;
}

#header a, #header a:visited, #header a:hover {
  text-decoration: none;
  color: #000;
}

#icon {
  float: left;
  background-image: url("/static/images/momiji.gif");
  width: 60px;
  height: 60px;
  margin: 10px 0 5px 0;
}

h1 {
  width: 900px;
  height: 75px;
  font-size: 250%;
  text-align: left;
  line-height: 1;
  margin: 0 auto;
}

h1 p{
  float: left;
  font-weight: bold;
  vertical-align: middle;
  line-height: 100%;
  height: 45px;
  padding: 30px 0 0 0;
}

#sub_title h1 {
  width: 92px;
  height: 1em;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  line-height: 1em;
  padding: 6px;
  margin: 0 0 0 190px;
}

#sub_title {
  width: 900px;
  margin: 0 auto;
}

#menu_closed {
  height: 1em;
  line-height: 1em;
  font-weight: bold;
  margin-left: 10px;
}

#menubar {
  height: 1em;
  overflow: hidden;
  padding: 2px;
}

#menu {
  width: 900px;
  margin: 0 auto;
}

#menu a{
  display: block;
  float: left;
  width: 100px;
  height: 50px;
  line-height: 70px;
  text-align: center;
  vertical-align: middle;
  font-size: 130%;
  color: #FFF;
}

#menu a:hover {
  color: #FFF;
}

#menu a:visited {
  color: #FFF;
}

#background {
  width: 100%;
  height: auto;
  border-top: 1px solid #000;
  background-color: #FFF;
  overflow: hidden;
}
#footer {
  width: 900px;
  height: 20px;
  margin: 0 auto;
  padding: 10px 0 50px 0;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}

#contents {
  width: 900px;
  height: 100%;
  margin: 0 auto;
  
}

h2 {
  width: 900px;
  font-size: 200%;
  height: 20pt;
  line-height: 100%;
  margin: 3px auto;
  vertical-align: middle;
}

#contents .cBox {
  margin: 20px 0;
}

.cBody {
  padding: 1em 0.5em;
  border-left: 1px solid #000;
  line-height: 1.5;
}

h3 {
  padding: 0.3em 0.5em;
  vertical-align: middle;
  line-height: 20px;
  font-size: 110%;
  font-weight: bold;
  border-left: 3px solid #F0004C;
}

h3 span {
  font-size: 80%;
}

.cBody p {
  padding-bottom: 1em;
}

.cBody p:first-letter {
  margin-left: 1em;
}

.cFoot {
  border-top: 1px solid #999;
  text-align: right;
  padding: 0 1em;
}

pre{
  display: block;
  white-space: pre;
  background-color: #000000;
  color: #0f0;
  font-family: "ＭＳ ゴシック", sans-serif;
  font-size: 9pt;
  
  margin: 10px;
  padding: 20px;
  overflow: auto;
}

.pageMove {
  text-align: center;
}

.inputForm .text {
  border: 2px inset #ccc;
}
.inputForm textarea {
  border: 2px inset #ccc;
}
/*************************************************************************************/

#right {
  float: left;
  width: 250px;
  margin: 20px 0;
  line-height: 130%;
}
#right .cBox {
  margin: 20px 0;
  margin-right: 15px;
  background-color: #FFF;
}

#right .cBody {
  
}

/*************************************************************************************/
