@CHARSET "UTF-8";

body, input, input[type="submit"], input[type="button"], select, table, textarea {
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
    font-size: 9pt;
}

body {
	margin: 0px;
	padding: 0px;
    background-color:#ecf6ff;
}

input {
	padding: 2px;
}

input[type="submit"] {
    padding: 3px;
}

input[type="button"] {
    padding: 3px;
}

select {
	padding: 2px;
}

table {
	margin: 0px;
	padding: 0px;
}

tr {
	margin: 0px;
    padding: 0px;
}

td {
	margin: 0px;
	padding: 0px;
	word-break:break-all;
}

img {
    border: 0;
}

a {
	color: blue;
	text-decoration: underline;
}

a:HOVER {
	color:red;
	text-decoration: none;
}

.messages {
}

.title {
	font-size: 15pt;
	font-weight: bolder;
	padding-bottom: 10px;
    white-space:nowrap;
}

.pager {
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin-right: 20px;
    background-color:rgb(255, 255, 255);
    white-space:nowrap;
}

.pagerButton {
    width:50px;
}

.pagerBar {
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse:collapse;
	border: 0;
    white-space:nowrap;
}

table.pagerBar tr td {
	padding: 0px;
}

.buttonBar {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    white-space:nowrap;
}

.inputTable {
    table-layout:fixed;
	border-collapse: collapse;
    border: 1px black solid;
    background-color: rgb(255, 255, 255);
}

table.inputTable td {
    border: 1px black solid;
    padding: 5px;
}

.inputTableLabelCell  {
    background-color: rgb(102, 153, 255);
    color: rgb(255,255,255);

}

table.dataList {
    table-layout:fixed;
	border-collapse: collapse;
	border: 1px black solid;
    background-color: rgb(255, 255, 255);
}

table.dataList th {
    border: 1px black solid;
    background-color: rgb(102, 153, 255);
    color: rgb(255,255,255);
    font-weight:normal;
    padding: 5px;
}


table.dataList td {
    border: 1px black solid;
    padding: 5px;
}

.datePicker {
	width: 70px;
	margin-right: 2px;
}

.clockPicker {
	width: 35px;
	margin-right: 2px;
}

div.menuUserInfo {
    border: 1px rgb(0, 153, 255) solid;
	background: rgb(0, 153, 255);
    color: white;
    padding: 10px 0 10px 0;
    width: 170px;
}

.male {
    color: #0000ff;
}
.female {
    color: #C71585;
}

.button {
	width: 80px;
}

.require{color:red; padding-left:10px;font-style:bold;font-size:12px;}
.notice{color:red; padding-left:10px;font-size:10px;}


.width_mini  {width:30px;}/*???????*/
.width_small  {width:120px;}/*?????????*/
.width_middle  {width:200px;}/*????*/
.width_wide  {width:260px;}/*???????*/
.width_larger  {width:400px;}/*????*/

table.layout_table {
    padding:0 0 0 0;
    margin:0 0 0 0;
    border-style:none;
    border-spacing: 0px;
}
table.layout_table td{
    padding:0 0 0 0;
    margin:0 0 0 0;
    border-style: none;
    padding:0px 0px 0px 0px;
}

.waitDiv {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:block;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #000000;
	cursor: wait;
}

.warningIcon {
    width: 13px;
    height: 13px;
    padding-right: 2px;
}

.temporaryIcon {
    width: 13px;
    height: 13px;
    padding-right: 4px;
}

.copyright a{
	text-decoration:none;
}

.editService{
	padding: 0px 9px !important;
}