/* ===================================================================
   テキスト採用ご検討の先生へ
   =================================================================== */
/* ===================================================================
   メイン
   =================================================================== */
h2 {
	background-color: #ffc611;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
p {
	margin-top: 15px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 15px;
}
p.p1 {
	margin-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 0px;
	font-weight: bold;
}

/* ===================================================================
   リスト
   =================================================================== */
ul.listStyle1 {
	margin-top: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul.listStyle1 li {
	background-image: url(../books/img/btn_list1.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	padding-left: 25px;
	list-style-type: none;
}

