﻿.container {
  width: auto;
   height:100%;
   position:relative;
}

body {
  height:100%;
  background: #bbeebb;
}

header {
  padding-top: 1px;
}

section {
  margin-top: 1em;
  font-size: 120%;
  padding: 10px;
  background: #fff;
}

section h1 {
  font-size: 200%;
}

/* Links */

a {
  color: #09c;
  text-decoration: none;
}

a:hover {
  color: #069;
  text-decoration: underline;
}

a:visited {
  color: #069;
}

nav {
  background-color: white;
  padding: 0 0.7em;
  white-space: nowrap;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0.2em 0;
}

nav ul li a {
  padding: 0 5px;
  font-weight: bold;
}

nav ul li a:visited {
  color: #09c;
}

nav ul li a:hover {
  text-decoration: underline;
}

.round {
  -moz-border-radius:    10px;
  -webkit-border-radius: 10px;
  border-radius:         10px;
}

footer {
  text-align: center;
  margin-top: 10px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
        position: absolute;
        bottom: 0;
        height: 20px;
}

footer nav {
  float: none;
}

tspan_b {
	font-weight: bold;
	font-size: 230%;
}

tspan {
	font-weight: bold;
	font-size: 120%;	
}

a.button_l {
    color: #FFFFFF;
    background-color:#3093c7;
    text-align: center;
    padding:0px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    -webkit-box-shadow: 1px 1px 2px #000000;
    -moz-box-shadow: 1px 1px 2px #000000;
    font-size: 14px;
    
}

a:hover.button_l {/*マウスをのせたとき*/
    color:#000000;
}

a.button_s {
  display: block;
	background-color:#efefef;
	float:left;
	padding:0px 5px;
  text-align: center;
  font-weight: bold;
  color: #000000;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5p;
	-webkit-border-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
  -moz-box-shadow:2px 2px 2px #000000;
	border-width:1px;
	border-style:solid;
	border-color:#5f5f5f;
  font-size: 80%;
}

num {
  float: right;
}

middle {
  float: none;
}

mtable, th, td {vertical-align:top;}

ctd {float:none;}

.field_with_errors {
  margin-top: 10px;
  padding: 2px;
  background-color: red;
  display: table;
}

.field_with_errors label {
  color: #fff;
}

#error_explanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#error_explanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

td.grid_solid_td {
	border: 1px solid #000;
}

td.grid_dashed_td {
	border-color: #000
	border-style: 1px solid;
	border-top: 1px dashed;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

div.v_scroll {
	height: 372px;
	width: 1100px;
	overflow-y: scroll;
	overflow-x: hidden;
}

div.h_scroll {
	height: 372px;
	width: 1100px;
	overflow-y: hidden;
	overflow-x: scroll;
}

div.vh_scroll {
	height: 372px;
	width: 1100px;
	overflow: auto;
}

div.yotei {
	position: absolute;
	background: #dfd;
	border: 1px solid #000;
	color: red;
	z-index: 100;
	font-size: 10px;
}

dd_table {
	border-color: #000;
	border-style: 1px solid;
	border-collapse:collapse;
}

dd_td {
	border-color: #000;
	border-style: 1px solid;
}

a.gthelp  span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.gthelp:hover  span{
	display:inline;
	position:absolute;
	border:1px solid #cccccc;
	background:#ffffff;
	color:#6c6c6c;
	font-size: 12px;
	line-height: normal;
}



body {
   margin: 0 auto;
   padding: 0;
   width: 100%;
   background-color: #fff;
   font-family:'?q???M?m?p?S Pro W3','Hiragino Kaku Gothic Pro','???C???I',Meiryo,'?l?r ?o?S?V?b?N',sans-serif;
}

.headh {
   width: 100%;
   height: 40px;
   margin: 0 auto;
}

.headh img {
   float: left;
   margin: 0;
}

ul.headmenuh {
   float: right;
   margin-right: 35px;
   list-style-type: none;
   font-size: 10px;
   padding-top: 16px;
}

ul.headmenuh li {
   float: left;
   width: 60px;
}

ul.headmenuh li img {
   margin-right: 2px;
}

.menuh {
   clear: both;
   width: 100%;
   height: 38px;
   margin: 0;
   background-image: url("/images/nav_bg.png");
   background-repeat: repeat-x;
}

ul.mainmenuh {
   margin-left: 30px;
   list-style-type: none;
}

ul.mainmenuh li {
   float: left;
   display: block;
   width: 103px;
   height: 32px;
   margin-right: 2px;
   margin-top: 6px;
   line-height: 32px;
   color: #fff;
   font-size: 11px;
}

ul.mainmenuh li a {
   display: block;
   width: 103px;
   height: 32px;
   color: #fff;
}

ul.mainmenuh li a:hover {
   color: #bee7ff;
}



li.mainmenu_kihon {
   text-indent: 37px;
   background-image: url("/images/nav01_kihon.png")
}

li.mainmenu_sakou {
   text-indent: 42px;
   background-image: url("/images/nav02_sakou.png")
}
li.mainmenu_itaku {
   text-indent: 26px;
   background-image: url("/images/nav03_itaku.png")
}

li.mainmenu_houmon {
   text-indent: 39px;
   background-image: url("/images/nav04_houmon.png")
}

li.mainmenu_tsusyo {
   text-indent: 39px;
   background-image: url("/images/nav05_tsusyo.png")
}

li.mainmenu_seikatsu {
   text-indent: 36px;
   background-image: url("/images/nav06_seikatsu.png")
}

li.mainmenu_keiri {
   text-indent: 50px;
   background-image: url("/images/nav07_keiri.png")
}

li.mainmenu_jimu {
   text-indent: 39px;
   background-image: url("/images/nav08_jimu.png")
}

ul.mainmenu .selected:hover {
   color: #104aaf;
}

li.mainmenu_kihon .selected {
   display: block;
   color: #104aaf;
   background-image: url("/images/nav01_kihon02.png")
}

li.mainmenu_sakou .selected {
   display: block;
   color: #104aaf;
   background-image: url("/images/nav02_sakou02.png")
}

li.mainmenu_itaku .selected {
   display: block;
   color: #104aaf;
   background-image: url("/images/nav03_itaku02.png")
}

li.mainmenu_houmon .selected {
   display: block;
   color: #104aaf;
   background-image: url("/images/nav04_houmon02.png")
}

li.mainmenu_tsusyo .selected {
   display: block;
   color: #104aaf;
   background-image: url("/images/nav05_tsusyo02.png")
}

li.mainmenu_seikatsu .selected {
   display: block;
   color: #104aaf;
   background-image: url("/images/nav06_seikatsu02.png")
}

li.mainmenu_keiri .selected {
   display: block;
   color: #104aaf;
   background-image: url("/images/nav07_keiri02.png")
}

li.mainmenu_jimu .selected {
   display: block;
   color: #104aaf;
   background-image: url("/images/nav08_jimu02.png")
}



.subh {
   clear: both;
   width: 100%;
   height: 40px;
   margin: 0;
   background-image: url("/images/submenu_bg.png");
   background-repeat: repeat-x;
}

ul.submenuh {
   height: 22px;
   padding: 12px 0 14px 13px;
   list-style-type: none;
}

ul.submenuh li {
   float: left;
   padding: 0 28px;
   color: #00a2ff;
   font-size: 12px;
   line-height: 22px;
   text-align: center;
   vertical-align: middle;
   border-left: 1px solid #ddd;
}

ul.submenuh li.last-child {
   border-left: 1px solid #ddd;
   border-right: 1px solid #ddd;
}

ul.submenuh a {
   color: #666;
}

ul.submenuh a:hover {
   color: #00a2ff;
}

ul.submenuh li .selected {
	color: #104aaf;
	font-weight: bold;
}

.editmenu {
   margin-left: 19px;
   font-size: 12px;
}

.editmenu select[name="year"] {
   margin-left: 25px;
   margin-right: 5px;
   padding: 0;
   width: 56px;
}

.editmenu select[name="month"] {
   margin-left: 25px;
   margin-right: 5px;
   padding: 0;
   width: 41px;
}

.editmenu input[name="search"] {
   margin-left: 9px;
   margin-right: 7px;
   padding: 0;
   width: 84px;
   height: 24px;
   font-size: 12px;
   color: #fff;
   text-align: center;
   vertical-align: baseline;
   background-image: url("/images/input_btn.gif");
   background-repeat: no-repeat;
   border: none;
}

.editmenu input[name="add"] {
   margin-right: 9px;
   padding: 0;
   width: 84px;
   height: 24px;
   font-size: 12px;
   color: #fff;
   text-align: center;
   vertical-align: baseline;
   background-image: url("/images/input_btn.gif");
   background-repeat: no-repeat;
   border: none;
}

h1 {
   width: 100%;
   height: 38px;
   font-size: 18px;
   background-image: url("/images/h1_bg.gif");
   background-repeat: repeat-x;
   border-left: 5px solid #1369c9;
   margin-bottom: 5px;
   padding-left: 20px;
   font-weight: bold;
   line-height: 40px;
   letter-spacing: 0.1em;
}

h1 img {
   padding-left: 8px;
}

.contents {
	width: 90%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.footer {
   width: 100%;
   height: 28px;
   background: #115bbd;
}

.footer img {
   margin: 5px 20px 0 0;
   float: right;
}

a.gthelp  span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.gthelp:hover  span{
	display:inline;
	position:absolute;
	border:1px solid #cccccc;
	background:#ffffff;
	color:#6c6c6c;
	font-size: 12px;
	line-height: normal;
}

contents {
        position: relative;
        height: 100%;
        min-height: 100%;
	padding-bottom: 30px;
}

.ui-widget-content {
  border: 1px solid black;
  background: white;
  color: black;
}

.ui-widget-content a {
  color: black;
}

.ui-widget-header {
  border: 1px solid white;
  background: #211b0d;
  color: white;
  font-weight: bold;
}
.ui-widget-header a {
  color: white;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid white;
  background: #e0e0e0;
  font-weight: normal;
  color: black;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: black;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #211b0d;
  background: white;
  font-weight: normal;
  color: black;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: black;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #211b0d;
  background: white;
  font-weight: normal;
  color: black;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: black;
  text-decoration: none;
}

.ui-widget-header .ui-icon {
  background-image: url(/assets/ui-icons_ffffff_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: white;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 4px;
}
