@charset "utf-8";

/*
======== table of content. =================================

summary:トップページ用レイアウト定義

-CONTENT

-MAIN
  - MAIN RIGHT
  	

============================================================
*/


/*-------------------------------------
MAIN
---------------------------------------*/
div#main div.section  {
	width:675px;
	}


div#main div.section  h3{
	width:327px;
	float:left;
	}

div#main div.section dl{
	width:333px;
	float:right;
	margin:18px 0 0 0;
	}

div#main div.section dl dt{
	display:block;
	width:287px;
	padding:20px 14px 15px 14px;
	background:url(../shopguide/images/bg_comment.jpg) no-repeat left top;
	} 

