@charset "UTF-8";

/* Contents Layout
---------------------------------------------------------- */
#contentWrapTop{
	width:100%;
	min-width:960px;
	padding-top:15px;
	background:transparent url(/common_cms/image/top_bg02.jpg) no-repeat center top;
	background-size:auto 390px;
	}

	#contentHeadAllWrap{
	background:transparent url(/common_cms/image/top_bg01.jpg) repeat-x center bottom;
	}
	
/* Content Body */
#contentBody{
	width:960px;
	padding:15px 0px 0px 0px;
	margin:0px auto;
	_text-align:left;
	}

	#contentBodyMain{padding-left:0px; position:relative; width:960px;}
	#contentBodyMainL{float:left; width:648px;}
	#contentBodyMainR{float:right; width:280px; padding-top:260px;}

