#helpDialog {
	font-size: 12px;
	width: 700px;
	height:400px;
	overflow: auto;
}
#helpDialog h2 {
	font-size: 18px;
	font-weight:normal;
	color: #c2b777;
	margin: 25px 0 5px 20px;
}
#helpDialog h1 {
	font-size: 18px;
	color: #7f7f7f;
	margin: 10px 0;
	font-weight: normal;
}
#helpDialog a {
	display: block;
	text-decoration: none;
	margin: 3px;
}
#helpDialog a:hover {
	color: #999;
	text-decoration: none;
}
#helpDialog a.back {
	font-size: 11px;
	width: 160px;
	float: left;
	text-align: right;
	line-height: 18px;
	display: block;
}
#helpDialog p {
	
	margin-left: 30px;
}
#helpDialog p.bottom {
	margin-bottom: 20px;
	margin-right:20px;
	line-height: 1.8em;
}
#helpDialog h3 {
	font-size: 18px;
	margin-left:20px;
	color: #c2b777;
	display: block;
	float: left;
	margin-bottom: 10px;

}
#helpDialog h3 span {
	display: block;
	width: 480px;
	float:left;
}
#helpDialog img {
	display: block;
	margin: 0 auto;
}
#aboutAlma {
	font-size: 12px;
	line-height: 22px;
	width: 560px;
	color: #646464;
	height: 400px;
	overflow: auto;
}
#aboutAlma p {
	margin: 20px 5px;
}
#aboutAlma address {
	margin: 20px 15px 20px 15px;
} 
#aboutAlma h1 {
	font-size: 18px; 
	color: #7f7f7f;
	font-weight: normal;
}
#statute {
	overflow: auto;
	font-size: 12px;
	line-height: 22px;
	width: 600px;
	height:340px;
	color: #6E6E6E;
	text-align: justify; 
	
}
#statute h1 {
	font-size: 18px;
	display: block;
	width: 95%;
	color:#7f7f7f;

}
#statute h2 {
	font-size: 18px;
	display: block;
	color: #999966;
	width: 95%;
}
#statute ol {
	margin: 0px 0  20px 10px;
}
#statute ul {
	list-style: none;
	margin: 0px 0  20px 50px;
}