﻿@charset "utf-8";
/* 3colum center contents
--------------------------------------------------
3カラム センターコンテンツ用のレイアウト指定
-------------------------------------------------- */

/* コンテンツフレーム */
#body {
	width: 950px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/* Except WinIE */
html>body #body {
	width:950px;
}

#container {
	width:950px;
	margin:0;
}

#background_right {
	width:950px;
	background-image:url(/images/background_right.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#pageBody_cLeft{
	width:760px;
	float:left;
}

#cRight{
	width:180px;
	float:right;
}
	
#pageBody{
	width:570px;
	float:right;
}

#cLeft{
	width:180px;
	float:left;
	margin-right:10px;
}

#footer{
	width:950px; 
	/*IE 5.5-6対策*/
	clear:both;
}

/* SP用非表示 */
#spHeader,
#spFooter,
#spSubNav,
#spNews,
#spCategoryHeader,
#spPageHeader {
	display: none;
}

