@import "init.css";
@import "common.css";

div#howto{
	width:580px;
	height:500px;
	background:url(../images/other/bg_howto.jpg)no-repeat;
	margin:0 0 5px 0;
	}
div#howto h2{
	text-indent:-9999px;
	}

div#howto ul{
	width:369px;
	float:right;
}
div#howto li{
	margin:0 0 20px;
}
div#howto li h3{
	background:url(../images/common/h3_bg.gif) no-repeat;
	height:32px;
	margin:0 0 10px;
	line-height:32px;
	text-indent:10px;
}
div#howto li p{
	line-height:1.6;
}

