@charset "utf-8";
@import url("http://www.shiojigyo.com/common/css/import.css");

/* #content */
@import url("http://www.shiojigyo.com/common/css/content.css");

/* english */
@import url("../common.css");

/* ////////////////////
products.css
//////////////////// */
#contentBody h2 {
	background: url(img/title.jpg) no-repeat left top;
}
#wrap #main h4 {
	margin-top:1em;
}
#main .thumbLeft,
#main .thumbRight {
	width: 300px;
	float: left;
	margin: 5px 2px;
/*	margin: 5px 0;*/
}
/*#main .thumbLeft {
	float: left;
}
#main .thumbRight {
	float: right;
}*/
#main dl {
	padding-bottom: 3px;
	border: 1px solid #ccc;
}
#main dt {
	padding: 2px 0 2px 6px;
	background-color: #ccc;
	font-weight: bold;
}
#main dd {
	margin: 3px 3px 0;
}
#main dd img {
	float: left;
	margin-right: 1em;
	display: inline; /* for IE */
}
#main dd p {
	text-align: left;
	margin: 3px 0 0;
}

