
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
}

/* err msg */
.tbl-err_msg {
	font-size: 12px;
	color: #ff7777;
	border-bottom: 1px dotted #cc7777; 
	border-left: 1px dotted #cc7777; 
}
.tbl-err_msg th {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: 1px dotted #cc7777; 
	border-right: 1px dotted #cc7777; 
}
.tbl-err_msg td {
	padding: 5px;
	font-size: 12px;
	background-color: #FFFFFF;
	border-top: 1px dotted #cc7777; 
	border-right: 1px dotted #cc7777; 
	line-height: 180%;
}

/* ListTitle */
.list_tbl-title {
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 12px;
	margin-bottom: 3px;
	color: #666666;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #597EFF;
	border-right-color: #597EFF;
	border-bottom-color: #597EFF;
	border-left-color: #597EFF;
	line-height: 140%;
	background-color: #C1D1F7;
/*	background-color: #C0DDB9; */
}
.list_tbl-title td {
	padding: 2px 2px 2px 6px;
	border: 1px dotted #CCCCCC;
}

/* Title */
.tbl-title-noborder {
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.tbl-title-noborder td {
	border-top:#597EFF dotted 1px;
}

/* Title */
.tbl-title {
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: white;
	font-size: 12px;
	margin-bottom: 3px;
	color: #666666;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #59A1EF;
	border-right-color: #59A1EF;
	border-bottom-color: #59A1EF;
	border-left-color: #59A1EF;
	line-height: 140%;
	background-color: #DFEBFB;
}
/*	background-color: #b3c5f0; */

.tbl-title td {
	padding: 2px 2px 2px 6px;
	border: 1px dotted #CCCCCC;
}

.tbl-title th {
	padding: 2px;
	border: 1px dotted #CCCCCC;
}


/* info list */
.tbl-list {
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: white;
	font-size: 12px;
	margin-bottom: 3px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	border-left-color: #CCCCCC;
	line-height: 140%;
}

.tbl-list td {
	padding: 2px 5px 2px 5px;
	border: 1px dotted #CCCCCC;
}

.tbl-list th {
	padding: 2px;
	border: 1px dotted #CCCCCC;
	background-color: #ECEFE9;
	text-align:center;
}

/* edit form */
.tbl-edit {
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: white;
	font-size: 12px;
	margin-bottom: 3px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	border-left-color: #CCCCCC;
	line-height: 140%;
}

.tbl-edit td {
	padding: 2px 5px 2px 5px;
	border: 1px dotted #CCCCCC;
}
.tbl-edit td.noborder {
	padding: 2px 5px 2px 5px;
	border: 0px 0 0 0 !important;
}

.tbl-edit th {
	padding: 2px;
	border: 1px dotted #CCCCCC;
}

.tbl-edit .edit-item-name {
	background-color: #ECEFE9;
	text-align: right;
	padding-right: 6px;
}

.red-kome {
	color: ff0000;
	font-size: 80%;
	vertical-align: center;
}

.submit-12 {
	font-size: 12px;
	color: #336633;
}

.return-12 {
	font-size: 12px;
	color: #333399;
}

.delete-12 {
	font-size: 12px;
	color: #333333;
}


/* error msg */
.err_msg {
	font-size: 12px;
/*	margin-left:20px; */	/* for JQuery Validate */
	color: #ff3333;
}

.div_err_msg {
	display: none;
	padding: 5px 0px 0 0px;
}
.div_err_msg2 {
	font-size: 12px;
	color: #ff3333;
	background-image: url(../img/attention.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 5px 0px 0 20px;
	display: none;
}


/* remark msg */
.remark_msg {
	font-size: 12px;
	margin-left:00px;
	color: #ff9933;
}

/* anchor */
a {
	color: #0033ff;
	text-decoration: underline;
}
a:link {
	color: #0033ff;
	text-decoration: underline;
}
a:visited {
	color: #0033ff;
	text-decoration: underline;
}
a:hover {
	color: #ff6633;
	text-decoration: underline;
}
