/* CSS Document */
h1   { 
	font-size: 18px;
	line-height:28px;
	height:28px; 
	text-align: center; 
	border: dotted 1px #0cc;
	margin:0;
}
h2   {
	font-size: 16px;
	line-height:28px;
	height:40px;
	margin:0px 0px 0px 30px;
}
h3   {
	font-size: 15px;
	line-height:20px;
	height:20px;
	text-align: left;
	border-left:1px solid #006600;
	border-bottom:1px solid #006600;
	margin:0 100px 15px 50px;
	padding: 0 0 0 10px;
	color: #666666;
}
strong { color: #090 }
.contents {
	text-indent: 10px;
	margin: 0px 70px 0px 70px
}
