@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #222;
	background: #fff url(../images/header_bg.jpg) repeat-x top;
	font-size: 86%;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a images {
	border: none;
}
a:link, a:visited {
	color: #1100cc;
	text-decoration:underline;
}
a:hover, a:active, a:focus {
	text-decoration:none;
}
a:focus { outline:none;}
.container_h {
	width:960px;
	margin: 0 auto;
	padding:0;
	text-align:left;
	background: #50C6EE url(../images/header_bg.jpg) no-repeat top;
}
header {
	padding: 0;
	margin: 0;
	width: 960px;
	text-align: left;
	height: 120px;
}
header images {
}
header h1 {
	font-size: 1.8em;
	line-height: 1em;
	margin: 0;
}
header h2 {
	position:relative;
	left: 30px;
	top: -48px;
	color: #2C3672;
	font-size: 1.14em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: -18px;
	text-shadow: 1px 1px 4px #ffffff; 
}
header h3 {
	position:relative;
	left: 310px;
	top: -41px;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background-color: #1c3092;
	margin: 0 0 1em 0;
	padding: 7px 12px;
	display: inline-block;
	font-size: 90%;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.container {
	width:960px;
	margin: 0 auto 2em auto;
	padding:0;
	text-align:left;
	line-height: 1.5em;
}
.content {
	padding: 10px 30px;
	width: 900px;
	text-align: left;
}
.content h1 {
	clear: both;
	color: #32322e;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 2.5em 0 0.5em 0;
	border-bottom: 2px #0B7C44 solid;
	padding-bottom: 2px;
	
}
.content h2 {
	color: #362e2b;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 1.5em 0;
	padding: 10px 8px 6px 15px;
	background-color: #f2f2f2;
	border-left: 5px #5D9DED solid;
	border-bottom: 1px #ccc solid;
}
.content h2.charts {
	margin: 1.5em 0 0 0;
	border-bottom: none;
}
.content h2 span {
	color: #777b85;
	font-size: 80%;
	line-height: 1.2em;
	margin-left: 10px;
}
.content h3 {
	color: #362e2b;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 2em 0 1em 0;
	padding: 5px 8px 6px 15px;
	border-left: 5px #5D9DED solid;
	border-bottom: 1px #999 dotted;
}
.content h3 span {
	color: #777b85;
	font-size: 80%;
	line-height: 1.2em;
	margin-left: 10px;
}
.content h4 {
	color: #362e2b;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0.5em 0 1em 1.2em;
	padding: 2px 8px 4px 10px;
	border-left: 5px #777 solid;
}
.content h4 span {
	color: #bbb;
	font-size: 80%;
	line-height: 1.0em;
	margin-left: 10px;
}
.content h5 {
	
}
p.note {
	color: #666;
	font-size: 0.86em;
	line-height: 1.36em;
	padding-left: 0;
}
div.notenb {
	display: none;
	color: #666;
	font-size: 0.86em;
	line-height: 1.36em;
	padding-left: 15px;
	margin-bottom: 0;
}
div.tsuika {
	display: none;
}
div.tsuika p {
	margin-top: 1.5em;
}
p.error_note {
	font-size: 0.86em;
	line-height: 1.36em;
	background: transparent url(../images/icon_error.png) no-repeat top left;
	margin-top: 8px;
	padding-left: 20px;
	font-weight: bold;
	color: #b94a48 !important;
}
.frmtbl {
	padding:0;
	border-collapse:collapse;
	width:100%;
	border-top:1px solid #ccc;
	word-break: break-all;
}
.frmtbl table.frmtbl {
	background-color: #f7f7f7;
	margin-top: 1em;
}
.frmtbl th {
	width: 200px;
	text-align:center;
	background-color: #f6f6f6;
	border-bottom:1px solid #ccc;
	font-weight: bold;
	text-align: right;
	padding: 15px 10px;
	vertical-align: top;
	-webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}
.frmtbl  table.frmtbl th {
	padding-left: 10px;
	padding-right: 20px;
}
.frmtbl  table.frmtbl td {
	padding-right: 10px;
}
.frmtbl .thsub {
	width: 200px;
	text-align:center;
	border-bottom:1px solid #ccc;
/*	font-weight: bold;*/
/*	text-align: right;*/
	padding: 10px 10px 10px 0;
/*	vertical-align: top;*/
	-webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}
.frmtbl td{
	padding: 15px;
	border-bottom:1px solid #ccc;
	vertical-align: middle;
	-webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}
.frmtbl td.kakunin {
	background-color: #eee;
}
.frmtbl th span {
	display: block;
	font-size: 0.8em;
	line-height: 1.32em;
	color: #777b85;
	margin-bottom: 2px;
}
.frmtbl td span {
	display: block;
	font-size: 0.8em;
	line-height: 1.32em;
	color: #777b85;
	margin-bottom: 2px;
}
.frmtbl .thsub span {
	display: block;
	font-size: 0.8em;
	color: #777b85;
}
.eng {
	/*display: block;*/
	font-size: 0.8em;
	color: #777b85;
	padding-top: 0;
}
.required {
	display: inline-block;
	background-color: #cc0000;
	font-size: 0.8em;
	padding: 0 5px !important;
	color: #fff;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.frmtbl tr.error th {
	background-color: #e6cfcf !important;
	border-color: #eed3d7;
}
.frmtbl tr.error td {
	background-color: #f2dede !important;
	border-color: #eed3d7;
}
.frmtbl tr.normal th {
	background-color: #f6f6f6 !important;
	border-bottom:1px solid #ccc;
}
.frmtbl tr.normal td {
	background-color: #fff !important;
	border-bottom:1px solid #ccc;
}
.error_box {
    position: relative;
    margin: 25px 0px;
    padding: 17px;
    background-color: #F2DEDE;
    color: #B94A48;
    border: 1px solid #EED3D7;
    border-radius: 4px;
}
a.ov images{
	display: inline-block;
}
/* a.ov:hover images{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
} */

footer {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	background-color: #ccc;
	width: 100%;
	height:20px;
	bottom:0;
	font-size: 86%;
}
header, section, footer, aside, article, figure {
	display: block;
}
.att_box {
	position: relative;
	margin: 30px 0;
	padding: 20px 20px 20px 20px;
	background-color: #f4f6ee;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.att_box table th, .att_box table td {
	vertical-align: top;
	border-bottom: none;
	padding-top: 0;
}
.att_box h2 {
	background-color: #444;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	border-bottom: none;
	margin-top: 0;
	margin-right: 20px;
}
.att_box .frmtbl {
	float: right;
	width: 600px;
}
.att_box .frmtbl th {
	width: 120px;
	text-align: center;
}
.att_box .frmtbl .thsub {
	width: 120px;
	text-align: center;
}
.clearb {
	clear: both;
}

/* Form */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

label,
input,
button,
select,
textarea {
  font-weight: normal;
  line-height: 1.6em;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  margin-bottom: 5px;
  margin-left: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
.uneditable-input {
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 195px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
input[type="file"]::-ms-value {
   background-color: #fff;
 }

select {
  /*width: 220px;*/
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

.height-large {
    height: 100px;
}


input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

table.frmtbl td ul {
	list-style: none;
	 margin: 0;
	 padding: 0;
}
ul.radiob li, ul.checkb li {
	display: inline-block;
	width: 200px;
	background: none;
}
ul.radiob li.ww, ul.checkb li.ww {
	width: 400px;
}
ul.radiob li:before, ul.radiob li:after, ul.checkb li:before, ul.checkb li:after {
	border: none;
}
ul.checkb li label, ul.radiob li label {
	margin-left: 5px;
	color: #222;
}
ul.radiob li label span, ul.checkb li label span {
	margin-left: 5px;
	font-size: 0.8em;
	color: #777b85;
	padding-top: 0;
}

/* Button */
.btn_box {
	text-align: center;
	margin: 3em 0 2em 0;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 8px 50px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
a.btn {
	text-decoration: none;
}
a.btn-success {
	color: #fff;
}

.btn_mini {
  display: inline-block;
  *display: inline;
  padding: 8px 25px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 12px;
  line-height: 5px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4b88d3;
  *background-color: #4b88d3;
  background-image: -moz-linear-gradient(top, #68a6f2, #4b88d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#68a6f2), to(#4b88d3));
  background-image: -webkit-linear-gradient(top, #68a6f2, #4b88d3);
  background-image: -o-linear-gradient(top, #68a6f2, #4b88d3);
  background-image: linear-gradient(to bottom, #68a6f2, #4b88d3);
  background-repeat: repeat-x;
  border-color: #4b88d3 #4b88d3 #3f76bc;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff68a6f2', endColorstr='#ff4b88d3', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #4b88d3;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.blue {
	background: transparent url(../images/plus.png) no-repeat 15px center;
}
.blue:hover {
	background: #e1e1e1 url(../images/plus.png) no-repeat 15px center;
}

/* ListTable */
table.deftable{
	margin: 1em auto;
	padding:0;
	border-collapse:collapse;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	width:100%;
	font-size: 0.92em;
	}
.deftable th {
	padding:10px 2px;
	text-align:center;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color: #5D9DED;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	}
.deftable td{
	padding: 5px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	text-align: left;
	}
.deftable td a {
	font-size: 1.15em;
}
.deftable td.center {
	text-align: center;
	}
.deftable tr:nth-child(odd) {
	background-color: #fafafa;
}
.deftable tr:hover {
	background-color: #D9E7FA;
	}
.half {
	width: 48% !important;
	margin-left: 10px !important;
	float: left;
}

.list_detail {
	vertical-align: middle;
	width: 40px;
}
.list_category {
	vertical-align: middle;
	width: 140px;
}
.list_title {
	vertical-align: middle;
}
.list_status {
	vertical-align: middle;
	width: 80px;
}
.list_update_date {
	vertical-align: middle;
	width: 150px;
}



/* ユーザーメニューボックス */
#usermenu {
	float: right;
	position: relative;
	left: -30px;
	top: -105px;
	background-color: #E4F0F8;
	border: 1px #5A99E9 solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 250px;
	height: 65px;
	padding: 1px 5px;
	margin-bottom: -105px;
}
#usermenu_title {
	display: inline-block;
	background-color: #5A99E9;
	color: #fff;
	font-size: 0.8em;
	padding: 0 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#usermenu ul {
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
}
#usermenu li {
	float: left;
	margin: 0;
	padding: 0 17px 0 0;
	font-size: 0.92em;
	line-height: 1.6em;
}
#usermenu a {
	text-align: center;
	display:block;
	padding: 0 0 0 9px;
	margin-left: 10px;
	width: 100%;
	color: #1100cc;
	text-decoration: none;
}
#usermenu a:hover {
	text-decoration: underline;
}
#usermenu a.icon_menu {
	background: url(../images/icon_back.png) no-repeat top left;
}
#usermenu a.icon_logout {
	background: url(../images/icon_logout.png) no-repeat top left;
}
#usermenu a.icon_syorei {
	background: url(../images/icon_edit.png) no-repeat top left;
}
#usermenu a images {
	display: inline;
}


/* DataNumber */
.DataNumber {
	clear: both;
	margin: 1em 0 0 0;
	font-size: 1em;
}
.DataNumber span {
	margin: 0 3px;
	font-weight: bold;
	font-size: 160%;
}
.DataNumber images {
	vertical-align: middle;
	margin-right: 10px;
}

/* TopBox */
#boxArea {
	margin-top: 20px;
}
#box_report {
	width: 430px;
	margin: 1em 20px 1em 0;
	padding: 2px;
	background: #486a00 url(../images/bg_report.png) no-repeat 10px 5px;
	border: 3px #486a00 solid;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
	box-shadow:rgba(176, 176, 176, 0.5) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(176, 176, 176, 0.5) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(176, 176, 176, 0.5) 0px 0px 6px 3px;
	float: left;
}
#box_login {
	width: 530px;
	margin: 1em auto;
	padding: 0;
	background-color: #fff;
	border: 3px #68a6f2 solid;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
	box-shadow:rgba(176, 176, 176, 0.5) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(176, 176, 176, 0.5) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(176, 176, 176, 0.5) 0px 0px 6px 3px;
/*	float: left;*/
}
#box_login h1 {
	font-size: 115%;
	color: #fff;
	background-color: #68a6f2;
	border-bottom: 2px #4b88d3 solid;
	margin: 0;
	padding: 8px;
}
#box_login p {
	margin: 0.8em 15px;
	font-size: 0.93em;
	text-align: left;
}
#box_login .in {
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #fff;
	border: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
	min-height: 220px;
}

.btn_menu1 {
	width: 410px;
	margin: 30px auto;
	padding-top: 1.5em;
}
.btn_menu1 p {
	text-align: left;
	margin-top: 0 !important;
}
.btn_menu2 {
	width: 410px;
	margin: 10px auto;
	padding-top: 1.5em;
}
.btn_menu2 p {
	text-align: left;
	margin-top: 0 !important;
}
.topmenu {
	text-align: center;
}
.btn_menu3 {
	margin: 0 0 0 -2px;
	padding-top: 0.5em;
	width: 410px
}
.btn_menu3 p {
	text-align: left;
	margin-top: 0 !important;
}

input.button_login:hover {
    background-color: #CB2D4B;
}
input.button_login {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    font-size: 0.9em;
    font-weight: bold;
    cursor: pointer;
    border: medium none;
    margin: 10px auto;
    padding: 0px 5em;
    line-height: 2;
    height: 34px;
    overflow: visible;
    text-align: center;
    background-color: #E4264A;
    color: #FFF;
    border-radius: 4px;
    -moz-user-select: none;
}
.login_att {
    text-align: center;
}
.login_att images {
	vertical-align: middle;
	margin-right: 3px;
}
.topics {
	width: 540px;
	float: right;
}
.topics > h2 {
	border-bottom: 3px #5A99E9 solid;
	border-left: none;
	color: #5A99E9;
	font-size: 1.1em;
	background-color: transparent;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
}
.topics_in > h2 {
	border-bottom: 3px #5A99E9 solid;
	border-left: none;
	color: #5A99E9;
	font-size: 1.1em;
	background-color: transparent;
	padding-left: 0;
	margin: 0;
}
#box_wn_in {
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    min-height: 245px;
    max-height: 360px;
	padding: 0 0 4px 8px;
	margin-bottom: 0;
}
#box_wn_in2 {
	border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    max-height: 200px;
	padding: 0 0 4px 8px;
	margin-bottom: 0;
}
.scroll {
    overflow-y: auto;
    max-height: 360px;
}
.topics_in .scroll {
    overflow-y: auto;
    max-height: 200px;
}

.topics dl, .topics_in dl {	
	font-size: 96%;
	clear: both;
	position: relative;
	top: -0.4em;
}
.topics dl dt, .topics_in dl dt{
	width:180px;
	clear: left;
	float: left;
	margin: 0;
	padding:8px 0 2px 5px;
	line-height: 140%;
	position: relative;
	z-index: 100;
}
.topics dl dt.kinkyu, .topics_in dl dt.kinkyu {
	background-color: #F2DEDE;
}
.topics dl dd, .topics_in dl dd{
	position:relative;
	margin: 0 8px 0 0;
	padding: 8px 0 8px 180px;
	border-bottom:1px dotted #bbbbbb;
	line-height: 140%;
}
.topics dl dd.kinkyu, .topics_in dl dd.kinkyu {
	background-color: #F2DEDE;
}
.topics dl dt span, .topics_in dl dt span{
	font-size: 0.86em;
	height:18px;
	color:#FFF;
	text-align:center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.topics dl dt span.kinkyu, .topics_in dl dt span.kinkyu {
	background:#E27386;
	padding:1px 18px;
}
.topics dl dt span.oshirase, .topics_in dl dt span.oshirase {
	background:#0D4EAA;
	padding:1px 8px;
}
.topics dl dt span.sonota, .topics_in dl dt span.sonota {
	background:#909093;
	padding:0 12px;
}
.topics dl dt span.new1, .topics_in dl dt span.new1 {
	font-size: 9px;
	background:#cc0000;
	color: #ffffff;
	padding:1px 3px;
	margin-left: 3px;
}
.topics dl dt span.new2, .topics_in dl dt span.new2 {
	font-size: 9px;
	color: #cc0000;
	padding:0 0 0 5px;
}

.bnr_area {
	width: 230px;
	float: right;
	margin-top: 2.5em;
	margin-bottom: 10px;
}
.top_btn a {
	display: block;
	border: 2px solid #486A00;
	padding: 18px 5px;
	margin-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	color: #486A00;
	font-weight: bold;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
}
.top_btn a:hover {
	color: #fff;
	background-color: #7F974D;
}

.links {
	width: 96%;
	background: #E9E6DE;
	margin: 1em 0;
	padding: 20px 2%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.links a {
	color: #486A00;
	background: url(../images/ico_arrow.gif) no-repeat scroll left center transparent;
	padding-left: 10px;
}

a.arrow {
	background: url(../images/ico_arrow.gif) no-repeat scroll left center transparent;
	padding-left: 10px;
}

/* pagination */
.pagination {
	float: right;
	margin:0;
/*	padding: 10px 250px 0 10px;*/
}
.pagination ul {
	margin:0;
	padding:0;
	text-align:left;
}
.pagination li {
	display:inline;
	list-style-type:none;
	margin-right:2px;
}
.pagination a, .pagination a:visited {
	padding:0 5px;
	color:#2e6ab1;
	text-decoration:none;
	border:1px solid #BBBBBB;
}
.pagination a:hover, .pagination a:active {
	color:#000;
	background-color:#D4DCDA;
	border:1px solid #BBBBBB;
}
.pagination .curpage {
	padding:0 5px;
	font-weight:bold;
	text-decoration:none;
	color:#000 !important;
	background-color:#D4DCDA;
	border:1px solid #BBBBBB;
	line-height: 2;
}
.pagesummary {
	float: left;
	margin:0;
	height: 27px;
/*	padding-left: 375px;*/
}

.disable images {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#introduction {
	background: url(../images/bg_introduction.jpg) no-repeat scroll right center transparent;
	margin-top: 1.5em;
}
#introduction p {
	font-size: 93%;
	line-height: 1.4em;
	width: 620px;
	padding-bottom: 0.5em;
}

/* ReportTable */
div.myElements {
	position: relative;
	margin: 1.5em auto;
}
div.myElements ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.myElements li {
	float: left;
	/*margin: 0 10px;*/
	width: 420px;
	padding: 5px 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.myElements table {
	padding:0;
	border-spacing: 0;
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
	width:420px;
	margin: 0;
}
.myElements th {
	padding:4px 5px;
	text-align:center;
	border-top:1px solid #4b4748;
	border-left:1px solid #4b4748;
	background-color: #4b4748;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.myElements td{
	padding:4px 5px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
}
.myElements tr th:last-child,
.myElements tr td:last-child {
    border-right:1px solid #aaa;
}
.myElements tr:first-child th:first-child {
    -webkit-border-radius: 4px 0 0 0;
       -moz-border-radius: 4px 0 0 0;
         -o-border-radius: 4px 0 0 0;
            border-radius: 4px 0 0 0;
	border-right:1px solid #4b4748;
}
.myElements tr:first-child th:last-child {
    -webkit-border-radius: 0 4px 0 0;
       -moz-border-radius: 0 4px 0 0;
         -o-border-radius: 0 4px 0 0;
            border-radius: 0 4px 0 0;
	border-left:1px solid #4b4748;
}
.myElements tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
       -moz-border-radius: 0 0 4px 0;
         -o-border-radius: 0 0 4px 0;
            border-radius: 0 0 4px 0;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
}
.myElements tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
       -moz-border-radius: 0 0 0 4px;
         -o-border-radius: 0 0 0 4px;
            border-radius: 0 0 0 4px;
	border-bottom:1px solid #aaa;
}
th.number {
	text-align: center;
	font-size: 90%;
	font-weight: normal;
	color: #aaa;
}
td.number {
	width: 40px;
	text-align: right;
	background-color: #edede6;
	font-weight: bold;
	color: #000;
}
.half {
	width: 48% !important;
	margin-left: 10px !important;
	float: left;
}
.box_column {
	width: 435px;
	padding-right: 30px;
	float: left;
}
.even {
	padding-right: 0;
}
p.preface {
	margin-top: 1.6em;
}
#btn_print {
	float: right;
	position: relative;
	top: -30px;
}
.btn-large {
  width: 300px;
}

#page-top {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    right: 20px;
}
.accept {
	color: #fff;
	background-color: #E27386;
	border-radius: 3px;
	padding: 1px 5px;
}
.finish {
	color: #fff;
	background-color: #999;
	border-radius: 3px;
	padding: 1px 5px;
}
.title {
	font-weight: bold;
	font-size: 1.15em;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
