@charset "utf-8";

/*
======== table of content. =================================

summary:コンテンツ用レイアウト定義

-CONTENT

-MAIN
  - MAIN RIGHT
  	

============================================================
*/

div#main div.section{
	width: 305px;
	padding: 0 0 17px 0;
	margin: 20px 0 0 0;
	background: url(../commodity/images/bg_section.gif) no-repeat left bottom;
	float: left;
}

div#main div.section div.left{
	width: 215px;
	float: left;
}

div#main div.section p.point{
	color: #D44355;
	font-size: 84%;
	padding: 9px 10px 0 10px;
	background: url(../commodity/images/bg_section_top.gif) no-repeat left top;
}

div#main div.section dl{
	padding: 0 10px 0 10px;
}

div#main div.section dl dt{
	font-size:134%;
	font-weight: bold;
}

div#main div.section dl dd p.comment{
	width: 200px;
	padding: 10px 0;
	line-height: 1.4;
	font-size: 84%;
	letter-spacing:0.1em;
}

div#main div.section p.photo{
	padding: 8px 0 0 0;
	float: left;
}

div#main p.pagetop{
	clear: both;
	width: 597px;
	text-align: right;
	padding: 67px 0 9px 0;
}