@charset "utf-8";

/* --------------------------------------------------------
help.html
-------------------------------------------------------- */

#help_contents h1{

}

#help_contents #help_inner{
	margin:25px 0 0 0;
}

#help_contents #help_inner #help_c1,
#help_contents #help_inner #help_c2{
	margin:0 0 40px 0;
	padding:0 15px 45px 15px;
	background:url('../img/border1.gif') no-repeat 0 bottom;
}

#help_contents #help_inner h2{
	background:url('../img/subtitle_bg.gif') no-repeat 0 center;
	height:18px;
	line-height:18px;
	color:#4f1c1c;
	padding:2px 0 2px 25px;
	margin:0 0 0 0;
}

#help_contents #help_inner dl{
	width:550px;
	margin:30px 0 0 25px;
}

#help_contents #help_inner dl.top{
	margin:10px 0 0 25px;
}

#help_contents #help_inner dt{
	border-top:solid 2px #339933;
	font-weight:bold;
	color:#339933;
	background:#e6f6e0;
	padding:5px 10px 5px 10px;
}

#help_contents #help_inner dd{
	padding:0 10px;
	margin:5px 0 0 0;
}

#help_contents #help_inner dd .url{
	color:#339933;
	font-weight:bold;
}