@import "base.css";
@import "common.css";

/* --------------------------------------------
   池田文庫の概要の設定
-------------------------------------------- */

/* -------- 概要 -------- */

#profile .imgright {
	float:right;
	margin-left:20px;
	margin-top:2px;
	margin-bottom:10px;
}

#profile .imgright2 {
	float:right;
	margin-left:20px;
	margin-top:-25px;
}

#profile .imgleft {
	float:left;
	margin-right:20px;
	margin-top:2px;
	margin-bottom:10px;
}

#profile .boxgray {
	border:1px solid #e6e6e6;
}

#profile .boxgray .boxinside {
	background-color:#f9faf5;
	border:1px solid #fff;
	padding:18px 18px;
}

#profile h4.bdnone {
	border:none;
	color:#333;
	font-size:84%;
	margin:0 0 10px 0;
	padding:0;
}

