@import "common.css";

/* ----- business CSS ----- */
/* // rayouts // */
.indent_topic {
	margin			: 10px 10px 20px 40px;
}

.faq_dl dt {
	margin			: 0 0 10px 0;
	padding			: 5px;
	background		: #e8e8e8;
	border-bottom	: solid 2px #85d65c;
}

.business_box {
	margin			: 20px 10px 20px 25px;
}

.business_box caption {
	padding			: 10px 2px 0 2px;
	text-align		: left;
	font-weight		: bold;
}

.business_text {
	margin			: 10px 0;
}

/* // tags // */
h2 {
	display			: block;
	text-indent		: -9999em;
	height			: 30px;
	background		: URL(../images/business/t_business.gif) no-repeat;
	background-position : left top;
}

h3.business {
	padding			: 3px 0 3px 10px;
	margin			: 20px 10px 0 10px;
	border-bottom	: dashed #ccc 1px;
	border-left		: solid #3366cc 4px;
	color			: #333;
	font-size		: 120%;
	line-height		: 150%;
}

h3.coach_h3 {
	display			: block;
	text-indent		: -9999em;
	margin			: 10px 10px 0 10px;
	height			: 40px;
	background		: URL(../images/business/t_coach.gif) no-repeat;
	background-position : left top;
}

h4 {
	margin			: 0 10px 0 25px;
	color			: #333;
	font-size		: 120%;
	line-height		: 150%;
}

h4.coach_h4 {
	width			: 580px;
	margin			: 10px 0 0 10px;
	padding			: 5px;
	background		: #ecf5ff;
	border			: solid 1px #ccc;
	color			: #666;
	font-size		: 110%;
}

h5 {
	margin			: 10px 0;
	font-size		: 110%;
	font-weight		: bold;
}