﻿/*
Template Name: サイト幅 etc (2カラム)
*/



/* メインカラム
--------------------------------------------------------------------------- */

body.c2-left div#content,
body.c2-right div#content
{
	width: 740px;
}

body.c2-left div#content	{ float: right; margin-right: 25px; }
body.c2-right div#content	{ float: left;  margin-left: 25px; }



/* サイドカラム
--------------------------------------------------------------------------- */

body.c2-left div.side,
body.c2-right div.side
{
	width: 250px;
}

body.c2-left div#left	{ margin-left: 25px; }
body.c2-right div#right	{ margin-right: 25px; }



/* テーブル幅 - 「body.c2 *** div#content」の width － 30px が望ましい
--------------------------------------------------------------------------- */

body.c2-left div#content div.post table,
body.c2-right div#content div.post table
{
	width: 710px;
}

