@charset "utf-8";

/*--------------------------------------
	Style Name : Shop Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

#content div.section {
	margin:0 75px 30px;
	padding:0 280px 0 0;
	position:relative;
	min-height:200px;
}

* html #content div.section {
	height:auto !important;
	height:200px;
}

#content div.section.reverse {
	padding:0 0 0 280px;
}

#content div.section h2.section-title {
	margin-bottom:10px;
}

#content div.section div.pic {
	position:absolute;
	top:0;
	right:0;
}

#content div.section.reverse div.pic {
	left:0;
}

#content div.section dl dd {
	zoom:1;
}

/*	#section-01
--------------------------------------*/

#content #section-01 p.signature {
	margin-top:2em;
}

/*	#section-02
--------------------------------------*/

#content #section-02 dl dt {
	float:left;
	clear:left;
}

#content #section-02 dl dd {
	margin-left:8em;
}

/*	#section-03
--------------------------------------*/

#content #section-03 dl dt {
	float:left;
	clear:left;
	width:4.1em;
	text-align:right;
}

#content #section-03 dl dd {
	margin:0 0 0.5em 7em;
}


