@charset "utf-8";
/**
 * @last-update: 2012-01-08 KC
 *
 */

div li { margin-left:1em; }
ul.li-ol li { margin-left:2.5em; text-indent:-3.2em; }

.bg-img-box-r {
	float: right;
	display: inline-block;
	margin-left:20px; margin-right: 15px;
	width:220px; height:360px;
}
.bg-img-box-l {
	float: left;
	display: inline-block;
	width:220px; height:300px;
	margin-right:10px;
}

#bg_img1 { background: url(img/flower.jpg) 0 0 no-repeat; }
#bg_img2 { background: url(img/tourou.jpg) 0 0 no-repeat; }
#bg_img3 { background: url(img/garden.jpg) 0 0 no-repeat; }
#bg_img4 { background: url(img/shrine.jpg) 0 0 no-repeat; }

/**
 * author-profile
 */
.author-profile {
	float: right;
	display: inline-block;
	width: 250px;
	height: 350px;
	margin: 0 15px;
	padding: 10px;

	position:relative;
	border:1px solid #C7AB78;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

    box-shadow: 1px 1px 2px #C7AB78;
    -webkit-box-shadow: 1px 1px 2px #C7AB78;
    -moz-box-shadow: 1px 1px 2px #C7AB78;

	behavior:url(/PIE.htc);
}
.author-profile .img-l {
	float: left;
	margin: 0 1em 0 0;
}
.author-profile .img-r {
	float: right;
	margin: 0 0 0 1em;
}
.author-profile p {
	text-indent: 0;
	font-size: 100%;
}
.author-profile .name {
	font-weight: bold;
}

