@import "business.css";

/* ----- coach CSS ----- */
/* // rayouts // */
#coach_btnarea {
	height			: 80px;
	margin			: 20px;
}

.coach_btn_l {
	float			: left;
}

.coach_btn_r {
	float			: right;
}

.coach_ol {
	margin			: 10px 0 0 0px;
}
.coach_ol li{
	margin			: 0 0 0 50px;
}

.coach_theem {
	margin			: 0 2px;
	padding			: 5px 5px 0 5px;
	background		: #e8e8e8;
	font-size		: 90%;
}
/* // tags // */
h3.coach {
	display			: block;
	text-indent		: -9999em;
	margin			: 10px 10px 0 10px;
	height			: 30px;
	background		: URL(../images/business/t_coach.gif) no-repeat;
	background-position : left top;
}

h4.coach {
	padding			: 3px 0 3px 10px;
	margin			: 20px 10px 0 10px;
	border-bottom	: dashed #ccc 1px;
	border-left		: solid #85d65c 4px;
	color			: #333;
	font-size		: 120%;
	line-height		: 150%;
}