@charset "utf-8";
* {
  padding: 0; margin: 0;
/*
  font-family: 'ヒラギノ丸ゴ Pro W4', 'メイリオ', Arial, Verdana, Osaka, MS P Gothic, sans-serif;
*/
  font-family: 'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo;
}
html, body {
/*
  color: #443;
  font-size: 11.5pt;
*/
}
html, body, #controlPanel {
  height: 100%;
  background: url(../Images/bg.png) !important;
}
h1,h2,h3,h4,h5,h6{
  text-align: center;
  font-weight: 600;
}
h4,h5,h6{
  font-weight: 500;
/*
  font-size:107%;
*/
}
input, select, button {
/*
  font-size: 10pt;
*/
}
/* basic page positioning */
.now-login {
  margin: 240px auto auto auto;
  background: url(../Images/bg.png);
  width: 250px;
  border: 1px solid black;
  padding: 1em;
}
.login-info {
  margin: auto;
  text-align: center;
/*
  height: 3em;
  line-height: 3em;
*/
}
.login-info span {
  font-weight: 600;
  color: #b61854;
}
#control-panel {
  height: 100%;
  width: 100%;
  margin-right: -190px;
  padding: 1em 0;
  float: left;
}

#controlPanel-sidebar {
  float: left;
  clear: left;
  width: 200px;
  font-size: 15px;
/*
  font-size: 70%;
*/
  z-index: 10;
}
#controlPanel-main {
  margin-left: 220px;
  z-index: 1;
/*
  font-size: 100%;
*/
}
#controlPanel-main h3 {
  text-align: center;
/*
  font-size: 90%;
*/
}
#controlPanel-main table {
/*
  font-size: 80%;
*/
  border-collapse: collapse;
  text-align: center;
}
#controlPanel-main table tr.header {
  text-align: center;
  background: url(../Images/grad.png);
}
#controlPanel-main table tr th {
  font-weight: 500;
/*
  font-size: 105%;
*/
  padding: 1px 2px;
}
#controlPanel-main table tr td.left {
  padding: 5px 0 5px 10px;
}
#switch {
  position: fixed !important;
  position: absolute;
  top: 110px; left: 0px;
  width: 18px; height: 80px;
  cursor: pointer;
  background: url(../Images/tabs.png) -1px -82px no-repeat;
}
hr.clear {
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  border: none;
  visibility: hidden;
}
/* LOGIN FORM */
#loginForm {
/*
  width: 270px;
  margin: 170px auto;
  background: url(../Images/bg.png);
*/
  width: 400px;
  margin: 100px auto;
  background: #ffffff;
  padding: 1em;
  text-align: center;
  border: inset 2px #302f45;
}
#loginForm h2 {
  font: 800 32px Times New Roman, Trebuchet MS;
  margin-bottom: 30px;
}
#loginForm .labl {
  font: 800 16px arial;
  text-align:right;
  width: 60px;
  float: left;

}
#loginForm .txtfield {
  margin-bottom: 5px;
  padding: 3px 8px;
  width: 160px;
  vertical-align: middle;
/*
  color: #333;
  height: 16px;
  border-width: 0;
  background: transparent url(../Images/txtfield-bg.png) no-repeat 0 0;
*/
}
#loginForm .submit {
  margin: 15px auto 15px auto;
}
/* # LOGIN FORM */
ul{
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
ul li{
  margin: 0;
/*
  font-size: 10pt;
*/
}

ul.p2em, ol.p2em{
	display: none;
  width: 90%; padding: 1em;
  margin: 1em auto .5em auto;
/*
  font-size: 90%;
*/
}
ul.p2em li {
  background: url(../Images/check.png) left top no-repeat;
  padding-left: 25px;
}

#controlPanel-sidebar ul {
  list-style: none;
  width: 170px; /* Width of Menu Items */
  border-bottom: 1px solid #ccc;
  z-index: 1000;
}
#controlPanel-sidebar ul#nav {
  margin: 5px auto 10px 30px;
}
#controlPanel-sidebar ul#nav * {
  height: 25px;
  background: url(../Images/grad-al.png) repeat-x;
}
#controlPanel-sidebar li {
  position: relative;
  z-index: 1000;
}
#controlPanel-sidebar ul ul {
  position: absolute;
  left: 165px;
  top: 0;
  display: none;
}
#controlPanel-sidebar ul li:hover ul,
#controlPanel-sidebar ul li.over ul {
  display: block;
}
#controlPanel-sidebar ul li:hover ul ul,
#controlPanel-sidebar ul li.over ul ul {
  display: none;
}
#controlPanel-sidebar ul ul li:hover ul,
#controlPanel-sidebar ul ul li.over ul {
  display: block;
}
body[id=controlPanel] #nav a.bottom { /* For Firefox & Opera. I don't know why... */
  height: 17px;
  padding: 0; margin: 0;
  border-bottom: 1px solid #aaa;
}
#controlPanel-sidebar ul li a {
  display: block;
  text-decoration: none;
  color: #555;
  padding: 2px 5px;
  border: 1px solid #ccc; /* IE6 Bug */
  border-bottom: 0;
  text-align: center; line-height: 1.5;
}
/* IE Requirement \*/
* html #controlPanel-sidebar ul li { float: left; height: 1%; }
* html #controlPanel-sidebar ul li a { height: 1%; }

#controlPanel-sidebar ul li:hover ul, li.over ul { display: block; } /* oops */
#controlPanel {
  margin: 30px auto auto auto;
}
a {
/*
 color: #7a7cbc;
*/
 }
/*
a:hover{ color: #33cc33; }
*/
#controlPanel-sidebar ul li a:hover { color: #33cc33; }
#controlPanel-sidebar ul li a.active {  color: crimson; }
dl dt {
  background:url(../Images/dlmark.png) left 25% no-repeat;
  padding-left: 10px;
}
/* general use */
img { border: 0px; }
form { margin: auto; }
fieldset {
  background: transparent;
  width: 98%;
}
img.photo {
  margin: 0;
  padding: 3px;      /* border-width of picture */ 
  background-color: #fff;
  border: 1px solid #ccc;
  border-color: #ddd #999 #999 #ccc;
  cursor: pointer;
}
table { border-collapse: collapse; }
th.head{
  font: bold 30px/80px Times New Roman;
  padding-bottom: 1.5em;
  color:#223271;
}
td.lt { text-align : left; }
td.rt { text-align : right; padding-right: 3px;}
td span{
/*
  font-size: 13px; 
  color: #555;
*/
}
td small{
  font:500 11px arial;
  color: #333;
}
td strong{
  font:500 14px trebuchet ms, sans-serif;
  color:#443F63;
}
#editarea { width :99%; }
#info{
  text-align: left;
/*
  font-size: 80%;
*/
  background: #fff;
  border: solid 2px #FF8041;
  margin: 1em;
  padding-right: 1.5em;
}
#info ul {
 list-style-type: square;
 list-style-position: inside;
}
.hidden { display: none; }
.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }
.hand { cursor: pointer; }
legend {
/*
  font-size:105%;
*/
  padding: 1px 7px 1px 7px;
  border: solid 2px #6A9E66;
  background: ivory;
  color: #ee2200;
  margin-left: 1.5em;
}
input[type=checkbox] { margin-bottom: 2px; }
.tinyheader { border: solid 1px green; background: ivory; padding: .1em; margin: 1em auto; color:#ee2200;}
.result {
  text-align: center;
  color: #336600;
  margin-top: 3em;
}
.ibutton {
  font: 600 90%/1 trebuchet ms, sans-serif;
  margin: 0 0.2em; padding: 0.1em 0;
  border: 1px solid #0C820C;
  text-decoration: none;
  vertical-align: middle;
  background: #fff;
  color: #16b816;
  cursor: pointer;
}
.igreen {
  font: 600 100%/1 trebuchet ms, sans-serif;
  margin: 0.5em; padding: 0.3em;
  border: 1px solid #0C820C;
  vertical-align: middle;
  background: #fff;
  color: #16b816;
}
.ibutton span {
  margin:0; padding: 0.1em 0.3em 0.1em 0.3em;
}
.ibutton:hover,.ibutton span:hover {
  background: #16b816;
  color: #fff;
}

.exp {
  font:500 90%/1.5 trebuchet ms;
  color: #0E4F03;
  text-align: center;
  margin: 10px auto;
}
.exp span { 
  border: #FAA106 1px solid;
  background: ivory; padding: .3em .7em;
}
.help {
  background: ivory;
  border: #6E9565 2px solid;
  margin: 1em;
/*
  font-size: 90%;
*/
  padding: 0.3em;
  text-align: left;
}
.info-icon {
  vertical-align: middle; cursor: help;
}
.icon18x18{ width: 18px; height: 18px; }
.icon16x16{ width: 16px; height: 16px; vertical-align: middle;}
.alert{
  color: #509B07;
/*
  font-size: 95%;
*/
  padding: 0.5em;
  text-align: center;
}
.alert-p{
  margin-top: 100px;
  text-align: center;
}
.alert-p span, .alert span {
  color: #509B07;
/*
  font-size: 95%;
*/
  border: 1px dotted #333;
  background: #ffe;
  padding: 0.5em;
}
.nav-arrow {
  vertical-align: middle;
  width : 16px; height: 16px;
}
.underline {
  text-decoration: underline;
  color: #5C5886;
}
/* HELPボタン非表示 */
.helper {
	display: none;
/*
  position: fixed; right: 15px; top: 0; z-index: 1000;
  background: url(../Images/helper.png) no-repeat left top;
  cursor: pointer; height: 15px; width: 48px;
*/
}
.change-fs {
  border: solid 1px #aaa;
  background: #eee;
  text-decoration: none;
  padding: 0 2pt 0 2pt;
}
.change-fs span{
  font-weight: bold;
}
.change-fs:hover{
  color: #fff;
  background: #F2A62E;
}
table.page-nav {
  width: 70%;
}

tr.tr-header th {
  text-align: center; font: 500 15px Meiryo, MS P Gothic, Verdana;
  color: #fff; background: rgb(78, 120 ,143); padding: 3px;
}
#upfiles {
  position: absolute;left: -1000px; top:-1000px;
/*
  font-size: 10pt;
*/
  text-align: center;
  background:url(../Images/bg.png) #efe;
  border: 5px solid activecaption;
  width: 530px; height: 400px; z-index: 1500;
  overflow-y: auto; overflow-x: hidden;
}
* html #upfiles { overflow: hidden; }
#upfiles button {
/*
  font-size: 8pt;
*/
  height: auto;
}
#upfiles iframe { width: 530px; height: 400px;}


/* 不要項目非表示
------------------------------------------------------*/
/* 非表示にしたいところ用DIV */
div.dispNone {
	display: none;
}

/* PermaLink非表示 ※edit.inc.phpに要class追加 */
div.pmTitle {
	display: none;
}

/* Tag関連の設定 非表示 ※write.inc.php、edit.inc.phpに要class追加 */
div.tagSetting {
	display: none;
}

/* 編集時、Ping関連の設定 非表示 */
div#up {
	display: none;
}

/* Ping関連の設定 非表示 ※writer.inc.phpに要class追加 */
div.pingSetting {
	display: none;
/* 
	margin: .5em 2em;
*/
}


