/* ===================================================================
CSS information

 file name  :pc-layout.css
 style info :下層ページ　レイアウト
=================================================================== */


/*=====================================
	★レイアウト　サイズ
=====================================*/

/* ======= ★コンテンツ 横幅★ ======= */
#contents,
#header .inner,
#navi .inner,
#footer .inner,
#footerRSS		{	width:	950px	;} 


/* ======= ★下層ページ レイアウト★ =======  */


/* ★メイン 横幅★ */
.column3 #main,
.column2L #main,
.column1 #main		{	width:	640px	;}

/* ★左サイド 横幅★ */
.column3 #sideLeft,
.column2L #sideLeft	{	width:		;}

/* ★右サイド 横幅★ */
.column3 #sideRight,
.column2R #sideRight{	width:	290px	;}


/* ★間隔★ */
#wrapper			{	margin-right:	20px	;}
#navi,
.typeSide .moduleBox{	margin-bottom:	20px	;}
	

/* ★ =[コンテンツ 横幅]-[右サイド]-[間隔] */
.column3 #wrapper,
.column2R #wrapper	{	width:	640px	;}			/*　←　phpで計算　*/


