@import url("../../css/base_layout.css");
@import url("http://price-change.com/css/base_layout.css");

#contents h2
{
	border: 1px solid #a6a6a6;
	margin-bottom: 3em;
}
#contents h2 span
{
	display: block;
	background-image: url("../img/catch_right.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	height: 200px;
}

/*

#contents h2
{
	font-size: 13px;
	margin-bottom: 1em;
	font-weight: bold;
}
*/



#contents .item
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-top: 3em;
}

#contents .item h3
{
	padding: 1px 0px;
	margin-bottom: 1em;
	text-indent: 1em;
	border: 1px solid #d9d9d9;
	border-left: 8px solid #e6e6e6;
	color: #c40026;
}

#contents .item li
{
	clear: left;
	margin-left: 3em;
}
#contents .item dt
{
	float: left;
	width: 110px;
}
#contents .item dd
{
}




#contents p img
{
	margin: 1em 5px 1em 0px;
}

