@charset "utf-8";

body {
    padding:0;
    margin: 8px;
    background-color: #FFFFFF;
}
form {
	margin: 0.7em 0 0;
}
.ime_disabled  {
	ime-mode: disabled;
}
input[type="submit"], input[type="button"] {
    padding-top: 2px;
}

td, th {
  font-size: small;
}
h1 {
  font-size: large;
  font-weight: bold;
  text-align: center;
}
.title {
  font-size: large;
  font-weight: bold;
  color: #5671A0;
}
.small {
  font-size: 70%;
  color: white;
}
.small a, small a:visited {
  color: white;
}
.smalltitle {
  font-size: small;
  font-weight: bold;
  color: #5671A0;
}
.toolbar {
  padding: 4px;
  background-color: #7694C8;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.box {
  border: thin solid #7694C8;
}
.label {
  background-color: #ffffcc;
}
.error {
  background-color: red;
  color: white;
}
.display {
  display: inline;
}
.notdisplay {
  display: none;
}

.level0 {
}
.level1 {
}

.body {
    margin-left:188px;
}
.header {
    padding:4px;
}
.menu {
    background:#FC0;
    padding:0;
    position:absolute;
    width:120px;
    top:145px;
}
.content_header {
	text-align: right;
	font-size: small; 
	height: 20px;
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: -30px;
	position: relative;
	z-index: 999;
}
.tablebg {
  background-color: #EEFF8B;
}
.row_odd {
    background-color: #EEFF8B;
}
.row_even {
  background-color: white;
}
.center {
	margin: 3px auto;
}
.table_wide {
	width: 98%;
	margin: 3px auto;
}
/**一覧*/
.result_list {
	width: 98%;
	margin: 3px auto;
}
.result_list td {
	padding: 0 4px;
	line-height: 1.1;
}
.result_list td input[type=submit] {
}
.listTitle, .result_list TH {
	background-color: #DCDCDC;
}
.listRows, .result_list TD {
	background-color: #EFF0F5;
}

form.inline_form {
	display:inline;
}
form.inline_form div {
	display: inline;
}
/*データ(土曜)*/
.table_data_saturday{
	background-color: #99CCFF;
	color:  #0000FF
}
/*データ(日曜)*/
.table_data_sunday{
	background-color: #FFC0CB;
	color:  #FF0000
}
/*データ(祝日)*/
.table_data_holiday{
	background-color: #FFC0CB;
	color:  #FF0000
}
/*データ(平日)*/
.table_data_weekday {
	background-color: #EFF0F5;;
}
/*データ(土,日曜データの文字)*/
.table_data_font{
	color:  #000000
}
/*データ*/
.table_data{
	background-color: #FFFFFF;
	width: 98%;
	margin: 3px auto;
}
.table_data TH {
	background-color: #DCDCDC;
}
/**印刷プレビュー*/
DIV.print_preview{
/*
	A4縦の実寸
	幅: 210mm;
	高: 297mm;
*/
	width:  165mm;
	height: 250mm;
	background-color: #FFFFFF;
}
.print_preview TABLE {
	width:100%;
	border-collapse: collapse;
	border: 1px solid black;
	table-layout: fixed;
	margin-top: 3px;
	margin-bottom: 3px;
}
.print_preview H1 {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
}
.print_preview TH {
	border: 1px solid black;
	background-color: #EFF0F5;
	font-size: 9pt;
	text-align: left;
	padding: 2px 1px 1px;
}
.print_preview TD {
	border: 1px dotted black;
	border-top-style: none; /* for X-UA-Compatible IE=EmulateIE7 */
	font-size: 9pt;
	line-height: 130%;
}
.timestamp {
	font-size: 10pt;
	line-height: 100%;
	text-align: right;
}
.fixword{
	font-size: 9pt;
	line-height: 130%;
	text-align: left;	
}