body {
	background-color: #FFFFFF;
	/*color: #3672DD;*/
	color: #004499;
	font-family:verdana, arial, helvetica, Sans-Serif;
}

a:link {
	color:#215DC6;
	background-color:inherit;
	text-decoration:underline;
}

a:visited {
        color:#a63d21;
        background-color:inherit;
        text-decoration:underline;
}

a:active {
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:underline;
}

a:hover {
	color:#000099;
	text-decoration:underline;
}

hr {
	border: solid 1px #000080;
}

p.sentence {
	color: #000080;
}

p.help_header1 {
	vertical-align: top;
	font-size: 12pt;
	color: #000000;
}

p.help_header2 {
	margin-left: 16px;
	vertical-align: top;
	font-size: 12pt;
	font-weight: bold;
	color: #000088;
}

p.help_sentence {
	margin-left: 16px;
	vertical-align: top;
	font-size: 11pt;
	color: #000000;
}

td.help_header {
	text-align: center;
	width: 80px;
	color: #000000;
	vertical-align: top;
	padding: 0px 1px;
        border-spacing: 1px;
}

td.help_header2 {
	text-align: center;
	width: 300px;
	color: #000000;
	vertical-align: top;
	padding: 0px 1px;
        border-spacing: 1px;
}

td.help_data {
	text-align: left;
	width: 300px;
	color: #000000;
	vertical-align: top;
	padding: 0px 1px;
        border-spacing: 1px;
}

table.collapse {
	border-collapse: collapse;
	border: 1px solid #000088;

}

.header {
        font-weight: bold;
	font-size: 18pt;
	text-align: left; 
}

.header_kadai {
        font-weight: bold;
	float: left;
	font-size: 18pt;
	margin-right: 20px;
}

.header_option {
        font-weight: normal;
        font-size: 13pt;
	text-align: left; 
	position: relative;
	bottom: -4px;
}

.bold {
        font-weight: bold;		
}

td.header_gyouseki {
        text-align: right;
}

th.search_item {
	text-align: right;
	width: 20%;
	vertical-align: top;
}

th.detail_item {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
td.input_form {
	width: 100%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.button {
	text-align: center;
	width: 100px;
	height:26px;
}

td.button_right {
	text-align: right;
}

td.button_left {
	text-align: left;
}

table.layout {
	width: 100%;
	height:100%;
}

table.layout2 {
	width: 70%;
	margin-left: 40px;
}

td.layout {
	text-align: left;
	vertical-align: top;
}

.help {
    cursor: help;
}

q   {
     float: left;
     margin: 0px;
     display: block;
     width: 40px;
     margin-top: 5px;
    }

li.list_tab {
      float: left;
      display: block;
      margin-right: 5px;
}

.box1 {
	height: 26px;
}

.on  {
      background-color:#000088;
      width:100px;
      height:26px;
      text-align:center;
      font-weight: bold;
     }

.off {
      /*background-color:#87CEFA;*/
      background-color:#CFFFFF;
      width:100px;
      height:26px;
      text-align:center;
     }

.on a {
       text-decoration:none;
       display:block;
       margin-top:5px;
      }

.on a:link    {color:#ffffff;}
.on a:visited {color:#ffffff;}
.on a:hover   {color:#ffffff;}

.off a {
        text-decoration:underline;
        display:block;
        margin-top:5px;
       }

.off a:link    {color:#000000;}
.off a:visited {color:#000000;}
.off a:hover   {color:#ff0000;}

.box2 {
     clear:both;
     border-top:solid 2px #000088;
     border-bottom:solid 2px #000088;
     border-left:solid 2px #000088;
     border-right:solid 2px #000088;
     height: 70%
}

ul.select {
	text-align: left;
	list-style-type: none;
	margin-top: 0px;
}

.menu_item {
	margin-left: 30px;
	font-size: 10pt;
	font-weight: normal;
}

.menu_title {
	margin-left: 10px;
	font-size: 12pt;
}
.menu_selected {
        margin-left: 30px;
}
.menu {
    text-align: left;
	width: 20%;
}

.select {
    width: 110px;
    height: 26px;
    text-align: center;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	color:#696969;
}
.notselect {
    width: 110px;
    height: 26px;
    text-align: center;
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.orgselect {
    width: 80px;
    height: 26px;
    text-align: center;
    font-family: sans-serif;
    font-size: 9pt;
    vertical-align: top;
    margin-top: 20px;
}

.prefrange {
    float: left;
    margin-right: 10px;
}

th.history {
    width: 120px;
    color: #000088;
    text-align: left;
    vertical-align: top;	
    font-size: 12pt;
}

td.history {
    color: #000000;
    font-size: 11pt;
}

.notselectPref {
    color: #000000;
    font-size: 11pt;
    vertical-align: top;
}

.width20 {
   width: 20%;
}

.vertical-center {
   vertical-align: middle;
}

