/* CSS Document */

h1{
	font-size: 16px;
	color: #663300;
	margin-left: 60px;
}

h2{
	font-size: 14px;
	color: #0099CC;
	margin-left: 40px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #99CCFF;
	border-left: #99CCFF;
}

h3{
	font-size: 14px;
	color: #666600;
	margin-left: 55px;
}

p.link{
	font-size: 16px;
	color: #996600;
	margin-left: 55px;
	border-bottom: 1px dotted #996600;
	width: 450px;
	margin-bottom: 10px;
	font-weight: bold;
}

p.link a{
	color: #996600;
	text-decoration: none;
}

p.link a:hover{
	color: #0099CC;
}

p.base{
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.08em;
	margin: 10px 30px 20px 65px;
	line-height: 20px;
}

p.base a{
	color: #996600;
	text-decoration: none;
}

p.base a:hover{
	color: #0099CC;
}


p.strong{
	font-size: 16px;
	font-weight: bold;
	color: #336600;
	margin-left: 55px;
	margin-bottom: 0px;
	margin-top: 3px;
}
