@charset "utf-8";

/* 本体 */
body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	background:#f7f6f5;
	font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
}
a:link, a:visited {
	color: #1122cc;
	text-decoration: none;
	display: inline-block;
}
a:hover {
	text-decoration: underline;
	color: #dd0000;
}
div#all {
	width: 92%;
	margin: 0 auto 0 auto;
}
div#main-in {
	width: 88%;
	margin: 0 auto;
	padding: 6px;
}

div#head {
	padding: 6px;
	width: 100%;
	background-image: #192f60;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f5ecf4), to(#192f60)); 
	background-image: -moz-linear-gradient(bottom, #f5ecf4, #192f60);
	background-image: linear-gradient(to bottom, #f5ecf4, #192f60);
	color: #fff;
}
div#head-in {
	padding: 6px;
}

#footer {
  /*position:absolute;*/
  margin-left: auto; 
  margin-right: auto;
  width: 100%;
  font-family: Verdana,'trebuchet ms', sans-serif;
  font-size: 10.5pt;
  height: 100px;
  padding: 38px 0 20px 0;
  bottom: 0;
  text-align: center;
  background: #232f3e;
  color: #FFF;
}

#footer p
{ line-height: 1.7em;
  padding: 0 0 10px 0;}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #00C6F0;
  text-decoration: none;
}

#footer_head {
  width: 100%;
  font-family: 'trebuchet ms', sans-serif;
  font-size: 10.5pt;
  height: 40px;
  padding: 40px 0 10px 0;
  margin-bottom: 0;
  text-align: center;
  background: #37475a;
  color: #FFF;
}

#footer_head a {
  color: #FFF;
}

table.tbl-menu2 { border-collapse:collapse; margin:1em 0; }
table.tbl-menu2 th,table.tbl-menu2 td { border:1px solid #C0C0C0; padding:7px; }
table.tbl-menu2 th { background:#192f60; width: 180px;}
table.tbl-menu2 td { background:#fff; }
th.w-item { width:6em; }
textarea {
	font-family: "MS PGothic",Osaka,Arial,sans-serif;
}
ul.sup-list {
	text-align: left;
	line-height: 160%;
	margin-left: 2em;
	font-size: 10.5pt !important;
}
ol.sup-list {
	text-align: left;
	line-height: 160%;
	margin-left: 2em;
	font-size: 10.5pt !important;
	color:#007bbb;
}
#right {
	float:right;
	margin-top:-1.6em;
	margin^bottom:0;
}
.form-tbl {
	border-collapse: collapse;
	margin: 1em;
}
.form-tbl th, .form-tbl td {
	border:1px solid #333;
	padding:10px;
}
.form-tbl th {
	background:#ccc;
}
.form-tbl td {
	background:#fff;
}
#err-box {
	width: 400px;
	margin: 2em auto;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1em;
	text-align: center;
}
#err-msg {
	color: #dd0000;
}
div.ttl { 
	margin: 1.2em 1em;
	padding: 6px 6px;
	border-bottom: 1px dotted #221111;
	border-left: 6px solid #192f60;
	font-weight: bold;
	color: #460e44;
	font-size: 120%;
	text-align: left;
}
/* TOP MENU */
table.regfm {
	width:400px;
	margin:0 auto;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #b0c4de;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 2px 3px 17px 1px #9d8e87;
	-moz-box-shadow: 2px 3px 17px 1px #9d8e87;
	box-shadow: 2px 3px 17px 1px #9d8e87;
}
table.regfm tr td {
	border-right: 1px solid #b0c4de;
	border-bottom: 1px solid #b0c4de;
	height: 30px;
	padding:10px 15px 10px 15px;
	background:#fff;
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
}
table.regfm tr th {
	/*border-right: 1px solid #b0c4de;*/
	border-bottom: 1px solid #b0c4de;
	height: 30px;
	padding:10px 15px 10px 15px;
	background-image: #192f60;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f5ecf4), to(#192f60)); 
	background-image: -moz-linear-gradient(bottom, #f5ecf4, #192f60);
	background-image: linear-gradient(to bottom, #f5ecf4, #192f60);
	color:#fff;
}
table.regfm tr:first-child th:first-child {
	-webkit-border-radius: 12px 0 0 0;
	-moz-border-radius: 12px 0 0 0;
	border-radius: 12px 0 0 0;
}
table.regfm tr:last-child th:first-child {
	-webkit-border-radius: 0 0 0 12px;
	-moz-border-radius: 0 0 0 12px;
	border-radius: 0 0 0 12px;
}
table.regfm tr:first-child td:last-child {
	-webkit-border-radius: 0 12px 0 0;
	-moz-border-radius: 0 12px 0 0;
	border-radius: 0 12px 0 0;
}
table.regfm tr:last-child td:last-child {
	-webkit-border-radius: 0 0 12px 0;
	-moz-border-radius: 0 0 12px 0;
	border-radius: 0 0 12px 0;
}
table.tbl-menu { border-collapse:collapse; margin:1em 0; }
table.tbl-menu th,table.tbl-menu td { border:1px solid #C0C0C0; padding:7px; }
table.tbl-menu th { background-image: url(wall01a.gif);}
table.tbl-menu td { background:#fff; }
p.err { color:#dd0000; }
p.msg { color:#006400; }
.ta-c { text-align:center; }
div.ch02 {
	text-align:center;
    	color: #696969;
	font-weight: bold;
	font-size: 12px;
    	padding: 4px;
	background-image: url(wall01a.gif);
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
}
p.ttl {
	font-weight:bold;
	color:#004080;
	border-bottom:1px solid #004080;
	padding:2px;
	width:100%;
}
/* //Slick login form with HTML5 & CSS3 */
/* http://red-team-design.com/slick-login-form-with-html5-css3/ */
#login {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    height: 300px;
    width: 400px;
    margin:0em auto 2em auto;
    text-align:center;
    padding: 30px;
    position: relative;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(255, 255, 255, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(255, 255, 255, 1),  
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
}

#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}
#check {
	width:200px;
	margin-left:12px 2em 12px auto;
}
p.form-ttl {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

.s-ttl {
	font-size:11pt;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

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

h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 20px/1 Verdana, Helvetica;
    position: relative;
}

h1:after, h1:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 90px;   
}

h1:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}

h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

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

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

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

#inputs input {
    font-family: 'Hiragino Kaku Gothic ProN',Meiryo,Arial,sans-serif;
    font-size:14pt;
    background: #f1f1f1 url(../cmn/login-sprite.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 353px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

.username {
    font-family: 'Hiragino Kaku Gothic ProN',Meiryo,Arial,sans-serif;
    background-position: 5px -2px !important;
    font-size:14pt;
}

.password {
	font-family: 'Hiragino Kaku Gothic ProN',Meiryo,Arial,sans-serif;
	background-position: 5px -52px !important;
	font-size:14pt;
}

#inputs input:focus
{
    font-size: 14pt;
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/
#actions
{
    margin: 25px 0 0 0;
}

#submit {
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;
    float: right;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:-1.5em;
    text-align:center;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #8f5a0a;
}

#submit:hover,#submit:focus
{		
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
}	

#submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
  border: none;
}

#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}

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

#back
{
    display: block;
    text-align: center;
    position: relative;
    top: 60px;
    color: #999;
}
/* ページ繰越ボタン */
span.pg-on {
	display:-moz-inline-box;
	-moz-box-align: center;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	width: 25px;
	height: 22px;
	margin: 1px;
	padding: 2px 5px;
	border: 1px solid #f3a68c;
	font-family: Verdana,Helvetica,Arial;
}
span.pg-off {
	display:-moz-inline-box;
	-moz-box-align: center;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	width: 25px;
	height: 22px;
	margin: 1px;
	padding: 2px 5px;
	border: 1px solid #9fa09e;
	font-family: Verdana,Helvetica,Arial;
}
span.pg-on,span.pg-on a {
	color: #fff;
	background: #f3a68c;
}
span.pg-off,span.pg-off a {
	color: #9fa09e !important;
	background: #fff;
}
div.page-btn {
	width: 92%;
	text-align: left;
}
/*	ページ送り
	参考: http://css-happylife.com/template/page_nav/
*/
ul.pager {
	margin: 0 0 2px;
	padding: 10px 10px 0px;
}
ul.pager li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
ul.pager li span {
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
	display: inline-block;
	margin-bottom: 0px;
	padding: 1px 8px;
	background: #e29399;
	color: #fff;
	border: 1px solid #e29399;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a {
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
	display: inline-block;
	margin-bottom: 0px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #a4a8d4;
	text-decoration: none;
	vertical-align: middle;
	color:#a4a8d4;
}
ul.pager li a:hover {
	background: #a4a8d4;
	border-color: #a4a8d4;
	color:#fff;
}

/*
	button design by:
	http://red-team-design.com/css3-patterned-buttons/
*/
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button {
  display: inline-block;
  *display: inline;
  zoom: 1;  
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 12px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)),
                    url();
  background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)),
                    url();
  -webkit-transition: background-color .2s ease-out;  
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 
              0 2px 2px -1px rgba(0, 0, 0, .5), 
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);  
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover {
  background-color: #eee;
  color: #555;
}

.button:active {
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.button[disabled], 
.button[disabled]:hover, 
.button[disabled]:active {
  border-color: #eaeaea;
  background: #fafafa;
  cursor: default;
  position: static;
  color: #999;
  /* Usually, !important should be avoided but here it's really needed :) */
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Smaller buttons styles */

.button.small {
  padding: 4px 12px;
}

/* Larger buttons styles */

.button.large {
  padding: 12px 30px;
  text-transform: uppercase;
}

.button.large:active {
  top: 2px;
}

/* Colored buttons styles */

.button.color {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0)),
                    url();
  background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0)),
                    url();  
}

/* */

.button.oldrose {
  background-color: #e29399;
  border-color: #b0778c;
}

.button.oldrose:hover {
  background-color: #e3adc1;
}

.button.oldrose:active {
  background: #e29399;
}

/* */

.button.koinezu {
  background-color: #4f455c;
  border-color: #393f4c;
}

.button.koinezu:hover {
  background-color: #95859c;
}

.button.koinezu:active {
  background: #4f455c;
}

/* */

.button.burnt_umber {
  background-color: #6f5436;
  border-color: #6f5436;
}

.button.burnt_umber:hover {
  background-color: #c49a6a;
}

.button.burnt_umber:active {
  background: #6f5436;
}

/* */

.button.olivegreen {
  background-color: #5f6527;
  border-color: #5f6527;
}

.button.olivegreen:hover {
  background-color: #a7d28d;
}

.button.olivegreen:active {
  background: #5f6527;
}

/* */

.button.orange {
  background-color: #ee7800;
  border-color: #ee7800;
}

.button.orange:hover {
  background-color: #f7b977;
}

.button.orange:active {
  background: #ee7800;
}

/* */

.button.winered {
  background-color: #b33e5c;
  border-color: #b33e5c;
}

.button.winered:hover {
  background-color: #ea618e;
}

.button.winered:active {
  background: #b33e5c;
}

/* */

.button.purple {
  background-color: #734E93;
  border-color: #5a4498;
}

.button.purple:hover {
  background-color: #9C7EB6;
}

.button.purple:active {
  background: #734E93;
}

/* */

.button.green {
  background-color: #57a957;
  border-color: #57a957;
}

.button.green:hover {
  background-color: #62c462;
}

.button.green:active {
  background: #57a957;
}

/* */

.button.red {
  background-color: #c43c35;
  border-color: #c43c35;
}

.button.red:hover {
  background-color: #ee5f5b;
}

.button.red:active {
  background: #c43c35;
}

/* */

.button.blue {
  background-color: #269CE9;
  border-color: #269CE9;
}

.button.blue:hover {
  background-color: #70B9E8;
}

.button.blue:active {
  background: #269CE9;
}

/* */

.oldrose[disabled], 
.oldrose[disabled]:hover, 
.oldrose[disabled]:active {
  border-color: #e29399;
  background: #fdeff2;
  color: #e29399;
}

.koinezu[disabled], 
.koinezu[disabled]:hover, 
.koinezu[disabled]:active {
  border-color: #393f4c;
  background: #d3cfd9;
  color: #9790a4;
}

.olivegreen[disabled], 
.olivegreen[disabled]:hover, 
.olivegreen[disabled]:active {
  border-color: #5f6527;
  background: #5f6527;
  color: #a7d28d;
}

.orange[disabled], 
.orange[disabled]:hover, 
.orange[disabled]:active {
  border-color: #ee7800;
  background: #ee7800;
  color: #f7b977;
}

.winered[disabled], 
.winered[disabled]:hover, 
.winered[disabled]:active {
  border-color: #b33e5c;
  background: #b33e5c;
  color: #522B72;
}

.purple[disabled], 
.purple[disabled]:hover, 
.purple[disabled]:active {
  border-color: #734E93;
  background: #734E93;
  color: #c7a5cc;
}

.green[disabled], 
.green[disabled]:hover, 
.green[disabled]:active {
  border-color: #57A957;
  background: #57A957;
  color: #D2FFD2;
}

.red[disabled], 
.red[disabled]:hover, 
.red[disabled]:active {
  border-color: #C43C35;
  background: #C43C35;
  color: #FFD3D3;
}

.blue[disabled], 
.blue[disabled]:hover, 
.blue[disabled]:active {
  border-color: #269CE9;
  background: #269CE9;
  color: #93D5FF;
}

/* Group buttons */

.button-group,
.button-group li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.button-group {
  font-size: 0; /* Inline block elements gap - fix */
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding: 7px;
  border-radius: 7px; 
}

.button-group li {
  margin-right: -1px; /* Overlap each right button border */
}

.button-group .button {
  font-size: 13px; /* Set the font size, different from inherited 0 */
  border-radius: 0; 
}

.button-group .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              5px 0 5px -3px rgba(0, 0, 0, .2) inset, 
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;   
}

.button-group li:first-child .button {
  border-radius: 3px 0 0 3px;
}

.button-group li:first-child .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:last-child .button {
  border-radius: 0 3px 3px 0;
}

.button-group li:last-child .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

