@charset "utf-8";
@import url("/common/css/import.css");

/* #content */
@import url("/common/css/content.css");

/* ////////////////////
publication.css
//////////////////// */
#contentBody h2 {
	background: url(img/title.jpg) no-repeat left top;
}
#contentBody .right {
	float: right;
	width: 497px;
}
#contentBody .right h4 {
	margin-top: 0;
}
#contentBody .left {
	float: left;
	width: 125px;
}
#contentBody .left img {
	border: 1px solid #999;
}
#contentBody .left p {
	width: 125px;
	margin-top: 1em;
	padding-right: 0;
	text-align: center;
	line-height: 1;
}

