@charset "utf-8";


* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd, form, table {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 8px;
}

html {
	overflow-y: scroll;
}

a:link {
	color: #2460A8;
	text-decoration: none;
}

a:visited {
	color: #993399;
	text-decoration: none;
}

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

a:active {
	color: #ff6600;
	text-decoration: underline;
}

img {
	border: 0px;
}

em.highlight {
	color: #ff0000;
	text-decoration: none;
	font-style: normal;
}


input.tdbButton {
	width: 150px;
	height: 24px;
}

div.tdbButton {
	text-align: center;
	margin: 8px;
}

div.tdbButton input {
	width: 150px;
	height: 24px;
}

div.tdbError {
	color: red;
	text-decoration: none;
	font-style: normal;
	font-size: 12pt;
	text-align: center;
}


div#tdbDbMenu {
	margin: 10px 20px 0px 20px;
}

div#tdbDbMenu div.left {
	float: left;
}

div#tdbDbMenu div.right {
	float: right;
	text-align: right;
}

div#tdbDbMenu div.end {
	clear: both;
	height: 0px;
}

div#tdbDbMenu div.left h1 {
	margin: 0px 0px 5px 5px
}

div#tdbDbMenu div.right ul {
	list-style-image: url(../img/arrow.gif);
	margin-top: 25px;
}

div#tdbDbMenu div.right li {
	float: left;
	margin-left: 20px;
}


div#tdbTitleBar {
	border-top: 2px solid #000080;
	border-bottom: 1px solid #cccccc;
	background: url(../img/tdbmenu_grad.gif) top left repeat-x;
	height: 30px;
}

div#tdbTitleBar div.title {
	float: left;
	padding: 4px 10px 0px 10px;
	height: 30px;
}

div#tdbTitleBar div.date {
	float: right;
	text-align: right;
	padding: 6px 10px 0px 10px;
}

div#tdbTitleBar div.end {
	clear: both;
	height: 0px;
}

div#tdbTitleBar div.title h2 {
	font-size: medium;
	padding: 2px 0px 0px 0px;
	margin: 0px;
}


#tdbUserName {
	text-align: left;
	margin: 0px 0px 10px 10px;
}


div#tdbPageBody {
	margin: 10px 20px 10px 20px;
	/*border: solid 1px #eeeeee;*/
}


div.tdbPagingMenu {
	text-align: left;
	padding: 4px 0px 4px 0px;
	/*border: solid 1px #eeeeee;*/
}

div.tdbPagingMenu div {
	padding: 4px 0px 4px 0px;
}

div.tdbPagingMenu .unlink {
	font-weight: bold;
	padding: 2px 5px;
	margin: 2px 1px 2px 0px;
	border: 1px solid #666666;
	background: #cccccc;
	color: #0000ba;
}

div.tdbPagingMenu .link {
	padding: 2px 5px;
	margin: 2px 1px 2px 0px;
	border: 1px solid #999999;
}

div.tdbPagingMenu a {
	margin-left: 0.5em;
}

/* 2024-12-26 FJ)okano カスタマイズ */
#tdbTabMenu ul.yui-nav {
	display: flex;
	border-bottom: solid 1px #666666;
	margin-top: 10px;
	margin-bottom: 6px;
}
/*
#tdbTabMenu li em {
	width: 200px;
	text-align: center;
}
*/

#tdbTabMenu li{
	list-style: none;
	width: 200px;
	text-align: center;
	padding: 0px 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	
}

#tdbTabMenu li.selected{
	background: #44f;
}

#tdbTabMenu li.selected a{
	color: #fff;
}


div#tdbFooter {
	/*text-align: center;*/
	text-align: left;
	font-size: small;
	border-top: 1px solid #cccccc;
	padding: 10px 0px 0px 20px;
}


div#tdbQueryForm {
}

div#tdbQueryForm table {
	border-collapse: collapse;
	border: 0px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

div#tdbQueryForm table td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

div#tdbQueryForm table td div {
	margin: 0px 10px 10px 10px;
	padding: 0px 6px 0px 6px;
	text-align: left;
}

div#tdbQueryForm table td div div {
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

div#tdbQueryForm table td div hr {
	display: block;
	border: thin dashed gray;
	width: 150px;
	margin: 0px;
	padding: 0xp;
}

div#tdbQueryForm table td div input {
	margin: 2px 1px 0px 0px;
}

div#tdbQueryForm table table {
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: 0px auto;
}

div#tdbQueryForm table table th {
	white-space: nowrap;
	text-align: left;
	background: #eeeeee;
	vertical-align: top;
	padding: 4px;
	border: 1px solid #666666;
	width: 124px;
}

div#tdbQueryForm table table td {
	border-right: 1px solid #999999;
	padding: 4px;
	border: 1px solid #666666;
	width: 480px;
}

div#tdbQueryForm table table td label {
	margin-right: 0.5em;
}

div#tdbQueryForm table table td label input {
	margin-right: 4px;
}

div#tdbQueryForm table table div {
	margin: 0px;
	padding: 0px;
}


div.tdbInputForm table {
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: 0px auto;
}

div.tdbInputForm table th {
	white-space: nowrap;
	text-align: left;
	background: #eeeeee;
	vertical-align: top;
	padding: 4px;
	border: 1px solid #666666;
	width: 124px;
}

div.tdbInputForm table td {
	border-right: 1px solid #999999;
	padding: 4px;
	border: 1px solid #666666;
	width: 480px;
}


div#tdbSearchTerms {
	text-align: left;
}

div#tdbSearchTerms form {
	margin-bottom: 8px;
}

div#tdbSearchTerms form input.keyword {
	width: 128px;
	padding:2px;
	ime-mode: active;
}


div.tdbResultList {
	margin: 8px 0px 8px 0px;
}

div.tdbResultList table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border: 1px solid #666666;
	margin: 0px;
}

div.tdbResultList table th {
	text-align: center;
	width: auto;
	border: solid 1px #666666;
	background: royalblue;
	color: white;
	vertical-align: middle;
	white-space: nowrap;
}

div.tdbResultList table td {
	text-align: left;
	padding: 4px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

div.tdbResultList table tr.even {
	background: #eeeeee;
}


/* Prevent border-collapse:collapse from bleeding through in IE6, IE7 */
#container_c.yui-overlay-hidden table {
	*display:none;
}
/* Clear calendar's float, using dialog inbuilt form element */
#container .bd form {
	clear: left;
}

/* Have calendar squeeze upto bd bounding box */
#container .bd {
	padding:0;
}

#container .hd {
	text-align:left;
}

/* Center buttons in the footer */
#container .ft .button-group {
	text-align:center;
}

/* Prevent border-collapse:collapse from bleeding through in IE6, IE7 */
#container_c.yui-overlay-hidden table {
	*display:none;
}

/* Remove calendar's border and set padding in ems instead of px, so we can specify an width in ems for the container */
#cal {
	border:none;
	padding:1em;
}

/* Datefield look/feel */
.datefield {
	position:relative;
	top:10px;
	left:10px;
	white-space:nowrap;
	border:1px solid black;
	background-color:#eee;
	width:25em;
	padding:5px;
}

.datefield input,
.datefield button,
.datefield label  {
	vertical-align:middle;
}

.datefield label  {
	font-weight:bold;
}

.datefield input  {
	width:15em;
}

.datefield button  {
	padding:0 5px 0 5px;
	margin-left:2px;
}

.datefield button img {
	padding:0;
	margin:0;
	vertical-align:middle;
}

/* Example box */
.box {
	position:relative;
	height:30em;
}
