@charset "utf-8";
/* CSS Document */

#ptColumn {
	background: url(../image/pt_column.gif) top left no-repeat;
	width: 700px;   
	height: 40px; 
}

#ptColumn h1 {
  position:relative;
  top:0;
  left:0;
  z-index:-1;
}

div.columnBox {
	border:1px blue solid;
	padding: 10px;
	margin-bottom: 10px;
}

.columnBox h1 {
	border-bottom: 1px blue solid;
	margin-bottom: 10px;
}

.columnBox p {
	margin-bottom: 5px;
}

img.posRT {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
