@charset "TIS-620";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("txt.css");
@import url("form.css");
@import url("decorate.css");
.layoutAll{
  width:100%;
  text-align:center;
}
html, body{
	scrollbar-arrow-color: #A5A5A5;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-highlight-color: #FEFEFE;
	scrollbar-face-color: #E1E1E1;
	scrollbar-shadow-color: #D0D0D0;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #F5F5F5;
	margin:0px;
	height:100%;
}