/* Stylesheet for cyber webapp. */
/* Colors. */
/*@cellBorderColor: #ece7d7;*/
/* Mixins. */
/* Commons */
.hidden,
.dialog {
  display: none;
}
.caution,
.error,
.errorMessage {
  color: #ff0000;
}
h1,
h2,
h3,
h4,
th {
  color: #545454;
}
td {
  white-space: nowrap;
}
td button {
  margin: 0 0.5em;
}
/* Layouts. */
body {
  width: 1024px;
  margin: 0 auto;
}
body {
  font: 13px/1.3 "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
a {
  cursor: pointer;
}
select {
  cursor: pointer;
}
input [type=submit],
input [type=button],
input [type=checkbox],
input [type=radio] {
  cursor: pointer;
}
#pageheader {
  background-color: #114411;
  background: url(../images/header_bg2000.gif) top left no-repeat;
  height: 58px;
  padding-left: 5px;
  position: relative;
}
#pageheader h1 {
  float: left;
  width: 630px;
  height: 58px;
  line-height: 58px;
}
#pageheader h1 img {
  vertical-align: middle;
}
#pageheader h1 img.serviceLogo {
  padding-left: 35px;
}
#pageheader .userInfo {
  margin-left: 630px;
}
#pageheader .userInfo img {
  float: left;
  width: 58px;
}
#pageheader .userInfo span {
  display: block;
  color: #ffffff;
  background: url(../images/bg_user.png) top left no-repeat;
  width: 20em;
  height: 13px;
}
#pageheader .userInfo span.customerName {
  margin-left: 68px;
}
#pageheader .userInfo span.loginId {
  float: left;
  margin-left: 10px;
}
#pageheader .logout {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
#pageheader .faq {
  position: absolute;
  bottom: 5px;
  right: 160px;
}
#pagetitle {
  clear: both;
  font-size: 15.6px;
  color: #545454;
  background: url(../images/icach_h2.gif) no-repeat;
  padding: 3px 0px 3px 15px;
  border-bottom: solid 1px #d3d3d3;
  margin: 0 20px;
}
h3 {
  font-size: 14.95px;
  font-weight: bold;
  padding: 0px 0px 3px 15px;
  margin-bottom: 5px;
  background: url(../images/icach_h3.gif) no-repeat;
  background-position: 0px 5px;
}
.enclosure {
  margin: 0 auto;
}
#errors {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 4px solid #e45f75;
  color: #ff0000;
  background-color: #ffffe8;
  width: 853.3333333333334px;
  margin: 1em auto;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  font-size: 15.6px;
  font-weight: bold;
}
#errors ul {
  list-style: none;
}
.messages {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 4px solid #008800;
  color: #000000;
  background-color: #eeffee;
  width: 853.3333333333334px;
  margin: 1em auto;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  font-size: 15.6px;
  font-weight: bold;
}
.messages ul {
  list-style: none;
}
section.content {
  clear: both;
  margin: 1em auto 2em;
  padding: 0 20px;
}
section.content form {
  width: 984px;
}
section.content form .wwgrp {
  width: 962px;
}
section.content form div.row .wwgrp {
  width: 479px;
}
section.content fieldset {
  clear: both;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f8f8f8;
  margin-top: 1em;
  padding: 10px 10px;
}
section.content legend {
  font-weight: bold;
  font-size: 14.3px;
  padding: 0 0.5em;
}
section.content label {
  white-space: nowrap;
  marigin: 0 0.5em;
}
section.content p {
  margin-top: 1em;
}
.usage {
  line-height: 1.2em;
}
.usage li {
  margin-left: 3em;
}
.dialog {
  padding: 0;
  text-align: center;
}
.dialog p {
  margin: 1em auto;
}
.dialog input[type=submit],
.dialog input[type=button] {
  background: -webkit-gradient(linear, left top, left bottom, from(#59b0e1), color-stop(0.4, #2e9bd9), color-stop(0.5, #3f9bdc), color-stop(0.6, #1d6f9e), to(#207fb4));
  background-color: #59b0e1;
  border-color: #3771b9;
  color: #ffffff;
  font-weight: bold;
  text-shadow: -1px -1px 0 #3771b9, 1px -1px 0 #3771b9, -1px 1px 0 #3771b9, 1px 1px 0 #3771b9;
}
.dialog input[type=submit]:hover,
.dialog input[type=button]:hover {
  color: #ffff00;
  -moz-box-shadow: 0 0 10px #00feb3;
  -webkit-box-shadow: 0 0 10px #00feb3;
  box-shadow: 0 0 10px #00feb3;
}
.dialog input[type=submit]:hover:active,
.dialog input[type=button]:hover:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#00feb3), color-stop(0.4, #00cb8f), color-stop(0.5, #00dfae), color-stop(0.6, #007f59), to(#00986b));
  background-color: #00feb3;
  border-color: #feb300;
  -moz-box-shadow: 0 0 10px #feb300;
  -webkit-box-shadow: 0 0 10px #feb300;
  box-shadow: 0 0 10px #feb300;
}
.dialog input[type=submit][disabled],
.dialog input[type=button][disabled],
.dialog input[type=submit][disabled]:hover,
.dialog input[type=button][disabled]:hover,
.dialog input[type=submit][disabled]:hover:active,
.dialog input[type=button][disabled]:hover:active {
  background: #eeeeee;
  border: 2px outset #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  text-shadow: -1px -1px 0 #888888, 1px -1px 0 #888888, -1px 1px 0 #888888, 1px 1px 0 #888888;
}
.dialog input[type=submit].cancel,
.dialog input[type=button].cancel,
.dialog input[type=submit].back,
.dialog input[type=button].back {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(0.4, #d5d5d5), color-stop(0.5, #dfdfdf), color-stop(0.6, #aeaeae), to(#bbbbbb));
  background-color: #eeeeee;
  border-color: #dddddd;
  color: #545454;
  text-shadow: none;
}
.dialog input[type=submit].cancel:hover,
.dialog input[type=button].cancel:hover,
.dialog input[type=submit].back:hover,
.dialog input[type=button].back:hover {
  color: #dd0000;
}
.dialog input[type=submit].cancel:hover:active,
.dialog input[type=button].cancel:hover:active,
.dialog input[type=submit].back:hover:active,
.dialog input[type=button].back:hover:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), color-stop(0.4, #b3b3b3), color-stop(0.5, #bdbdbd), color-stop(0.6, #8c8c8c), to(#999999));
  background-color: #cccccc;
  border-color: #feb300;
}
#pagefooter {
  clear: both;
  border-top: solid 1px #888;
  margin-top: 2em;
}
#pagefooter .copyright {
  font-size: 12.35px;
  color: #888;
  margin: 0 1em;
  padding: 0;
  text-align: right;
}
.beforeTable {
  margin-bottom: 1em;
}
/* These elements are generated by struts2 taglib. */
/* For cyber(extends css_xhtml) theme. */
form {
  position: relative;
  margin: 0 auto;
  width: 984px;
}
form .wwgrp {
  width: 962px;
}
form div.row .wwgrp {
  width: 479px;
}
form fieldset {
  padding: 10px 10px;
}
div.row {
  clear: both;
}
div.row .wwgrp,
div.row .wwbtn {
  clear: none;
}
div.row .wwgrp + .wwgrp,
div.row .wwbtn + .wwgrp {
  margin-left: 2px;
}
.wwgrp {
  clear: both;
  float: left;
  margin-bottom: 2px;
  border: 1px solid #448844;
  line-height: 2.5em;
}
.wwlbl,
.wwctrl {
  white-space: nowrap;
  vertical-align: middle;
}
.wwlbl *,
.wwctrl * {
  vertical-align: middle;
}
.wwlbl {
  float: left;
  padding: 0 0.5em;
  border-right: 1px solid #448844;
  background-color: #cafede;
  font-weight: bold;
  min-width: 130px;
}
.wwlbl span.required {
  vertical-align: super;
  line-height: 1em;
  font-size: 11.700000000000001px;
  color: #f00;
}
.wwctrl input,
.wwctrl textarea,
.wwctrl select,
.wwctrl label,
.wwctrl button,
.wwctrl .btn {
  display: none;
}
.operations {
  display: none;
}
.wwbtn,
.operations {
  clear: both;
  white-space: nowrap;
  text-align: center;
  margin: 0em auto;
}
.wwbtn .wwbtn,
.operations .wwbtn {
  display: inline;
}
.wwbtn input[type=submit],
.operations input[type=submit],
.wwbtn input[type=button],
.operations input[type=button],
.wwbtn img.btn,
.operations img.btn {
  margin: 1em 0.5em 0.5em;
}
.wwerr .errorMessage {
  color: #ff0000;
  text-align: left;
}
/* Controls */
input,
textarea,
select,
.text,
.wwctrl label {
  font-size: 14.3px;
}
input,
textarea,
select,
.text {
  padding: 2px 0.5em;
  margin-left: 0.5em;
}
.text {
  margin-top: 0.5em;
  vertical-align: top;
}
textarea {
  margin: 0.5em;
  resize: vertical;
}
input[type=radio] {
  margin-left: 0.7em;
}
input,
textarea,
select {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 1px #888888;
  -webkit-box-shadow: 0 0 1px #888888;
  box-shadow: 0 0 1px #888888;
  color: #000000;
}
input:hover,
textarea:hover,
select:hover {
  -moz-box-shadow: 0 0 10px #888888;
  -webkit-box-shadow: 0 0 10px #888888;
  box-shadow: 0 0 10px #888888;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #feb300;
  -moz-box-shadow: 0 0 10px #feb300;
  -webkit-box-shadow: 0 0 10px #feb300;
  box-shadow: 0 0 10px #feb300;
}
input[type=file] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fcfcfc;
  vertical-align: middle;
}
input[readonly],
textarea[readonly] {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  resize: none;
}
input[type=text],
input[type=password],
textarea,
select {
  vertical-align: middle;
  font-size: 13px;
  width: 512px;
}
input[type=submit],
input[type=button],
a.action,
img.btn {
  cursor: pointer;
}
input[type=submit].disabled,
input[type=button].disabled,
a.action.disabled,
img.btn.disabled,
input[type=submit][disabled],
input[type=button][disabled],
a.action[disabled],
img.btn[disabled] {
  cursor: default;
}
input[type=submit],
input[type=button] {
  padding: 3px 20px 1px;
  min-width: 14em;
  font-size: 14.95px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#59b0e1), color-stop(0.4, #2e9bd9), color-stop(0.5, #3f9bdc), color-stop(0.6, #1d6f9e), to(#207fb4));
  background-color: #59b0e1;
  border-color: #3771b9;
  color: #ffffff;
  font-weight: bold;
  text-shadow: -1px -1px 0 #3771b9, 1px -1px 0 #3771b9, -1px 1px 0 #3771b9, 1px 1px 0 #3771b9;
}
input[type=submit]:hover,
input[type=button]:hover {
  color: #ffff00;
  -moz-box-shadow: 0 0 10px #00feb3;
  -webkit-box-shadow: 0 0 10px #00feb3;
  box-shadow: 0 0 10px #00feb3;
}
input[type=submit]:hover:active,
input[type=button]:hover:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#00feb3), color-stop(0.4, #00cb8f), color-stop(0.5, #00dfae), color-stop(0.6, #007f59), to(#00986b));
  background-color: #00feb3;
  border-color: #feb300;
  -moz-box-shadow: 0 0 10px #feb300;
  -webkit-box-shadow: 0 0 10px #feb300;
  box-shadow: 0 0 10px #feb300;
}
input[type=submit][disabled],
input[type=button][disabled],
input[type=submit][disabled]:hover,
input[type=button][disabled]:hover,
input[type=submit][disabled]:hover:active,
input[type=button][disabled]:hover:active {
  background: #eeeeee;
  border: 2px outset #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  text-shadow: -1px -1px 0 #888888, 1px -1px 0 #888888, -1px 1px 0 #888888, 1px 1px 0 #888888;
}
input[type=submit].cancel,
input[type=button].cancel,
input[type=submit].back,
input[type=button].back {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(0.4, #d5d5d5), color-stop(0.5, #dfdfdf), color-stop(0.6, #aeaeae), to(#bbbbbb));
  background-color: #eeeeee;
  border-color: #dddddd;
  color: #545454;
  text-shadow: none;
}
input[type=submit].cancel:hover,
input[type=button].cancel:hover,
input[type=submit].back:hover,
input[type=button].back:hover {
  color: #dd0000;
}
input[type=submit].cancel:hover:active,
input[type=button].cancel:hover:active,
input[type=submit].back:hover:active,
input[type=button].back:hover:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), color-stop(0.4, #b3b3b3), color-stop(0.5, #bdbdbd), color-stop(0.6, #8c8c8c), to(#999999));
  background-color: #cccccc;
  border-color: #feb300;
}
a.action {
  border: 2px outset #097c37;
  background: -webkit-gradient(linear, left top, left bottom, from(#64cb65), color-stop(0.4, #3fbd41), color-stop(0.5, #4ec256), color-stop(0.6, #2c832d), to(#329733));
  background-color: #64cb65;
  border-color: #097c37;
  color: #ffffff;
  font-weight: bold;
  text-shadow: -1px -1px 0 #097c37, 1px -1px 0 #097c37, -1px 1px 0 #097c37, 1px 1px 0 #097c37;
  background: #64cb65;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1px 1em;
  text-decoration: none;
}
a.action:hover {
  color: #ffff00;
  -moz-box-shadow: 0 0 10px #00feb3;
  -webkit-box-shadow: 0 0 10px #00feb3;
  box-shadow: 0 0 10px #00feb3;
}
a.action:hover:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#00feb3), color-stop(0.4, #00cb8f), color-stop(0.5, #00dfae), color-stop(0.6, #007f59), to(#00986b));
  background-color: #00feb3;
  border-color: #feb300;
  -moz-box-shadow: 0 0 10px #feb300;
  -webkit-box-shadow: 0 0 10px #feb300;
  box-shadow: 0 0 10px #feb300;
}
a.action[disabled],
a.action[disabled]:hover,
a.action[disabled]:hover:active {
  background: #eeeeee;
  border: 2px outset #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  text-shadow: -1px -1px 0 #888888, 1px -1px 0 #888888, -1px 1px 0 #888888, 1px 1px 0 #888888;
}
a.action.cancel,
a.action.back {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(0.4, #d5d5d5), color-stop(0.5, #dfdfdf), color-stop(0.6, #aeaeae), to(#bbbbbb));
  background-color: #eeeeee;
  border-color: #dddddd;
  color: #545454;
  text-shadow: none;
}
a.action.cancel:hover,
a.action.back:hover {
  color: #dd0000;
}
a.action.cancel:hover:active,
a.action.back:hover:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), color-stop(0.4, #b3b3b3), color-stop(0.5, #bdbdbd), color-stop(0.6, #8c8c8c), to(#999999));
  background-color: #cccccc;
  border-color: #feb300;
}
a.action:hover:active {
  background: #00feb3;
}
a.action:active {
  border-style: inset;
}
a.action[disabled]:active {
  border-style: outset;
}
/* for jQuery UI */
.ui-datepicker select.ui-datepicker-year {
  margin-right: 5px;
  width: 5em;
}
.ui-datepicker select.ui-datepicker-month {
  margin-left: 5px;
  width: 5em;
}
.dataTables_wrapper {
  border-collapse: collapse;
}
.dataTables_wrapper .ui-widget-header {
  border: 1px solid #085293;
}
.dataTables_wrapper .ui-state-default {
  border: 1px solid #085293;
  border-top: none;
}
table.dataTable {
  border-left: 1px solid #085293;
  border-right: 1px solid #085293;
}
table.dataTable tr {
  height: 2.1em;
}
table.dataTable tr th {
  border-bottom: 1px solid #085293;
  border-right: 1px solid #085293;
}
table.dataTable tr td {
  vertical-align: middle;
  border-right: 1px solid #085293;
}
table.dataTable tr td.wrapColumn {
  white-space: normal;
}
table.dataTable tr td.lastColumn {
  border-right: none;
}
table.dataTable tr.odd {
  background-color: #ecf1ff;
}
table.dataTable tr.odd td.sorting_1 {
  background-color: #ecf1ff;
}
table.dataTable tr.odd td.sorting_2 {
  background-color: #ecf1ff;
}
table.dataTable tr.odd td.sorting_3 {
  background-color: #ecf1ff;
}
table.dataTable tr.even {
  background-color: #ffffff;
}
table.dataTable tr.even td.sorting_1 {
  background-color: #ffffff;
}
table.dataTable tr.even td.sorting_2 {
  background-color: #ffffff;
}
table.dataTable tr.even td.sorting_3 {
  background-color: #ffffff;
}
.dataTables_info {
  white-space: nowrap;
}
.dataTables_length {
  float: right;
}
.dataTables_length label select {
  width: 5em;
  text-align: right;
}
.ui-balloon {
  min-width: 20px;
  padding: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #777777;
  -moz-box-shadow: #555555 4px 4px 4px;
  -webkit-box-shadow: #555555 4px 4px 4px;
  box-shadow: #555555 4px 4px 4px;
  color: #666666;
  background-color: #efefef;
}
.ui-balloon.error {
  color: #ff0000;
  background-color: #ff8;
}
/* for DEBUG */
.TODO {
  color: #24e;
  border-color: #24e;
}
.FIXME {
  color: #ff0000;
  background-color: #ffffe8;
  border-color: #e45f75;
}
#topmenu {
  clear: both;
  height: 29px;
  line-height: 29px;
  margin-bottom: 2em;
  background: url("../images/gm_bg2.gif") repeat-x;
  background-color: #8888ee;
  color: #545454;
  font-weight: bold;
  border-bottom: solid 1px #808080;
}
#topmenu ul {
  float: right;
  list-style: none;
}
#topmenu li {
  height: 29px;
  float: left;
}
#topmenu ul {
  border-right: solid 1px #808080;
}
#topmenu li {
  border-left: solid 1px #808080;
}
#topmenu li a {
  display: block;
  color: #545454;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 0 5px;
}
#topmenu li a:hover {
  color: #cc0000;
  background: url(../images/gm_bg_on.gif) repeat-x;
}
#topmenu li a:active {
  border-top: inset 1px #ccc;
  border-left: inset 1px #ccc;
  line-height: 28px;
  margin: 0 -1px 0 0;
}
#loginForm {
  margin-top: 4em;
  width: 492px;
}
#loginForm .wwgrp {
  width: 470px;
}
#loginForm div.row .wwgrp {
  width: 233px;
}
#loginForm input[type=text],
#loginForm input[type=password] {
  width: 256px;
}
#loginForm input[type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#467ab1), color-stop(0.4, #38618c), color-stop(0.5, #3d649b), color-stop(0.6, #223b56), to(#294868));
  background-color: #467ab1;
  border-color: #09377c;
  color: #ffffff;
  font-weight: bold;
  text-shadow: -1px -1px 0 #09377c, 1px -1px 0 #09377c, -1px 1px 0 #09377c, 1px 1px 0 #09377c;
}
#loginForm input[type=submit]:hover {
  color: #ffff00;
  -moz-box-shadow: 0 0 10px #00b3fe;
  -webkit-box-shadow: 0 0 10px #00b3fe;
  box-shadow: 0 0 10px #00b3fe;
}
#loginForm input[type=submit]:hover:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#00b3fe), color-stop(0.4, #008fcb), color-stop(0.5, #008ddf), color-stop(0.6, #00597f), to(#006b98));
  background-color: #00b3fe;
  border-color: #feb300;
  -moz-box-shadow: 0 0 10px #feb300;
  -webkit-box-shadow: 0 0 10px #feb300;
  box-shadow: 0 0 10px #feb300;
}
#loginForm input[type=submit][disabled],
#loginForm input[type=submit][disabled]:hover,
#loginForm input[type=submit][disabled]:hover:active {
  background: #eeeeee;
  border: 2px outset #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  text-shadow: -1px -1px 0 #888888, 1px -1px 0 #888888, -1px 1px 0 #888888, 1px 1px 0 #888888;
}
#loginForm input[type=submit].cancel,
#loginForm input[type=submit].back {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(0.4, #d5d5d5), color-stop(0.5, #dfdfdf), color-stop(0.6, #aeaeae), to(#bbbbbb));
  background-color: #eeeeee;
  border-color: #dddddd;
  color: #545454;
  text-shadow: none;
}
#loginForm input[type=submit].cancel:hover,
#loginForm input[type=submit].back:hover {
  color: #dd0000;
}
#loginForm input[type=submit].cancel:hover:active,
#loginForm input[type=submit].back:hover:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), color-stop(0.4, #b3b3b3), color-stop(0.5, #bdbdbd), color-stop(0.6, #8c8c8c), to(#999999));
  background-color: #cccccc;
  border-color: #feb300;
}
#loginInfo table {
  margin: 0 auto;
}
#loginInfo table th,
#loginInfo table td {
  padding: 1em 0.5em;
}
table.reportsList {
  margin: 0 0 20px 0;
  border: 1px solid #085293;
}
table.reportsList th {
  background: url(../images/obi_bg_news.png) 0px -1px repeat-x;
  border-bottom: 1px solid #085293;
  border-right: 1px solid #085293;
  padding: 3px 3px;
  color: #4d4d4d;
}
table.reportsList th.type {
  border-right: none;
}
table.reportsList th.downloaded {
  border-right: none;
  text-align: left;
  font-weight: normal;
}
table.reportsList td {
  padding: 3px 3px;
}
table.reportsList td.date {
  width: 126px;
  border-left: none;
}
table.reportsList td.empty {
  width: 89px;
  border-left: 1px solid #085293;
}
table.reportsList td.downloaded {
  width: 182px;
  border-left: none;
}
table.reportsList td.operation {
  width: 125px;
  border-left: none;
  text-aling: center;
}
table.reportsList tr.odd {
  background-color: #ffffff;
}
table.reportsList tr.even {
  background-color: #ECF1FF;
}
#updateForm_PHONE select,
#updateForm_MAIL select {
  width: 15em;
}
#updateForm_PHONE span.description,
#updateForm_MAIL span.description {
  margin-left: 0.5em;
}
div.controlbar {
  float: left;
}

input.condtext {
	width: 150px;
}
select.condselect {
	width: 200px;
}
select.condtarget {
	width: 100px;
}
input.condbtn {
  padding: 3px 0px 3px 2px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #000;
  background: buttonface;
  color: #000000;
  font-weight: normal;
  font-size: 11px;
  text-shadow: none;
  min-width: 1em;
  width: 80px;
}



table.noticesList {
  margin: 0 0 20px 0;
  border: 1px solid #085293;
}
table.noticesList th {
  background: url(../images/obi_bg_news.png) 0px -1px repeat-x;
  border-bottom: 1px solid #085293;
  border-right: 1px solid #085293;
  padding: 3px 3px;
  color: #4d4d4d;
}
table.noticesList th.disp {
  width: 40px;
}
table.noticesList th.apply {
  width: 40px;
}
table.noticesList th.dispdate {
  width: 110px;
}
table.noticesList th.type {
  width: 60px;
}
table.noticesList th.disprange {
  width: 205px;
}
table.noticesList th.subject {
  width: 300px;
}
table.noticesList th.operation {
  width: 175px;
  text-align: left;
  font-weight: normal;
}
table.noticesList td {
  padding: 3px 3px;
}
table.noticesList td.disp {
  width: 40px;
  border-left: 1px solid #085293;
  text-align: center;
}
table.noticesList td.apply {
  width: 30px;
  border-left: 1px solid #085293;
  text-align: center;
}
table.noticesList td.dispdate {
  width: 110px;
  border-left: 1px solid #085293;
  text-align: center;
}
table.noticesList td.type {
  width: 60px;
  border-left: 1px solid #085293;
  text-align: center;
}
table.noticesList td.disprange {
  width: 205px;
  border-left: 1px solid #085293;
  text-aling: center;
}
table.noticesList td.subject {
  width: 300px;
  border-left: 1px solid #085293;
}
table.noticesList td.operation {
  width: 175px;
  border-left: 1px solid #085293;
  text-aling: center;
}
table.noticesList tr.odd {
  background-color: #ffffff;
}
table.noticesList tr.even {
  background-color: #ECF1FF;
}
div.previewWindow {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: rgba(204,204,204,0.9);
  visibility: hidden;
}

div.previewWindow div.preview {
  margin-top:150px;
  width:100%;
  height:100%;
}

div.previewWindow table.preview {
  width:960px;
  margin:auto;
  background:rgba(255,255,255,1);
}

div.previewWindow table.preview th.head {
  text-align:left;
  padding-left:10px;
  padding-right:10px;
}

div.previewWindow table.preview th.headTop {
  padding-top:20px;
}

div.previewWindow table.preview td.operation {
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;"
}

table.noticeMessageTable {
  width:920px;
}

table.noticeMessageTable td.noticeMessageTable {
  width:460px;
}

div.noticeMessage {
  text-align:left;
  width:460px;
  height:150px;
  border: solid 1px #000;
  padding:10px;
  margin: 3px;
  overflow-y:scroll;
}

div.noticeMessage dd.message {
  margin-left:10px;
}

table.faqManualTable {
}

table.faqManualTable td.menu{
	width:300px;
	height:500px;
	border:2px solid #000;
}
table.faqManualTable td.empty{
	width:10px;
	height:500px;
}
table.faqManualTable td.result{
	width:630px;
	height:500px;
	border:1px solid #000;
}

p.faqManualTableMenuTitle {
	font-size: 18pt;
}

div.faqManualTableMenu {
	width:300px;
	height:500px;
	margin-left:20px;
	margin-top:5px;
	overflow:auto;
}

div.faqManualTableResult {
	width:630px;
	height:500px;
	margin-left:30px;
	margin-top:10px;
	overflow:auto;
}

hr.faqManualTableResult {
	margin-right: 10px;
}

li.menuFaq {
	font-size: 16pt;
}

li.menuManual {
	font-size: 16pt;
}

li.menuCategory {
	font-size: 12pt;
}

li.menuTitle {
	font-size: 10pt;
}

div.faqsResult {
}

div.faqsResult span.resultTitle {
	font-size: 18pt;
}

div.manualsResult {
	margin-bottom: 200px;
}

div.manualsResult span.resultTitle {
	font-size: 18pt;
}

div.faqManualTableResult div.resultCategory {
	font-size: 16pt;
	font-weight: bold;
	margin-left:10px;
	margin-bottom: 20px;
}

div.faqManualTableResult div.resultCategory div.faqCategory {
	padding-left: 5px;
	margin-right: 10px;
	background-color: #007744;
	color: #FFFFFF;
}

div.faqManualTableResult div.resultCategory div.faqItem {
	border: 1px solid #000;
	margin-top:3px;
	margin-bottom:3px;
	margin-left: 20px;
	margin-right: 10px;
	padding: 5px;
	padding-bottom: 10px;
	font-size: 10pt;
	font-weight: normal;
	background-color: #AAFFBB;
}

div.faqManualTableResult div.resultCategory div.faqItemSubject {
	font-size: 12pt;
	font-weight: bold;
}

div.faqItemValue {
	margin-top: 10px;
	background-color: #ECECEC;
}

img.faqItemMark {
	widh: 15px;
	height:15px;
	padding-left:5px;
	float: left;
}

pre.faqItemQ {
	margin-left: 30px;
	word-wrap: break-word;
}

pre.faqItemA {
	margin-left: 30px;
	word-wrap: break-word;
}

div.faqManualTableResult div.resultCategory div.manualCategory {
	padding-left: 5px;
	margin-right: 10px;
	background-color: #007744;
	color: #FFFFFF;
}

div.faqManualTableResult div.resultCategory div.manualItem {
	margin-left: 20px;
	margin-right: 10px;
	margin-top:3px;
	margin-bottom:3px;
	background-color: #ECECEC;
	font-size: 10pt;
	font-weight: normal;
}

div.faqManualTableResult div.resultCategory div.manualItem div.manualItemSubject {
	margin-left: 5px;
	font-size: 12pt;
	font-weight: bold;
}

span.manualItem {
	margin-left: 30px;
}

a.manualItem {
}

pre.manualItemD {
	margin-left: 30px;
	word-wrap: break-word;
}


