@charset "utf-8";
/* CSS Document */

* {
	font-size:98%;
	margin:0;
	padding:0;
}

a:link,a:visited { text-decoration:none;color:#190;}
a:hover,a:active { text-decoration:underline;color:#6c4;}

p {}

#helpWrapper {
	width:540px;
	margin:10px auto;
}
#helpcontents {
	padding:20px;
}

#helpWrapper h1 {
	width:540px;
	height:55px;
}

#helpWrapper h2 {
	font-weight:bold; color:#9ACD32;
}

#helpWrapper h3 {
	width:500px;
	height:32px;
	margin: 0px auto;
	padding:50px 0px 0px 0px;
}

#helpWrapper h4 {
	width:500px;
	font-weight:bold;
	color:#FF6633;
	padding:20px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #69F;
}

#helpWrapper ul {
	list-style-type: square;
	margin-left:30px;
}

#helpWrapper .infoBox {
	width:500px;
	padding:10px 0px 0px 0px;
}

#helpWrapper .infoBox .boxA {
	width:240px;
	float:left;
}

#helpWrapper .infoBox .details {
	width:240px;
	padding:0px 0px 0px 20px;
	float:right;
}

#helpWrapper p {
	font-size:98%;
	margin-left:15px;
}

#helpWrapper .backBox {
	width:40px;
	float:right;
}

.clr {clear:both}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}