@charset "utf-8";
@import url("common.css");
@import url("pg_order.css");
@import url("pg_products.css");

/*=========================================>Contents*/
html{overflow-y:scroll;}
body{
	background:url(../img/page_common/contents_area_bg.jpg) repeat-y 400px top;
}

#outside{
	overflow:hidden;
	clear:both;
}
#pagebx{
	width:960px;
	clear:both;
}
#lside_bx{
	float:left;	
}
#contents{
	position:relative;
	z-index:10;
	float:left;
	width:560px;
}
div#contents_body{
	clear:both;
}
/* contents title */
h2.contents_title{
	margin-bottom:20px;	
}

a#return_top{
	display:block;
	width:29px;
	height:155px;
	
	margin-left:560px;
	position:fixed;

	bottom:30px;
}