.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 2px;
}


.right_b {
  background-image: url('img/back/bbb_01.jpg');
  background-repeat: no-repeat;


}



.logo_b {
  background-image: url('img/back/bbb_02.jpg');
  background-repeat: no-repeat;
  background-position: right;


}

.left_b {
  background-image: url('img/back/bbb_03.jpg');
  background-repeat: no-repeat;
  background-position: top;


}

.main_b {
  background-image: url('img/back/bbb_04.jpg');
  background-repeat: no-repeat;
  background-position: top right;


}




body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

.err {
	color: #bbb;
}
.head { font-size: 17px; 	font-weight: bold;}
.text { font-size: 15px;}
.text_sm { font-size: 12px;}
.text_w { font-size: 12px; color: red;}