body{
	padding:0px;
	margin: 0px;
	
	font-size:12px;
	
	font-family:sans-serif;
	line-height:1.6em;
	letter-spacing:0.02em;
	
	background-color:#deebf7;
	background-image:url("./img/bg2.png");
	background-repeat:no-repeat;

}

h1{font-weight:400;
	}
h2{font-weight:400;}
h3{font-weight:400;}
h4{font-weight:400;}
h5{font-weight:400;}

h3{
	border-left:4px solid #fcd478;
	text-indent:10px;
}


.pagetitle{
background-position:6px 5px;
background-size:240px;
background-image:url(./img/dotfull.svg);
background-repeat:no-repeat;

font-size:17pt;
text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
}

table{
	font-size:9pt;
}
table tr th{
	background-color:#c7d3de;
	border:solid 1px #999999;
}
table tr td{
	border:solid 1px #999999;
	background-color:#efefff;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.text_left{
	text-align:left;
}

.bgimg{
	background-image:url("./img/bg3.png");
	background-repeat:no-repeat;
}

.bkcolor_manu{background-color:#a2b1c9;}
.bkcolor_auto{background-color:#b9b4e0;}

.bkcolor_green{background-color:#c5e0b4;}
.bkcolor_green_light{background-color:#edf5e8;}
.bkcolor_red{background-color:#e0b4c5;}

.bkcolor_light{background-color:#5b9bd5;}
.bkcolor_page{background-color:#deebf7;}
.bkcolor_yellow{background-color:#efefaf;}
.bkcolor_yellow_light{background-color:#f7f7d7;}
.bkcolor_td_light{background-color:#eef1f5;}

.bkcolor_silver{background-color:#404040;}
.bkcolor_orange{background-color:#fcd478;}
.bkcolor_orange_light{background-color:#feecc3;}

.border_silver{border:1px solid silver;}
.border_orange{border:1px solid #fcd478;}

.uline_silver{border-bottom:1px solid silver;}
.uline_orange{border-bottom:1px solid #fcd478;}

.color_white{color:white;}
.color_red{color:red;}

.border_dark{border: 1px solid #666666}
.border_light{border: 1px solid #999999}


