@import "common.css";
@import "right_column.css";

/* ----- user edit CSS ----- */
/* // rayout // */
.read {
	margin			: 0 0 30px 0;
}

.faq {
	margin			: 30px 0;
	border			: solid 1px #e8e8e8;
	font-size		: 95%;
}

.faq p {
	padding			: 10px;
}

.faq ol {
	padding			: 10px 0 10px 40px;
	font-weight		: bold;
}

/* // tags // */
h2 {
	height			: 30px;
	display			: block;
	text-indent		: -9999em;
	margin			: 10px 0 20px 0;
}

h2.h2_1 {
	background		: URL(../images/page_title/help_h2_1.gif) no-repeat;
}

h3 {
	padding			: 5px;
	background		: #ff44a2;
	color			: #fff;
	font-size		: 100%;
}

ol#questions {
	margin			: 30px 0 30px 30px;
}

ol#questions li {
	padding			: 2px 0;
}