@charset "utf-8";

/* Table Of Contents
----------------------------------------

# header
# content
# sidebar
# footer
# clearfix
# 横レイアウト

----------------------------------------*/


/* # header
---------------------------------------------------------------------------- */

div#header {
  background: #fff url(../img/bg_header01.gif) repeat-x 0 bottom;
}

div#header {
  background: none;
}

div#header div#headerInner {
  min-height: 71px;
}

div.hStyleBlue {
  background: #fff url(../img/bg_header02.gif) repeat-x 0 bottom!important;
}

div.hStyleBlue div#headerInner {
  background: #fff url(../img/bg_header02.gif) repeat-x 0 bottom!important;
}

div.hSection {
  background: #031674;
  border-top: 1px solid #031674;
  border-bottom: 1px solid #031674;
  font-size: 90%;
  height: 17px;
  padding: 5px 52px 2px 121px;
  text-align: right;
}

p.helloTxt {
  color: #555;
  display: inline;
  padding-right: 18px;
}

p.helloTxt span {
  font-weight: bold;
  padding: 0 10px;
}

ul#hNav {
  background: url(../../common/img/bg_line02.gif) no-repeat right 0;
  display: block;
  padding: 0 0 0 6px;
}

ul#hNav li {
  display: inline;
  width: auto;
}

ul#hNav li span.nolink,
ul#hNav li a {
  background: url(../../common/img/bg_line02.gif) no-repeat left 0;
  color: #fff;
  padding: 0 7px 0 12px;
  text-decoration: none;
}

ul#hNav li.link01 img {
  vertical-align: middle;
}

ul#hNav li.link01 span.nolink,
ul#hNav li.link01 a {
  background: none;
  padding: 0 7px 0 2px;
  vertical-align: middle;
}

ul#hNav li a:hover {
  color: #ff9933;
  text-decoration: underline;
}

ul#hNav li.first a:hover {
  text-decoration: none;
}

p.startScreen {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 0;
  width: 106px;
}

p.startScreen a {
  background: url(../img/btn_screen.gif) no-repeat 0 0;
  display: block;
  height: 20px;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 106px;
}

p.startScreen a:hover {
  background: url(../img/btn_screen_o.gif) no-repeat 0 0;
  text-decoration: none;
}

p.startScreenEx {
  position: absolute;
  right: 0;
  top: 8px;
  text-indent: 0px;
  width: auto;
}

p.startScreenEx a{
  white-space: nowrap;
  text-decoration: none;
  color: black;
  font-weight: bold;
  display: inline-block;
  right: 0;
  outline: none;
  height: 20px;
  top: 5px;
  padding: 0 3px 0 0;
  float:left;
}

p.startScreenEx .span{
  display: inline-block;
  line-height: 20px;
  height: 20px;
  width: auto;
}

p.startScreenEx .right_img {
  background: url(../img/btn_header_right.gif) no-repeat 0 0;
  float:left;
  line-height: 20px;
  width: 10px;
  height: 20px;
}

p.startScreenEx .left_img {
  background: url(../img/btn_header_left.gif) no-repeat 0 0;
  float:left;
  line-height: 20px;
  width: 10px;
  height: 20px;
}

p.startScreenEx .center_img {
  background: url(../img/btn_header_center.gif) repeat-x 0 0;
  color: black !important;
  text-align: center;
  font-size: 90%;
  float:left;
  line-height: 22px;
  min-width: 86px;
  width: auto;
  height: 20px;
  padding-left: 3px;
}

p.startScreenEx a:hover .right_img {
  background: url(../img/btn_header_right_o.gif) no-repeat 0 0;
}

p.startScreenEx a:hover .left_img {
  background: url(../img/btn_header_left_o.gif) no-repeat 0 0;
}

p.startScreenEx a:hover .center_img {
  background: url(../img/btn_header_center_o.gif) repeat-x 0 0;
  color: black !important;
}

#logo {
  margin: 5px 0 0 24px;
  position: relative;
  width: 165px;
  z-index: 100;
}

#logo a {
  background: url(../img/logo.gif) no-repeat 0 0;
  display: block;
  height: 33px;
  text-indent: -9999px;
  width: 156px;
}

.maintenance_mode #logo a {
  background: url(../img/maintenance_mode.gif) no-repeat 0 0;
}

#logo span {
  font-weight: bold;
  position: absolute;
  left: 172px;
  top: 8px;
}

#description {
  font-size: 120%;
  font-weight: bold;
  padding: 11px 280px 4px 22px;
}

ul.hLink {
  position: absolute;
  left: 189px;
  top: 0;
  z-index: 1000;
}

ul.hLink li {
  display: inline;
  float: left;
  font-weight: bold;
  padding: 0 0 0 0;
  white-space: nowrap;
  width: auto;
}

ul.hLink li a {
  color: #fff;
  display: inline-block;
  height: 20px;
  padding: 6px 10px 0 10px;
  text-decoration: none;
}

ul.hLink li a:hover {
  background: #ccc;
  border-top: 3px solid #031674;
  color: #031674;
  padding: 3px 10px 0 10px;
}

ul.hLink li.active a {
  background: #fff;
  border-top: 3px solid #031674;
  color: #031674;
  padding: 3px 10px 0 10px;
}

p.btnTop,
p.adminBtnTop {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 0;
  width: 85px;
}

p.btnTop a {
  background: url(../img/btn_top.gif) no-repeat 0 0;
  display: block;
  height: 20px;
  text-indent: -9999px;
  width: 85px;
}

p.btnTop a:hover {
  background: url(../img/btn_top_o.gif) no-repeat 0 0;
}

p.adminBtnTop a {
  background: url(../img/k_btn_top.gif) no-repeat 0 0;
  display: block;
  height: 20px;
  text-indent: -9999px;
  width: 85px;
}

p.adminBtnTop a:hover {
  background: url(../img/k_btn_top_o.gif) no-repeat 0 0;
}

p.btnTopEx,
p.adminBtnTopEx {
  position: absolute;
  right: 0;
  top: 8px;
  text-indent: 0px;
  width: auto;
}

p.btnTopEx a,
p.adminBtnTopEx a{
  white-space: nowrap;
  text-decoration: none;
  color: black;
  font-weight: bold;
  display: inline-block;
  right: 0;
  outline: none;
  height: 20px;
  top: 5px;
  padding: 0 3px 0 0;
  float:left;
}

p.btnTopEx .span,
p.adminBtnTopEx .span{
  display: inline-block;
  line-height: 20px;
  height: 20px;
  width: auto;
}

p.btnTopEx .right_img {
  background: url(../img/btn_header_right.gif) no-repeat 0 0;
  float:left;
  line-height: 20px;
  width: 10px;
  height: 20px;
}

p.btnTopEx .left_img {
  background: url(../img/btn_header_left.gif) no-repeat 0 0;
  float:left;
  line-height: 20px;
  width: 10px;
  height: 20px;
}

p.btnTopEx .center_img {
  background: url(../img/btn_header_center.gif) repeat-x 0 0;
  color: black !important;
  text-align: center;
  font-size: 90%;
  float:left;
  line-height: 22px;
  min-width: 65px;
  width: auto;
  height: 20px;
}

p.btnTopEx a:hover .right_img {
  background: url(../img/btn_header_right_o.gif) no-repeat 0 0;
}

p.btnTopEx a:hover .left_img {
  background: url(../img/btn_header_left_o.gif) no-repeat 0 0;
}

p.btnTopEx a:hover .center_img {
  background: url(../img/btn_header_center_o.gif) repeat-x 0 0;
  color: black !important;
}

p.adminBtnTopEx .right_img {
  background: url(../img/btn_header_right.gif) no-repeat 0 0;
  float:left;
  line-height: 20px;
  width: 10px;
  height: 20px;
}

p.adminBtnTopEx .left_img {
  background: url(../img/btn_header_left.gif) no-repeat 0 0;
  float:left;
  line-height: 20px;
  width: 10px;
  height: 20px;
}

p.adminBtnTopEx .center_img {
  background: url(../img/btn_header_center.gif) repeat-x 0 0;
  color: black !important;
  text-align: center;
  font-size: 90%;
  float:left;
  line-height: 22px;
  min-width: 65px;
  width: auto;
  height: 20px;
  padding-left: 3px;
}

p.adminBtnTopEx a:hover .right_img {
  background: url(../img/btn_header_right_o.gif) no-repeat 0 0;
}

p.adminBtnTopEx a:hover .left_img {
  background: url(../img/btn_header_left_o.gif) no-repeat 0 0;
}

p.adminBtnTopEx a:hover .center_img {
  background: url(../img/btn_header_center_o.gif) repeat-x 0 0;
  color: black !important;
}

/* # content
---------------------------------------------------------------------------- */


.link02 {
  margin: 3px 0 1px 0;
  position: relative;
}

.link02 li {
  background: url(../img/bg_line.gif) no-repeat right 3px;
  float: left;
  padding: 0 10px;
  width: auto;
}

.link02 li span {
  font-weight: bold;
}

.link02 li span a {
  text-decoration: none;
}

.link02 li a {
  color: #0d0505;
}

div.styleTitle {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  clear: both;
  position: relative;
  width: 100%;
}

div.styleTitle h2 {
  background: #f0f0f0;
  font-weight: bold;
  word-wrap:break-word;
  height:24px;
}

div.styleTitle h2 {
  background: #f0f0f0;
  font-weight: bold;
  word-wrap: break-word;
}

div.styleTitle h2.styleTitle01 a.iconImage {
  border: none;
  display: inline;
  float: left;
  margin: 0 0 0 6px;
  position: static;
  padding: 0;
  top: 0;
  right: 0;
}

div.styleTitle h2.styleTitle01 a.iconImage img {
  padding: 2px 0 0;
}

div.styleTitle h2.styleTitle01 span.stop{
  background: url(../../common/img/ico_01.gif) no-repeat 0 3px;
  display: inline;
  float: left;
}

div.styleTitle h2.styleTitle01 span.my_self{
  background: url(../img/ico_task01.gif) no-repeat 0 3px;
  display: inline;
  float: left;
}

div.styleTitle h2 img.iconTask {
  margin: 0 5px 0 2px;
  vertical-align: middle;
}

div.styleTitle h2 a.registration {
  display: block;
  right: 0;
  outline: none;
  overflow:hidden;
  text-indent:-9999px;
}

div.styleTitle h2 a.registration {
  background: url(../img/btn_registration.gif) no-repeat 0 0;
  height: 30px;
  top: 5px;
  padding: 0 3px 0 0;
  width: 134px;
}

div.styleTitle h2 p.buttonAction a {
  display: block;
  right: 0;
  outline: none;
  overflow:hidden;
  text-indent:-9999px;
}

p.buttonAction {
  top: 0;
  position: absolute;
  right: 40px;
}

p.buttonAction a {
  background: url(../img/btn_action.gif) no-repeat 0 0;
  display: block;
  height: 29px;
  outline: none;
  overflow:hidden;
  text-indent:-9999px;
  width: 134px;
}

p.buttonAction a:hover {
  background: url(../img/btn_action_o.gif) no-repeat 0 0;
}

div.styleTitle h2 ui-state-hover,
div.styleTitle h2 a.registration:hover {
  background: url(../img/btn_registration_o.gif) no-repeat 0 0;
}

div.styleTitle h2.styleTitle01 span {
  background: url(../../common/img/ico_01.gif) no-repeat scroll 2px 3px transparent;
  padding-left: 17px;
  float: left;
}

div.sectionInner h3 {
  position: relative;
}

div.sectionInner h3 a {
  background: url(../img/ico_arrow01.gif) no-repeat 0 5px;
  font-weight: normal;
  font-size: 80%;
  font-weight: normal;
  padding: 0 0 0 10px;
  position: absolute;
  right: 12px;
  top: 13px;
}

div.styleTitle ul.detalLink {
  float: right;
  margin-top: -20px;
  padding-right: 32px;
}

div.styleTitle ul.detalLink li {
  background: url(../img/ico_arrow01.gif) no-repeat 0 center;
  display: inline;
  float: left;
  margin-left: 18px;
  padding-left: 10px;
  width: auto;
}

div#content h3 {
  background: #ededed;
  border-left: 4px solid #000099;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 9px 0 9px 12px;
}

div#content h3.red {
  border-left: 4px solid #990033;
  font-size: 110%;
}

div#content div.styleTitle02 {
  border-bottom: none;
  margin: 4px 0 0 0;
  padding: 0 0 1px 10px;
  border-bottom: 1px solid #ccc;
}

div#content div.styleTitle02 h3 {
  background: none;
  border-left: none;
  float: left;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0;
}

div#content div.styleTitle02 div.listLink02 {
  float: right;
  padding: 2px 50px 0 0;
}

div#content div.styleTitle02 div.listLink02 ul {
  float: left;
}

div#content div.styleTitle02 div.listLink02 ul li {
  display: inline;
  float: left;
  width: auto;
}

div#content div.styleTitle02 div.listLink02 ul li.next {
  background: url(../img/bg_line.gif) no-repeat 0 3px;
  margin-left: 9px;
  padding: 0 0 0 11px;
}

div#content div.styleTitle02 div.listLink02 ul.print li {
  background: url(../img/ico_arrow01.gif) no-repeat 0 6px;
  margin: 0 4px 0 2px;
  padding-left: 12px;
}

div#content div.styleTitle02 div.listLink02 ul.reports li {
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 4px 0 2px;
  padding-left: 12px;
}
div#content div.styleTitle02 div.listLink02 ul.reports li.histories { background-image: url(../img/ico_arrow01.gif); }
div#content div.styleTitle02 div.listLink02 ul.reports p.criteriaLink { padding: 0px; }

div#content .detailSection {
  clear: both;
  position: relative;
  padding: 0 0 2px 0;
}

div#content h4 {
  clear: both;
  color: #000099;
  font-size: 120%;
  font-weight: bold;
  line-height: 0.9;
  margin: 0 0 0 5px;
  padding: 5px 0 4px 15px;
}

div#content h4.ssHeadWarn {
  background: url(../img/ico_warn.png) no-repeat 0 3px;
}

div#content h4.ssHead01 {
  background: url(../../common/img/ico_04.gif) no-repeat 0 3px;
}

div#content h4.ssHead02 {
  background: url(../../common/img/ico_05.gif) no-repeat 0 4px;
  margin: 0 0 0 4px;
  padding: 5px 0 5px 18px;
}

div#content h4.ssHead03 {
  background: url(../../common/img/ico_02.gif) no-repeat 0 3px;
  margin: 0 0 2px 3px;
  padding: 5px 0 5px 18px;
}

div#content div#notification_history > h4 {
  background: url(../../common/img/ico_clock.gif) no-repeat left;
  margin: 0 0 2px 3px;
  padding: 5px 0 5px 18px;
}

div#content h4.ssHead04 {
  background: url(../../common/img/ico_clock.gif) no-repeat 0 2px;
  display: inline;
  float: left;
  margin: 4px 0 0 2px;
  padding: 3px 0 5px 18px;
}

div#content h4.ssHead05 {
  background: url(../../common/img/ico_06.gif) no-repeat 0 2px;
  margin: 0 0 0 4px;
  padding: 5px 0 5px 18px;
}

div#content h4.red {
  border-left: 4px solid #990033;
  color: #990033;
  font-size: 110%;
  font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}

div#content h5 {
  clear: both;
  padding-bottom: 4px;
}

div#content h5 a {
  background: url(../img/ico_pj.gif) no-repeat 0 center;
  color: #000099;
  font-weight: bold;
  padding-left: 18px;
}

div#content h5 a:hover {
  color: #ff9933;
}

div#content h5.sHead {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  clear: both;
  padding: 2px 0 1px 11px;
  background: none repeat scroll 0 0 #F6F6F6;
}

div#content h5.sHeadFirst {
  border-top: none;
  display: block;
}

div#content h5.sHead span.nolink,
div#content h5.sHead a {
  background: url(../img/ico_arrow18.gif) no-repeat 0 center;
  color: #0d0505;
  font-weight: bold;
  padding-left: 14px;
}

div#content h5.sHead a:hover {
  color: #0d0505;
}

.sectionInfo {
  clear: both;
  padding: 0 0 4px 13px;
  white-space: nowrap;
  width: auto;
}

.infoLink {
  background: url(../img/bg_line.gif) no-repeat 0 3px;
  float: left;
  margin: 3px 0 0 0;
}

.infoLink li {
  background: url(../img/bg_line.gif) no-repeat right 3px;
  float: left;
  padding: 0 10px;
  width: auto;
}

.btnInfo {
  float: right;
  text-indent: -9999px;
  padding: 0 54px 0 0;
  width: 134px;
}

.btnInfo02 {
  padding: 7px 55px 0 0;
}

p.btnInfo a {
  background: url(../img/btn_auction.gif) no-repeat 0 0;
  display: block;
  height: 29px;
  outline: none;
}

p.btnInfo a:hover {
  background: url(../img/btn_auction_o.gif) no-repeat 0 0;
}


.btnInfoEx {
  display: inline-block;
  width: auto;
  float: right;
}

div.btnInfoExMod {
  display: inline-block;
  width: auto;
}

p.btnInfoEx a {
  white-space: nowrap;
  text-decoration: none;
  color: black;
  font-weight: bold;
  display: inline-block;
  right: 0;
  outline: none;
  height: 36px;
  top: 5px;
  padding: 0 3px 0 0;
  float: left;
}

p.btnInfoEx .span {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  width: auto;
}

p.btnInfoEx .right_img {
  background: url(../img/btn_action_right.gif) no-repeat 0 0;
  float:left;
  line-height: 36px;
  width: 33px;
  height: 36px;
}

p.btnInfoEx .left_img {
  background: url(../img/btn_action_left.gif) no-repeat 0 0;
  float:left;
  line-height: 36px;
  width: 33px;
  height: 36px;
}

p.btnInfoEx .center_img {
  background: url(../img/btn_action_center.gif) repeat-x 0 0;
  color: white !important;
  text-align: center;
  font-size: 120%;
  float: left;
  line-height: 36px;
  min-width: 68px;
  width: auto;
  height: 36px;
  padding-left: 5px;
}

p.btnInfoEx a:hover .right_img {
  background: url(../img/btn_action_right_o.gif) no-repeat 0 0;
}

p.btnInfoEx a:hover .left_img {
  background: url(../img/btn_action_left_o.gif) no-repeat 0 0;
}

p.btnInfoEx a:hover .center_img {
  background: url(../img/btn_action_center_o.gif) repeat-x 0 0;
  color: white !important;
}

.detailSection .matter .addButton {
  padding-left: 4px;
}

.detailSection .matter dt {
  font-weight: bold;
  padding: 0 0 0 6px;
}

.detailSection .matter dd {
  padding: 0 0 4px 0;
}

.detailSection .matter dd table th {
  background: #efefef;
}

.detailSection .matter dd table.info01 {
  border: 1px solid #ccc;
  width: 57%;
}

.detailSection .matter dd table.info01 th {
  border: none;
  border-bottom: 1px solid #ccc;
}

.detailSection .matter dd table.info01 td {
  border: none;
}

.detailSection .matter dd table.info02 {
  border: 1px solid #ccc;
  width: 82%;
}

.detailSection .matter dd table.info02 th {
  border: none;
  border-bottom: 1px solid #ccc;
}

.detailSection .matter dd table.info02 td {
  border: none;
}

div.styleExplanation {
  padding:10px 5px 10px 5px;
}

/*-----------------検索エリア--------------------------*/

/*------------検索エリアEND-----------------------------*/

.ui-dialog-buttonset .ui-state-disable,
.ui-dialog-buttonset .ui-state-default {
  background: url(../img/bg_button01.gif) no-repeat 0 0!important;
  border: none !important;
  height: 37px;
  width: 124px;
}

.ui-dialog-buttonset .ui-state-default:hover {
  background: url(../img/bg_button01_o.gif) no-repeat 0 0!important;
}

ul.quickLink {
  clear: both;
  padding: 7px 2px 12px 0;
  text-align: right;
  margin-right: 32px;
}

.report_history ul.quickLink {
  padding: 2px 40px 0 0;
}

ul.quickLink li {
  background: url(../img/ico_arrow01.gif) no-repeat 0 center;
  display: inline;
  margin-left: 18px;
  padding-left: 10px;
}

ul.quickLink li.left {
  float: left;
  text-align: left;
  width: auto;
}

ul.btnLink {
  bottom: 3px;
}

ul.btnLink li {
  background: none!important;
  margin-left: 0;
  padding-left: 1px;
  text-align: center;
  width: 136px;
}

ul.btnLink li a.calendar {
  background: url(../img/bg_hlink03.gif) no-repeat 0 0;
  color: #000;
  display: block;
  height: 20px;
  padding: 7px 0 0 0;
  text-decoration: none;
}

ul.btnLink li a.calendar:hover {
  background: url(../img/bg_hlink03_o.gif) no-repeat 0 0;
  color: #000;
  text-decoration: none;
}

ul.btnLink li a {
  background: url(../img/bg_hlink02.gif) no-repeat 0 0;
  color: #000;
  display: block;
  height: 20px;
  padding: 7px 0 0 0;
  text-decoration: none;
}

ul.btnLink li a:hover {
  background: url(../img/bg_hlink02_o.gif) no-repeat 0 0;
  color: #000;
  text-decoration: none;
}

ul.btnLink li a.active,
ul.btnLink li a.active:hover {
  background: url(../img/bg_hlink01_s.gif) no-repeat 0 0;
  color: #fff;
}

div.titlePage {
  border-bottom: 3px solid #a5a5a5;
  clear: both;
  margin: 0 auto;
  max-width: 100%;
  min-width: 950px;
  padding: 0 10px;
}

div.titlePage p {
  color: #000;
  float: left;
  font-size: 130%;
  font-weight: bold;
  padding: 10px 0 3px 10px;
}

div.titlePage ul.groupLink {
  float: right;
  padding-top: 10px;
  max-width: 90%;
}

div.titlePage ul.groupLink li {
  background: url(../img/ico_arrow01.gif) no-repeat 0 center;
  display: inline;
  float: left;
  font-weight: bold;
  margin-left: 17px;
  padding-left: 10px;
  white-space: nowrap;
  width: auto;
}


table.styleTable01 td a.file_datareport {
  background: url(../img/ico_file.gif) no-repeat 0 0;
  display: block;
  height: 14px;
  text-indent: -9999px;
  margin: 0 auto;
  width: 21px;
}

table.styleTable01 ul.summaryList li {
  float: left;
  padding-right: 12px;
  white-space: nowrap;
  width: auto;
}

table.styleTable01 .grayStyle {
  background: #f7f7f7;
}

table.styleTable01 .fontBold {
  font-weight: bold;
}

table.styleTable01 .paddingLeft10 {
  padding-left: 10px;
}

table.styleTable01 .paddingLeft30 {
  padding-left: 30px;
}

div.detailStop {
  background: url(../img/bg_dot02.gif) repeat-x 0 bottom;
  margin-bottom: 12px;
  padding-bottom: 11px;
}

div.detailStop {
  background: none;
  margin: 0 0 0 27px;
  padding: 0;
}

p.linkList {
  clear: both;
  padding: 16px 0 0 0;
  text-align: right;
}

div#content p.linkList a {
  background: url(../img/ico_arrow01.gif) no-repeat 0 center;
  padding-left: 11px;
}

p.pageTop a {
  background: url(../img/ico_arrow06.gif) no-repeat 0 center;
  padding-left: 11px;
}

p.pt_pageTop {
  clear: both;
  padding: 10px 25px 6px 0;
  text-align: right;
}

body#reTree h3 {
  border-left: 4px solid #990033;
  font-size: 110%!important;
  padding: 5px 0 3px 9px!important;
}

body#reTree h4 {
  background: none;
  border-left: 4px solid #990033;
  color: #990033;
  font-size: 110%!important;
}

body#reTree table.styleTable02 {
  width: 100%;
}

body#reTree table.styleTable02 th {
  background: #ededed;
  border: 1px solid #aaa;
  padding: 3px 10px 2px 11px;
  vertical-align: middle;
}

body#reTree table.styleTable02 td {
  border: 1px solid #aaa;
  padding: 3px 10px 2px 11px;
  vertical-align: middle;
}

form#reportDisplay {
  clear: both;
}

form#reportDisplay p {
  float: left;
  padding-right: 5px;
}

form#reportDisplay span {
  display: block;
  float: left;
  margin-right: 5px;
}

form#reportDisplay p select {
  width: 100px;
}

.popup table.tableStyle div.trackingStyle {
  clear: both;
  padding-bottom: 20px;
  overflow-x: scroll\0/;
  overflow-y: hidden;
  width: 600px!important;
}

.popup table.tableStyle td table.detailLayout .detailLayoutFieldContainer div.trackingStyle {
  overflow-x: visible;
  overflow-y: visible;
}

/* # sidebar
---------------------------------------------------------------------------- */

div#sidebar {
  background: none;
}

div#sidebar h2 {
  background: #efefef;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

div#sidebar h2.mheadRed {
  background: #efefef url(../img/bg_mhead01_red.gif) repeat-x 0 0;
}

div#sidebar h2 a {
  background: url(../img/ico_arrow01.gif) no-repeat 0 4px;
}

div#sidebar h2 span {
  vertical-align: middle;
}

div#sidebar h2 img {
  padding: 0 6px 0 0;
  vertical-align: middle;
}

div#sidebar h2 img.my_task_icon {
  padding: 0 6px 2px 0;
}

ul.lNav li a {
  word-wrap: break-word;
}

ul.lNav li a span {
  background: url(../img/ico_arrow01.gif) no-repeat left 5px;
  display: block;
  padding: 0 0 0 9px;
  word-wrap: break-word;
}

ul.lNav li a.active span {
  background: url(../img/ico_arrow01.gif) no-repeat left 5px;
}

div#sidebar .matterList li {
  background: url(../img/ico_arrow01.gif) no-repeat 11px 6px;
}

div#sidebar div.sectionInner {
  border-top: none;
}

div#sidebar ul.lNav li ul {
  background: url(../img/bg_dot01.gif) repeat-x 0 0;
  margin: 2px 0 0 0;
  padding: 5px 0 6px 26px;
}

div#sidebar ul.lNav li ul li {
  background: url(../img/ico_arrow01.gif) no-repeat 0 6px;
  border-bottom: none;
  padding: 0 0 0 12px;
  word-wrap: break-word;
  width: 130px
}

div#sidebar ul.lNav li ul li a {
  color: #0095d8;
  clear: both;
  display: inherit;
  font-weight: normal;
  padding: 0;
  text-decoration: underline;
  width: auto;
}

div#sidebar ul.lNav li ul.process_types {
  padding: 0;
  background: none
}

div#sidebar ul.lNav li ul.process_types li {
  padding: 0 0 2px 0;
  width: auto;
  background: none
}

div#sidebar ul.lNav li ul.process_types li a {
  padding-left: 24px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

div#sidebar ul.lNav li ul.lNavInner {
  background: none;
  margin: 0!important;
  padding: 0!important;
}

div#sidebar ul.lNav li ul.lNavInner li ul {
  background: none;
  margin: 0!important;
  padding: 0!important;
}

div#sidebar ul.lNav li ul.lNavInner li {
  background: none;
  border-bottom: none;
  padding: 0 0 0 0!important;
  word-wrap: break-word;
  width: auto;
}

.endList a span {
  background: none!important;
}

div#sidebar ul.lNav li ul.lNavInner li a {
  color: #000;
  font-weight: bold;
  padding: 0 0 0 23px;
  text-decoration: none;
  width: auto;
}

div#sidebar ul.lNav li ul.lNavInner li a span {
  background: url(../img/ico_arrow16.gif) no-repeat left center;
  display: block;
  padding: 0 0 0 9px;
  word-wrap: break-word;
}

div#sidebar ul.lNav li.parent a span {
  background: url(../img/ico_arrow16.gif) no-repeat left center;
}

div#sidebar ul.lNav li ul.lNavInner li ul li a {
  padding: 0 0 0 33px!important;
}

div#sidebar ul.lNav li ul.lNavInner li ul li ul li a {
  padding: 0 0 0 49px!important;
}

div#sidebar p.lButton {
  padding-bottom: 7px;
}

div#sidebar p.lButton a {
  background: url(../img/bg_button02.gif) no-repeat 0 0;
  color: #000;
  display: block;
  font-weight: bold;
  height: 23px;
  padding: 8px 0 0 16px;
  text-decoration: none;
  width: 172px;
}

div#sidebar p.lButton a:hover {
  background: url(../img/bg_button02_o.gif) no-repeat 0 0;
}

/* ポータルテキストリンクメニュー */
div#sidebar h2 {
  word-wrap: break-word;
}

div#sidebar .portalMatterList {
  padding: 5px 0 0;
}

div#sidebar .portalMatterList li {
  background: url(../img/ico_arrow01.gif) no-repeat 11px 6px;
}

div#sidebar .portalMatterList li a {
  padding-left: 12px;
}

div.configuration div#sidebar {
  background: #ebebeb;
  padding: 0;
  width: 200px;
}

div.configuration div#sidebar h2 {
  background: #d6d6d6 url(../img/ico_configuration.gif) no-repeat 12px center!important;
  border-bottom: none!important;
  display: block;
  padding-left: 29px!important;
}

div.configuration div#sidebar div.section {
  border: none!important;
  margin-bottom: 0;
  padding: 0!important;
  white-space: nowrap;
}

div.configuration div.tree_config_tree_container {
  background: #ededed!important;
}

div.configuration div.tree_config_tree_view {
  margin: 0 12px 10px 12px;
  padding: 0;
  width: 100%;
}

div.configuration div.tree_config_tree_container {
  background: #ededed!important;
}

div.configuration div.tree_config_tree_view {
  overflow: auto;
  overflow-y: hidden;
  margin: 0 12px;
  padding-bottom: 10px;
  width: 166px;
}

div.popup div.tree_config_tree_view {
  overflow: auto;
  overflow-y: hidden;
  margin: 0 12px;
  padding-bottom: 10px;
}

/* # footer
---------------------------------------------------------------------------- */

div#footer {
  background: #fff;
  clear: both;
  position: relative;
}

p.fLogo {
  background: url(../img/flogo.gif) no-repeat center center;
  height: 28px;
  position: absolute;
  left: 10px;
  top: 12px;
  text-indent: -9999px;
  width: 113px;
}

ul#fNav {
  background: url(../img/bg_line.gif) no-repeat right 1px;
  display: inline;
  text-align: right;
  width: 680px;
}

ul#fNav li {
  background: url(../img/bg_line.gif) no-repeat 0 1px;
  display: inline;
  padding: 0 3px 0 8px;
}

ul#fNav li a {
  color: #555;
  font-size: 90%;
}

ul#fNav li a:hover {
  color: #ff9933;
}

p#copyright {
  color: #7f7f7f;
  font-size: 90%;
}

div#footer #footerInner {
  padding: 12px 0 7px 127px;
  text-align: left;
}

div#footer .footerLeft {
  float: left;
}

ul#fNav {
  background: url(../img/bg_line.gif) no-repeat left center;
  display: inherit;
  padding-left: 5px;
  text-align: left;
  width: auto;
}

ul#fNav li {
  background: url(../img/bg_line.gif) no-repeat right center;
  padding: 0 10px 0 5px;
  width: auto;
}

ul#fNav li a {
  font-size: 100%;
}

.copyright {
  color: #7f7f7f;
  font-size: 90%;
  padding-top: 2px;
}

p#fLogo {
  float: right;
  padding: 2px 0 0 0;
}

p#fLogo img {
  vertical-align: baseline;
}

p#fLogo span {
  color: #666;
  font-size: 90%;
  vertical-align: text-bottom;
}

div.fBlock {
  color: #7f7f7f;
  font-size: 90%;
  position: absolute;
  right: 57px;
  top: 11px;
  text-align: right;
}

div.fBlock p.power {
  padding-bottom: 2px;
}

div.fBlock p.power img {
  padding-left: 3px;
  vertical-align: middle;
}

/* # clearfix
---------------------------------------------------------------------------- */

div.styleTitle h2.styleTitle01:after,
div#content h5:after,
div#sidebar ul.lNav li ul.lNavInner li:after,
div#sidebar ul.lNav li ul.lNavInner li a:after,
div.keywordSearch:after,
table.typeCriteria tr td.selectRadio ul:after,
div.styleInput:after,
div#content div.styleTitle02 div.listLink02 ul:after,
div#content div.styleTitle02 div.listLink02:after,
div#content div.styleTitle02:after,
div#content div.sHeadDetail:after,
.link02:after,
div.titlePage:after,
div.section h2:after,
.sectionInfo:after,
.infoLink:after,
form.formSearch .styleSearch:after,
div.style:after,
div#content div.styleTitle:after,
div.typeCriteria:after,
table.styleTable01 ul.summaryList:after,
body#reTree div#layout:after,
form#reportDisplay:after,
div#login form#formLogin ul li:after,
div#login dl.forgotPass dd form:after,
div.configuration div.tree_config_tree_container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

span.alerts_A {
  color:#FF3300;
}

span.alerts_B {
  color:#0033FF;
}

.listlink{
  background: url("../img/ico_arrow01.gif") no-repeat scroll 0 5px transparent;
  font-weight: normal;
  padding: 0 0 0 10px;
}

.asign_info {
  background-color: #CCCCCC;
  padding: 0 10px;
}

div.dialog ul.listVolume {
  background: url("../img/bg_dot02.gif") repeat-x scroll left bottom transparent;
  margin: 0 0 7px;
  padding: 2px 4px 5px 4px;
  width: 840px;
}

div.dialog ul.listVolume li {
  float: left;
  font-weight: bold;
  width: 278px;
}

div.dialog ul.listVolume li.listRight {
  float: right;
  text-align: right;
  width: 392px;
}

div.dialog ul.listVolume li label {
  margin-right: 8px;
}

div.dialog ul.listVolume li input {
  vertical-align: middle;
  width: 107px;
}

div.dialog ul.listVolume li span {
  margin-left: 9px;
}

div.dialog ul.listTable {
  float: left;
  padding-left: 6px;
}

div.dialog ul.listTable li {
  width: 219px;
}

div.dialog ul.listTable li p {
  font-weight: bold;
}

div.dialog ul.listTable li table {
  width: 467px;
}

div.dialog ul.listTable li table th, div.dialog ul.listTable li table td {
  border: 1px solid #AAAAAA;
  vertical-align: top;
}

div.dialog ul.listTable li table th {
  background: none repeat scroll 0 0 #E5E5E5;
  font-weight: bold;
  padding: 3px 5px 2px 7px;
  vertical-align: middle;
  white-space: nowrap;
  width:90px;
}

div.dialog ul.listTable li table td {
  border-right: medium none;
  padding: 0 0 0 5px;
  width:300px;
}

div.dialog ul.listTable li table td ul {
  margin-top: 5px;
}

div.dialog ul.listTable li table td ul li {
  background: none repeat scroll 0 0 #D2D3D2;
  border: 1px solid #BBBBBB;
  margin-bottom: 5px;
  width: 290px;
}

div.dialog ul.listTable li table td.iconQa {
  border-left: medium none;
  border-right: 1px solid #AAAAAA;
  vertical-align: middle;
  width:21px;
}

div.dialog div.listQA {
  background: url(../img/bg_qa.gif) no-repeat 338px 80px;
}

div.dialog div.listQA {
  clear: both;
  margin: 0 0 4px 4px;
}

div.dialog div.listQA dl {
  float: left;
  padding-right: 45px;
  width: 320px;
}

div.dialog div.listQA dl dt {
  font-weight: bold;
  padding :0 0 0 2px;
}

div.dialog div.listQA dl dd {
  padding: 0 0 20px;
}

div.dialog div.listQA dl dd ul {
  border: 1px solid #BBBBBB;
  height: 175px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 7px 0 2px 7px;
}

div.dialog div.listQA dl dd ul li {
  background: none repeat scroll 0 0 #D2D3D2;
  border: 1px solid #BBBBBB;
  margin-bottom: 5px;
  padding: 4px 1px 1px 8px;
  width: 290px;
}

div.dialog div.listQA dl dd ul.listLast {
  height: 94px;
}

div.dialog div.assign {
  background: none repeat scroll 0 0 #E5E5E5;
  margin: 0 0 14px;
  padding: 2px 0 12px;
  width: 610px;
}

div.dialog table.assignTable {
  width: 540px;
}

div.dialog table.assignTable th {
  font-weight: bold;
  padding: 11px 5px 0 16px;
}

div.dialog table.assignTable td {
  padding: 11px 5px 0;
}

div.dialog table.assignTable ul li {
  float: left;
  padding: 0 62px 0 0;
  width: auto;
}

div.dialog table.assignTable ul li span {
  font-weight: bold;
  padding: 0 10px 0 0;
}

div.yfCoversheet #header #headerInner:after, div.dialog ul.OtherTable:after, div.dialog div.listQA:after, div.dialog div.listQA dl:after, div.dialog ul.listVolume:after, div.dialog ul.listTable:after, div.dialog table.assignTable ul:after, div.matterStyle:after, div.titlePage:after, div.section h2:after, .sectionInfo:after, .infoLink:after, .btnInfo:after, form.formSearch .styleSearch:after, div.style:after, div#content div.styleTitle:after, div.typeCriteria:after, table.styleTable01 ul.summaryList:after, div#login form#formLogin ul li:after, div#login dl.forgotPass dd form:after, body#reTree div#layout:after, form#reportDisplay:after, div.configuration div.tree_config_tree_container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

div.actionSection {
  height: 24px;
}

div.dialog p.otherText {
  padding: 0 0 19px;
}

div.dialog ul.otherTable {
  float: none;
  padding: 10px 0 20px;
  width: auto;
}

div.dialog ul.otherTable li {
  width: auto;
}

div.dialog p.otherText {
  padding: 0 0 19px;
}

div.dialog ul.otherTable li table {
  width: 100%;
}

div.dialog ul.otherTable li table th {
  width: 80px;
}

div.dialog ul.otherTable li table td {
  border: 1px solid #AAAAAA;
}

/*-----------------検索エリア-　固定タイプ------------------------*/
p.criteriaSeacrch_C {
  clear: both;
  padding-top: 1px;
  margin-bottom: 5px;
  text-align:center;
}

p.criteriaSeacrch_C a.criteriaLink_C {
  background: url(../img/ico_arrow05.gif) no-repeat 0 center;
  padding: 0 0 0 14px;
}

form.formSearch {
  margin-bottom: 6px;
  position: relative;
}

.keywordSearch {
  border-bottom: 1px solid #ccc;
}

.keywordSearch .general {
  padding: 5px 15px 3px 0px;
  background-color: #f9f9f9;
  border-top:1px solid #ccc;
}
.popup .keywordSearch .general {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

div.keywordSearch div.search {
  background: #ededed;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 5px 8px 4px 11px;
}

div.keywordSearch div.search span {
  display: block;
}

div.keywordSearch div.search span.plus {
}

/* ライブラリ型の拡張絞り込み条件表示エリア */
div.general.link_library_field_search_condition {
  margin-bottom: 3px;
  border-bottom: 1px solid #ccc;
}

/* ライブラリ型の拡張絞り込み条件表示 */
div.general.link_library_field_search_condition span {
  background-color: #d8d8d8;
  font-weight: normal;
  padding: 2px;
  margin: 5px;
}

form.formSearch .styleSearch {
  float: left;
}

form.formSearch .styleSearch li {
  float: left;
  padding-right: 11px;
  width: auto;
  white-space: nowrap;
}

div.style {
  padding: 5px 15px 7px 7px;
}

.styleSearch li input {
  float: left;
}

.styleSearch li label {
  float: left;
  padding: 1px 0 0 3px;
}

.search_tree_list {
  border-bottom: solid 3px #990033;
}

p.criteriaLink {
  display: inline;
  float: left;
  padding: 7px 8px 0px 0px;
  text-align: right;
}

p.criteriaLink02 {
  display: inline;
  float: left;
  padding: 5px 8px 0px 0px;
  text-align: right;
}

p.criteriaLink a {
  background: url(../img/ico_arrow03.gif) no-repeat 0 center;
  padding: 0 0 0 14px;
  margin-left: 9px;
}

p.criteriaLink a.contract {
  background: url(../img/ico_arrow03.gif) no-repeat 0 center;
  padding: 0 0 0 14px;
}

p.criteriaLink a.expand {
  background: url(../img/ico_arrow17.gif) no-repeat 0 center;
  padding: 0 0 0 14px;
}

div.styleInput {
  clear: both;
  position: relative;
}

table.typeCriteria {
  display: inline;
  float: left;
  margin: 4px 8px 0 0;
  width: 41%;
}

table.typeCriteria tr td.selectRadio {
  width: 105px;
}

table.typeCriteria tr td.selectRadio ul {
  margin-right: -12px;
}

table.typeCriteria tr td.selectRadio ul li {
  float: left;
  padding-right: 12px;
  width: auto;
  white-space: nowrap;
}

table.typeCriteria td.selectRadio li label {
  float: left;
}

table.typeCriteria td.selectRadio li input {
  float: left;
}

table.typeCriteria td.typeSearchText div {
  position: relative;
  padding-right: 93px;
}

table.typeCriteria input.searchButton {
  position: absolute;
  right: 0;
  top: 0;
}

table.typeCriteria input#typeSearchText {
  width: 100%;
}

table.searchDate {
  clear: both;
  margin: 0 0 13px 0;
}

table.searchDate tr th {
  font-weight: bold;
  display: block;
  word-wrap:break-word;
  word-break:break-all;
  width: 130px;
  overflow:hidden;

}

table.searchDate tr th.firstSelect {
  padding-left: 0;
  word-wrap:break-word;
  word-break:break-all;
  overflow:hidden;
  width: 130px;
  display: block;
}

table.searchDate tr th.secondText {
  padding-left: 10px;
}

table.searchDate tr td {
  width:300px;
}

table.searchDate tr td div {
  width: 300px;
}

table.searchDate tr td input {
  height: 17px;
  width: 95px;
}

table.searchDate span {
  margin-left: 5px;
  margin-right: 5px;
}

table.searchText {
  clear: both;
  margin: 0 0 13px 0;
}


table.searchText tr th {
  font-weight: bold;
  display: block;
  word-wrap:break-word;
  word-break:break-all;
  width: 130px;
  padding-top:6px;
  padding-bottom:6px;
  overflow:hidden;
}

table.searchText tr th.secondText {
  padding-left: 10px;
}

table.searchText tr td {
  width:300px;
}

table.searchText tr td div {
  width: 300px;
}

table.searchText tr td input {
  height: 17px;
}

input.searchButton {
  background: url(../img/bg_submit01.gif) no-repeat 0 0;
  border: none;
  display: inline-block;
  outline: none;
  padding: 2px 0 3px 0;
  text-align: center;
  width: 67px;
  height: 21px;
  cursor: pointer;
}

input.searchButton:hover {
  background: url(../img/bg_submit01_o.gif) no-repeat 0 0;
}

table.choiceStyle {
  clear: both;
  margin: 0 0 11px 0;
  width: 100%;
}

table.choiceStyle tr th {
  font-weight: bold;
  display: block;
  word-wrap:break-word;
  word-break:break-all;
  width: 130px;
  padding-top:6px;
  padding-bottom:6px;
  overflow:hidden;
  padding-right: 10px;
  vertical-align: top;
}

table.choiceStyle tr th.choiceRadio {
  font-weight: bold;
  display: block;
  word-wrap:break-word;
  word-break:break-all;
  width: 120px;
  padding-top:6px;
  padding-bottom:6px;
  overflow:hidden;
  padding-right: 10px;
  vertical-align: top;
}

table.choiceStyle tr td {
  text-align: left;
  vertical-align: top;
}

table.choiceStyle tr td ul li {
  float: left;
  padding-right: 10px;
  width: auto;
}

table.choiceStyle tr td ul li input {
  float: left;
  margin-right: 5px;
}

table.choiceStyle tr td ul li lable {
  float: left;
}

table.publisherSelect {
  clear: both;
  margin: 0 0 13px 0;
}

table.publisherSelect tr th {
  font-weight: bold;
  vertical-align: top;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  word-wrap:break-word;
  word-break:break-all;
  width: 130px;
  overflow:hidden;
}

table.publisherSelect tr th.firstSelect {
  padding-left: 0;
  word-wrap:break-word;
  word-break:break-all;
  overflow:hidden;
  width: 130px;
  display: block;
}

table.publisherSelect td {
  vertical-align: top;
  padding:0 15px 13px 2px;

}

table.publisherSelect td .sizeA {
  border: 1px solid #aaadb4;
  height: 130px;
  min-width: 130px;
  max-width: 500px;
  overflow:auto;
}

p.criteriaSeacrch {
  clear: both;
  padding-top: 17px;
}

p.criteriaSeacrch a.criteriaLink {
  background: url(../img/ico_arrow03.gif) no-repeat 0 center;
  float: right;
  margin-top: 2px;
  padding: 0 0 0 14px;
}

p.criteriaSeacrch input {
  margin: 0 0 0 13px;
  float: right;
  vertical-align: bottom;
}
/*------------検索エリアEND-----------------------------*/

/*--------ツリー検索用------------*/
table.typeCriteria_lock {
  clear: both;
  float: left;
  margin-top: 7px;
}

table.typeCriteria_lock tr td.selectRadio {
  width: 130px!important;
}

table.typeCriteria_lock tr td.selectRadio ul li {
  float: left;
  padding-right: 20px;
  width: auto;
  white-space: nowrap;
}

table.typeCriteria_lock td.selectRadio li label {
  float: left;
}

table.typeCriteria_lock td.selectRadio li input {
  float: left;
}

table.typeCriteria_lock td.typeSearchText div {
  position: relative;
  padding-right: 20px;
}

table.typeCriteria_lock input.searchButton {
  position: absolute;
  right: 0;
  top: 0;
}

table.typeCriteria_lock input#typeSearchText {
  height: 17px;
  width: 630px;
}
/*---------------------------------------*/

div#login {
  padding: 27px 0px 7px 0px;
}

div#login h1 {
  background: url(../img/logo_b.gif) no-repeat 0 0;
  height: 51px;
  margin: 0 auto;
  width: 241px;
}

div#login h1 a {
  display: block;
  height: 51px;
  overflow: hidden;
  outline: none;
  text-indent: -9999px;
  width: 241px;
}

div#login div.loginSection {
  border: 1px solid #aaa;
  clear: both;
  margin: 18px auto 15px auto;
  padding: 1px;
  width: 452px;
}

div#login div.maintenanceMessage {
  clear: both;
  margin: 100px 0;
  text-align: center;
  font-size: 200%;
}

div#login div.loginSection h2 {
  background: url(../img/ttl_loginbk.gif) no-repeat 0 0;
  height: 37px;
  overflow: hidden;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  font-size: 120%;
  width: 452px;
}

div#login div.loginSection h2.changePassword {
  background: url(../img/ttl_loginbk.gif) no-repeat 0 0;
  text-indent: 0px;
  text-align: center;
  line-height: 30px;
  font-size: 130%;
}

div#login form#formLogin {
  padding: 12px 0 17px 0;
}

div#login form#formLogin ul li {
  padding-bottom: 16px;
}

div#login form#formLogin ul li label {
  display: block;
  float: left;
  font-weight: bold;
  padding: 2px 12px 0 0;
  text-align: right;
  width: 120px;
}

div#login form#formLogin ul li input {
  height: 17px;
  float: left;
  width: 225px;
}

div#login p.buttonLogin {
  padding-top: 7px;
  text-align: center;
}

div#login p.buttonLogin input {
  background: url(../img/bg_button01.gif) no-repeat 0 0;
  border: none;
  cursor: pointer;
  font-weight: bold;
  height: 37px;
  width: 124px;
}

div#login p.buttonLogin input:hover {
  background: url(../img/bg_button01_o.gif) no-repeat 0 0!important;
}

div#login dl.forgotPass {
  background: #e5e5e5;
  margin: 0 auto;
  padding: 12px 12px 12px 11px;
  width: 433px;
}

div#login dl.forgotPass dt {
  background: #e5e5e5;
  height: 13px;
  line-height: 13px;
  font-weight: bold;
  overflow: hidden;
  text-indent: 0px;
  width: 139px;
}

div#login dl.forgotPass dd {
  padding: 8px 0 0 0;
}

div#login dl.forgotPass dd p {
  float: left;
}

div#login dl.forgotPass p.labelEmail {
  font-weight: bold;
  padding: 2px 0 0 0;
  width: 90px;
}

div#login dl.forgotPass input.email {
  height: 17px;
  width: 256px;
}

div#login dl.forgotPass p.forgotButton {
  padding-left: 5px;
}

div#login ul.logoAsp {
  background: url(../../common/img/aspic_logo_BP.jpg) no-repeat 0 0;
  height: 76px;
  margin-top: 114px;
  margin-left: 10px;
  text-indent: -9999px;
  width: 67px;
}
div#login ul.logoAsp li{
  display:block;
  width:67px;
  height:76px;
  position:relative;
}
div#login ul.logoAsp li a{
  position:relative;
  display:block;
  margin:0px;
  width:100%;
  height:100%;
  text-align:center;
  text-decoration: none;
}

div.error_login {
  background-color:#FFCCCC;
  font-weight:bold;
  color:#CC0000;
  padding:5px;
  width: 445px;
  margin: 10px auto;
  text-align:center;
}

div.mail_login {
  background-color:#FFFDDD;
  font-weight: bold;
  color: #CC0000;
  padding: 5px;
  width: 445px;
  margin: 10px auto;
  text-align: center;
}

div#password_reminder {
  clear: both;
}

/* # 横レイアウト
---------------------------------------------------------------------------- */

table.confirm_grouped_library_fields th > div,
table.confirm_grouped_library_fields td > div {
  word-wrap: break-word;
}

table.grouped_library_fields th.text_field,
table.grouped_library_fields td.text_field,
table.grouped_library_fields th.text_area,
table.grouped_library_fields th.select,
table.grouped_library_fields th.radio_button,
table.grouped_library_fields th.check_box,
table.grouped_library_fields th.multiple_select,
table.grouped_library_fields th.file_field,
table.grouped_library_fields td.text_area,
table.grouped_library_fields td.select,
table.grouped_library_fields td.radio_button,
table.grouped_library_fields td.check_box,
table.grouped_library_fields td.multiple_select,
table.grouped_library_fields td.file_field {
  width: 295px !important;
}

table.grouped_library_fields th.date_field,
table.grouped_library_fields td.date_field {
  width: 220px !important;
}

table.grouped_library_fields th.library_column_type,
table.grouped_library_fields th.user_field,
table.grouped_library_fields td.library_column_type,
table.grouped_library_fields td.user_field {
  width: 300px !important;
}

table.grouped_library_fields th.library_column_type_detail,
table.grouped_library_fields th.library_list_type,
table.grouped_library_fields td.library_column_type_detail,
table.grouped_library_fields td.library_list_type {
  width: 635px !important;
}

table.grouped_library_fields th.number_field,
table.grouped_library_fields td.number_field {
  width: 200px !important;
}



table.grouped_library_fields td.text_field_limited input {
  width: 255px !important;
}

table.grouped_library_fields input.reference_field {
  width: 200px !important;
}

table.grouped_library_fields td.file_field input {
  width: 227px !important;
}

table.grouped_library_fields td.file_field_for_firefox input {
  margin-right: 15px !important;
}

table.grouped_library_fields td.text_area_limited textarea {
  width: 255px !important;
}

table.grouped_library_fields td.select_limited select,
table.grouped_library_fields td.multiple_select_limited select {
  width: 265px !important;
}

div.note_for_grouped_library_fields {
  width: 600px !important;
  word-wrap: break-word;
}

div.fieldNoteTop,
div.fieldNoteBottom,
div.fieldNoteRight {
  word-wrap: break-word !important;
}

a span.center_img {
  cursor: pointer!important;
}

.myTask tr td.selectRadio {
  width: 115px!important;
  text-align: right;
}


/*----------------mytask search area----------------------*/

.tableStyle {
  width:100%;
}
.tableStyle td {

}
.tableStyle table.genericTable{
  width:100%;
  margin:0px 0px 0px 0px;
}

.tableStyle table.genericTable td{
  border-bottom:1px solid #e2e2e2;
  text-align:left;
  padding: 2px 0px 2px 5px;
}

.tableStyle table.genericTable td span{
  font-weight:bold;
  padding-left:16px;
}

.tableStyle table.genericTable td.tdfix{
  width:10px;
}

.tableStyle table.genericTable td.tdfix span{
  background-color:#d8d8d8;
  font-weight:normal;
  padding:2px;
}

.tableStyle table.genericTable td.tdfix02{
  vertical-align:top;
  width:10px;
  padding-right:20px;
}

.tableStyle table.genericTable td.noneboder{
  border-bottom:none;
}

.common_search_label {
  float: left;
  margin-right: 7px;
  font-weight: bold;
  padding-left: 16px;
}

div.styleTitle h2.styleTitle01 span.libraryStop {
  background: url("../../common/img/ico_02.gif") no-repeat scroll 0 3px transparent;
  display: inline;
  float: left;
}

ul.hLink li a.registration_top:hover {
  background: none!important;
}

div.detailSection .indent {
  margin-left: 20px;
}

div#contentInner .indent {
  margin-left: 11px;
}

div.detailSection .indent_clear {
  margin-left: 20px;
  clear: both;
}

#search_filters_container table.genericTable tr:last-child td {
  border-bottom: none;
}

#sort_filters_container table.genericTable tr:last-child td {
  border-bottom: medium none;
}

p.warning_message {
  margin-left: 10px;
  color: gray;
  font-weight: bold;
}

div#layout div#header div#headerInner div.hSection ul#hNav {
  margin-left: 520px;
  white-space: nowrap;
}
