@charset "UTF-8";

/*---------------------------------
president.css
----------------------------------*/

/*name
-----------------------------------*/
#name h3{
	margin-bottom:25px;
}
/*case
-----------------------------------*/
#case ul.basicUl{
	margin-left:0;
}

/*books
-----------------------------------*/
#books{
	position:relative;
}
#books dl{
	float:left;
	margin-bottom:1em;
	width:33%;
	text-align:center;
}
#books dl dt img{
	margin-bottom:5px;
	border:1px #ccc solid;
}
#books .alignRight{
	position:absolute;
	right:0;
	bottom:0;
}