/* CSS Document */

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

h2{
	font-size: 16px;
	color: #996600;
	margin-left: 45px;
	border-bottom: 1px dotted #999933;
	border-left: 10px solid #999933;
	padding-left: 10px;
}

h3{
	font-size: 16px;
	color: #CC6600;
	margin-left: 40px;
}



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

}

p.base a{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}

p.base a:hover{
	text-decoration: underline;

}


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

.question{
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	margin-left: 60px;
}

.question a{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.question a:hover{
	font-size: 12px;
	color: #CC6600;
	text-decoration: underline;
}

p.q{
	font-size: 14px;
	color: #336699;
	margin-left: 55px;
	border-bottom: 1px dotted #336699;
	letter-spacing: 0.08em;
	font-weight: bold;

}

p.a{
	font-size: 14px;
	color: #4F3500;
	margin-left: 55px;
	letter-spacing: 0.08em;
	line-height: 20px;

}
p.a a{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

p.a a:hover{
	text-decoration: underline;

}
