body{
  background-color: #FDF2E7;
}
#content-wrap{
  min-height: 350px;
  _height: 350px;
}
input.text{
  padding: 2px;
}
#site-description{
  margin-left: 60px;
  display: block;
  float: left;
  background: url('../img/robot.gif') no-repeat;
  background-position: 200px 5px;
  width: 260px;
  height: 81px;
}
#navigation{
  background: #EE6B15;
  background: #EE7025;
  padding:10px 7px 10px 13px;
}
#navigation li{
  float: none;
}
/*
#navigation li.navigation-right{
  float: right;
}
#header-links { margin:35px 13px 0; }
*/
#footer{
  background: #FFF2E6;
  color: #FF9955;
}
#header #logo-text{
  float: left;
  width: 300px;
  height: 51px;
  display: block;
  margin-top: 15px;
  margin-left: 10px;
}

#schedule-area{
  margin: 20px;
}
#cn-jisho-search-components {
  display: flex;
}
#dictionary-selector{
  width: 210px;
}
/* -- portal.css より -- */
#dictionary-selector .facet {
  border:1px solid #D0C7B0;
  font-size:12px;
  margin: 5px 0 5px 5px;
  clear: both;
}
#dictionary-selector .facet ul {
  font-size:12px;
  margin:5px 5px 5px 10px;
}
#dictionary-selector .facet li {
  padding: 2px 0px;
  /zoom: 1; /* clearfix */
}
#dictionary-selector .facet li:after{ /* clearfix */
  content: ""; display: block; clear: both;
}

#dictionary-selector .facet label {
  padding: 2px 0px;
}
#dictionary-selector .facet .current {
  background-color:#FBDED3;
  color:#B5151D;
  font-weight:bold;
  padding:2px;
}
#dictionary-selector .facet .facet-item {
  line-height:1.3;
  clear: both;
  padding: 2px 0;
  margin: 3px 0;
}
#dictionary-selector .facet .facet-item .selector-button{
  padding: 2px 0px;
  margin: 2px 0px;
}
#dictionary-selector .facet .facet-item .checkbox{
  vertical-align: bottom;
  display: block;
  float: left;
  width: 20px;
}
#dictionary-selector .facet .facet-name {
/*
  background-color:#E1EDF3;
  color:#005B8D;
*/
  background-color: #FDF2E7;
  color: #AE4A10;
  
  font-size:14px;
  font-weight:bold;
  line-height:1.2;
  padding:3px;
}
/* --  -- */
#dictionary-selector .selector-button{
  cursor: pointer;
  /*
  text-decoration: underline;
  color:#645F18;
  */
}

#dictionary-selector .selector-button .hover{
}
#dictionary-selector .selector-name{
  float: left;
  display: block;
  width: 180px;
  margin-right: -50px;
  vertical-align: bottom;
  line-height: 1.5;
}
#dictionary-selector .selector-count-value{
  display: block;
  float: right;

  font-size: 12px;
  color: #009;
  text-align: right;
}
#dictionary-selector .nothing{
  color: #999;
}
#dictionary-selector .nothing input{
  background-color: #CCC;
}
#dictionary-selector .selected{
  background-color: #FCC;
}

#dictionary-selector-update,
#dictionary-selector-langs,
#dictionary-selector-dcits{
  clear: both;
}

.dictionary-selected-words{
  /* for IE6/7 double margin */
  padding-left: 30px;
}
#dictionary-selected-words{
  width: 70%;
  background-color: #EEEEEE
}
.dictionary-selected-words-glue{
  margin-left:25px;
  font-size: 13px;
}

.dictionary thead th.dictionary-name,
.dictionary td.dictionary-name{
  text-align: right !important;
  width: 8em !important;
/*  border-left: 1px solid #999; */
}
.dictionary .odd{
  background-color: #EDE2D7;
}
.dictionary .hover{
  background-color: #FDD;
}

#schedule-area{
  margin: 5px;
}

p{
  margin: 5px;
  font-size: 13px;
}
.dictionary-words-count{
  width: 200px;
  padding: 2px;
}
.dictionary-query{
  float: left;
  width: 200px;
  margin-top: 10px;
}
.dictionary-search-pane{
  width: 735px;
  margin-bottom: 10px;
  padding-right: 10px;
}
.dictionary-toolbar-top{
  font-size: 13px;
}
.dictionary-toolbar-top-left{
  float: left;
  width: 400px;
  padding-left: 30px;
}
.dictionary-toolbar-top-query{
  float: left;
  width: 300px;
  margin-right: -50px;
}
.dictionary-toolbar-top-query input{
  margin-right: 3px;
}
.dictionary-toolbar-left{
  clear: both;
  float: left;
  width: 20px;
  margin:0 -5px 0 0px;
  padding-left: 10px;
  padding-top:25px;
}
.dictionary-dynamic-result{
  float: right;
  width: 700px;
  border:1px solid #999;
  font-size: 13px;
  min-height: 400px;
  /* IE6 */
  height: auto !important;
  height: 400px;
}
.dictionary-dynamic-result thead th{
  background-color: #7ECCE2;
  font-weight: bold;
}
.dictionary-dynamic-result thead th input{
  margin-left: 3px;
}
.dictionary-dynamic-result table{
  width: 100%;
  table-layout:fixed;
}
.dictionary-dynamic-result td,
.dictionary-dynamic-result th{
  padding: 4px 2px;
  border-bottom: 1px solid #FEE;
}
.dictionary-dynamic-result td{
  cursor: pointer;
}
.dictionary-dynamic-result .even{
  background-color: #FFF4E0;
}
.dictionary-dynamic-result .hover{
  background-color: #FCC;
}
.dictionary-dynamic-result .dictionary-dictname{
  
}

.dictionary-sakuin-buttons{
  float: left;
  width: 400px;
  margin:2px 5px 4px 20px;
}
.dictionary-sakuin-button{
  display: inline-block;
  line-height: 1.1;
  padding: 2px;
  margin: 0 1px;
  border: 1px solid #999;
  color: #666;
  cursor: pointer;
  background-color:#EEEEEE;
  font-size:13px;
}
.dictionary-sakuin-buttons .dictionary-sakuin-button{
  margin-top: 6px;
}
.dictionary-sakuin-buttons .selected{
  font-weight: bold;
  color: #CC6600 !important; /* searchButtonSelectedColor */
  border-top: 6px solid #CC6600 !important; /* searchButtonSelectedColor */
  cursor: pointer;
  margin-top: 0px;
}
.dictionary-sakuin-buttons-second .selected{
  font-weight: bold;
  color: #FFF;
  border: 1px solid #999 !important;
  background-color: #CC6600; /* searchButtonSelectedColor */
}

.dictionary-sakuin-buttons .hover,
.dictionary-sakuin-buttons-second .hover{
  color: #333;
  border: 1px solid #999;
  background-color: #E6C3B1; /* searchButtonHoverBGColor */
}
.dictionary-sakuin-buttons .noitem,
.dictionary-sakuin-buttons-second .noitem{
  background-color: #BBB;
  color: #666;
  cursor: default;
}
.dictionary-sakuin-buttons-second{
}
.dictionary-sakuin-buttons-second .dictionary-sakuin-button{
  width: 1em;
  float: left;
}

.dictionary-selector-onoff{
  cursor: pointer;
}

.dictionary-searching-message{
/*  border: 1px solid #999;
  background-color: #FFF;
  padding: 10px;
  color: #999;
*/}

.dictionary-admin-commands{
  background-color: #FCC;
  padding: 5px;
  text-align: center;
}
.dictionary-admin-commands h3{
  margin: 5px;
}
.dictionary-admin-commands input{
  margin: 0 10px;
}
/* ----- Scrolling Table ----- */
/*
.dataGridHeader {
  position:relative;
  padding-top:24px;
  _padding-top:23px;
  border-left: 1px solid #999;
  width:915px;
  _width:912px;
  border-right: 1px solid #D9D9D9;
  border-top: 1px solid #999999;
}

.dataGridContent {
  overflow:auto;
  width:915px;
  _width:912px;
  height:144px;
  border-bottom: 1px solid #D9D9D9;
}

.dataGridHeader thead tr {
  width:915px;
  position:absolute;
  top:0;
  left:0;
}

.dataGridHeader table thead tr th, .dataGridHeader table tbody tr td {
  text-align:left;
  height:0;
}

table.scrolltablestyle{
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
}

table.scrolltablestyle tbody tr td{
  background: #fff;
  text-align:left;
  padding: 4px 9px;
}
table.scrolltablestyle thead tr th{
  background-color: #FFFFD9;
  font-weight: normal;
  text-align:left;
  padding: 4px 9px 4px 9px;
  border-bottom: 1px solid #999999;
}

table.scrolltablestyle thead tr th span{
  font-size: 1.2em;
}

table.scrolltablestyle thead tr th a:visited{
  color: #CC6633;
}

table.scrolltablestyle thead tr th a:hover{
  color: #999966;
}

table.scrolltablestyle tbody tr td{
  border-right: 1px solid #D9D9D9;
}
table.scrolltablestyle tbody tr.even td{
  background: #F3F3F3;
}

table.scrolltablestyle tbody tr.ruled td{
  background-color: #FFE14F;
}
*/


/* --------
   admin
   --------*/

.admin{
  margin: 20px 0px 50px 50px;
}
.admin form{
  margin: 20px;
}
.admin dt{
  margin: 20px 0 0 0;
}
.admin ul{
  margin: 20px;
}
.admin li{
  margin: 10px;
}
.admin h2{
  font-size: 20px;
  margin: 20px 0;
  border-left: 5px solid #FF7200;
  padding-left: 5px;
}
.admin h3{
  font-size: 18px;
  margin: 10px 0;
  border-left: 5px solid #FFF2E6;
  padding-left: 5px;
}

.admin .facet-item-list{
  width: 500px;
  font-size: 13px;
  border: 1px solid #999;
}
.admin .facet-item-list li{
  margin: 2px;
  border: 1px solid #999;
  padding: 1px;
  background-color: #FFF;
}
.admin .draggable li{
  cursor: pointer;
}
.admin .facet-item-list li .item-name{
  display: block;
  float: left;
  padding: 5px;
}
.admin .facet-item-list li a{
  display: block;
  float: right;
  color: #300;
  padding: 5px;
}
.admin .facet-item-list li .is_hidden{
  height: 2em;
  background-color: #DDD;
}

.admin .facet-item-list li a:hover{
  color: #F20;
}

.admin .facet-item-list li .delete{
  background-image: url('../common/css/jquery-ui/images/ui-icons_454545_256x240.png');
  background-position:-96px -128px;
  background-repeat: no-repeat;
  height: 0px;
  width: 15px;
  overflow: hidden;
  padding: 0px;
  padding-top: 15px;
  border: 1px solid #FFF;
}
.admin .facet-item-list li .delete:hover{
  border: 1px solid #999;
}
.admin .facet-item-list-message{
  position: absolute;
  color: #F00;
  font-weight: bold;
}


.admin .dictionary-list{
  width: 400px;
  font-size: 13px;
}
.admin .dictionary-list li{
  margin: 2px;
  border: 1px solid #999;
  padding: 1px;
  cursor: pointer;
  background-color: #FFF;
}
.admin .dictionary-list li a{
  display: block;
  float: left;
  color: #300;
  padding: 5px;
}
.admin .dictionary-list li .is_hidden{
  height: 2em;
  background-color: #DDD;
}

.admin .dictionary-list li a:hover{
  color: #F20;
}

.admin .dictionary-list li .delete{
  background-image: url('../common/css/jquery-ui/images/ui-icons_454545_256x240.png');
  background-position:-96px -128px;
  background-repeat: no-repeat;
  height: 0px;
  width: 15px;
  overflow: hidden;
  padding: 0px;
  padding-top: 15px;
  border: 1px solid #FFF;
}
.admin .dictionary-list li .delete:hover{
  border: 1px solid #999;
}
.admin .dictionary-list-message{
  position: absolute;
  color: #F00;
  font-weight: bold;
}

.admin-dictionary-manage .dictionary-dynamic-result{
  margin-top: 10px;
}
.admin-dictionary-manage h2{
  font-size: 20px;
  margin: 20px;
  border-left: 5px solid #FF7200;
  padding-left: 5px;
}
.admin-dictionary-manage .link-button a{
  border: 1px solid #630;
  padding: 5px;
  float: left;
  display: block;
  width: 5em;
  text-align: center;
  margin: 0 10px;
  color: #630;
}
.admin-dictionary-manage .link-button a:hover{
  background-color: #FEC;
}
.admin-dictionary-manage .deleted-list{
  clear: both;
  float: right;
  font-size: 12px;
  width: 700px;
}
.admin-dictionary-manage .deleted-list p{
  text-align: center;
  padding: 10px;
}
.admin-dictionary-manage .deleted-list table{
  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout:fixed;
  width:100%;
  display: table;
}
.admin-dictionary-manage .deleted-list thead{
  background-color: #FC9;
}
.admin-dictionary-manage .deleted-list tbody{
  background-color: #FEC;
}
.admin-dictionary-manage .deleted-list td{
  padding: 2px;
}

.admin .import-result{

}
.admin .import-result strong{
  font-weight: bold;
  color: #600;
}
.admin .import-result .detail{
  text-indent: 2em;
}
.admin .import-errors{
  margin: 10px;
  padding: 10px;
  border: 1px solid #900;
  background-color: #FEE;
}
.admin .import-warnings{
  margin: 10px;
  padding: 10px;
  border: 1px solid #FF5;
  background-color: #FFC;
}
.admin .import-success{
  margin: 10px;
  padding: 10px;
  border: 1px solid #2F8FBC;
  background-color: #DDF1F5;
  font-size: 14px;
}
.admin .import-success li{
  margin: 5px;
}

/* --------
   admin/accesslog
   --------*/

.page-accesslog{
  margin: 20px;
  font-size: 12px;
}
.page-accesslog table{
  margin: 5px;
}
.page-accesslog td{
  border: 1px solid #CCC;
  padding: 3px;
  line-height: 1.3;
}
.page-accesslog th{
  font-weight: bold;
  text-align: center;
}
.page-accesslog td,.page-accesslog th{
  border: 1px solid #CCC;
  padding: 3px;
  line-height: 1.3;
}

.page-accesslog-index{
  font-size: 12px;
}
.page-accesslog-index ul li{
  margin: 5px;
}
.page-accesslog-index ul a{
  margin: 0 5px;
}
.page-accesslog-index .about-format pre{
  font-size: 13px;
}
.page-accesslog-archive ul.years{
  margin: 5px;
}
.page-accesslog-archive ul.years .label{
  font-weight: bold;
  cursor: pointer;
}
.page-accesslog-archive ul.months{
  margin: 5px 2em;
  font-size: 14px;
}
.page-accesslog-archive ul a{
  margin: 0 5px;
}
.page-accesslog-archive .hover{
  background-color: #FCC;
}

/* --------
   about
   --------*/

#about{
  padding:10px 30px;
}
#about p{
  font-size:14px;
  line-height:1.5;
  margin:5px 0;
  padding-bottom:3px;
}
#about h2{
  font-size:22px;
  font-weight:bold;
  margin-bottom:-10px;
  margin-left:170px;
  margin-top:10px;
}
#about h3{
  float: left;
  width: 150px;
}
#about h4{
  margin: 20px 0;
}
#about .section{
  clear: both;
  padding-top:50px;
}
#about .section_content{
  float: right;
  width: 720px;
}
#about .section_content p{
  text-indent: 15px;
}


/* ---- tableResizable ---- */
.jquery-tableResizable-virtualLine{
  width: 3px;
  border-width: 0 0 0 1px;
  padding: 0;
  border-style: dashed;
  border-color: #666;
  display: none;
  z-index: 2;
}
.jquery-tableResizable-switcher{
  width: 10px;
  border-right: 1px dotted #000;
  overflow: hidden;
  cursor: e-resize;
  z-index: 1;
  background-color: transparent;
  float: right;
}

/* ---- inputHint ---- */
.inputHint{
  color: #000;
}
.inputHint-blur{
  color: #333;
}

/**
 * jquery-ui modified
 */
.ui-widget{
   font-size: 14px;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0px;
}
.ui-dialog{
  background: #EEE;
  background: #F9F9F9;
}
.ui-widget-header {
  background: transparent;
  border: 0px;
}
.ui-dialog-content h2{
  text-align: left;
  font-weight: bold;
  margin: 10px 0px;
}
.ui-dialog-content .form_buttons input{
  margin: 0px 5px;
}