/* スキームデザインの幅設定 */
.LeftWidth{
	width:1px;
}
.RightWidth{
	width:1px;
}
.PhotoWidth{
	width:460px;
}

/* コメント領域の最低高さ */
.CommentHeight{
	height:40px;
}


/* コメント領域とボタン領域の間の高さマージン */
.ButtonMargin{
	width:1px;
	height:15px;
}


/* ボタン全体の幅（ButtonSideWidth x 2 + ButtonCenterWidth） */
.ButtonSetWidth{
	width:240px;
}
/* 両サイドのボタンのテーブル幅（Nextボタン、Backボタンの幅）
.ButtonSideWidth{
	width:50px;
}
/* 真ん中のボタンのテーブル幅
.ButtonCenterWidth{
	width:140px;
}


