body #container {
		margin-right: auto;
		margin-left: auto;	
		text-align: left;
	}

/* base [layout] */
	body.base #wrapper {
		margin: 0 0 -60px;
		height: auto !important;
		height: 100%;
		min-height: 100%;
	}
body.base #pop {
		width: 545px;
		background: #fff;
		margin-bottom: 30px;
		margin-right: auto;
		margin-left: auto;	
		text-align: left;
	}	

body.report #container {
		width: 545px;
		background: transparent url(../images/bg-all.gif) repeat-y center top;
	}
	
#access #container {
		width: 545px;
		padding-top: 25px;
		padding-bottom: 10px;
	}
body.report #container {
		margin-bottom: 20px;
	}

.mr10 { margin-right: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }



.box01 {
		position: relative;
		border:1px solid #dadada;
		padding: 19px;
	}
.box01 .blt {
		position: absolute;
		top: 20px;
		left: -1px !important;
		left: -20px;
	}

