@import "business.css";

/* ----- about CSS ----- */
/* // rayouts // */
#about_catch {
	font-size		: 120%;
	font-weight		: bold;
}

#about_book_box {
	margin			: 10px 10px 30px 25px;
}

.writer {
	padding			: 5px 10px;
	background		: #e8e8e8;
}

.reader_01 {
	height			: 175px;
	margin			: 10px 0 30px 0;
	padding			: 0 0 0 130px;
	background		: URL(../images/business/i_book01.jpg) no-repeat;
}

.reader_02 {
	height			: 175px;
	margin			: 10px 0 30px 0;
	padding			: 0 0 0 130px;
	background		: URL(../images/business/i_book02.jpg) no-repeat;
}

/* // tags // */
h3.about{
	display			: block;
	text-indent		: -9999em;
	margin			: 10px 10px 0 10px;
	height			: 30px;
	background		: URL(../images/business/t_about.gif) no-repeat;
	background-position : left top;
}

h4.about_h4 {
	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%;
}

h5.about_h5 {
	color			: #000000;
	border-top		: solid 3px #85d65c;
	border-bottom	: dotted 1px #ccc;
	background		: #e8e8e8;
	padding			: 5px 10px;
	margin			: 0;
}