﻿/*
Template Name: サイト幅 etc (3カラム)
*/



/* メインカラム
--------------------------------------------------------------------------- */

body.c3 div#content {
	float: right;
	width: 600px;
}



/* サイドカラム
--------------------------------------------------------------------------- */

body.c3 div.side {
	width: 200px;
}

body.c3 div#left	{ margin-left: 15px; }
body.c3 div#right	{ margin-right: 15px; }



/* 「body.c3 div#content」の width － 30px が望ましい
--------------------------------------------------------------------------- */

body.c3 div#content div.post table {
	width: 570px;
}

